Compare commits

..

No commits in common. "6a1852572502d23962cafb3e4ea24a0d23a0bfb2" and "c80a36159ffe5ade77c8564c809d0445c03e81ce" have entirely different histories.

2 changed files with 9 additions and 29 deletions

View File

@ -3,14 +3,12 @@
"ms-vscode.js-debug-companion",
"ms-vscode.references-view",
"alefragnani.rtf",
"Angular.ng-template",
"bungcip.better-toml",
"DavidAnson.vscode-markdownlint",
"DotJoshJohnson.xml",
"Equinusocio.vsc-community-material-theme",
"Equinusocio.vsc-material-theme",
"equinusocio.vsc-material-theme-icons",
"esbenp.prettier-vscode",
"firefox-devtools.vscode-firefox-debug",
"golf1052.code-sync",
"hediet.vscode-drawio",
@ -44,6 +42,7 @@
"ritwickdey.LiveServer",
"sleistner.vscode-fileutils",
"streetsidesoftware.code-spell-checker",
"svelte.svelte-vscode",
"TelerikInc.aspnetcoretemplatewizard",
"TelerikInc.blazortemplatewizard",
"Tyriar.lorem-ipsum",

View File

@ -2,32 +2,12 @@
"workbench.iconTheme": "material-icon-theme",
"workbench.activityBar.visible": true,
"workbench.startupEditor": "none",
"terminal.integrated.profiles.windows": {
"Cmder": {
"path": "${env:windir}\\System32\\cmd.exe",
"args": ["/k", "${env:USERPROFILE}\\Cmder\\vendor\\bin\\vscode_init.cmd"]
},
"PowerShell": {
"source": "PowerShell",
"icon": "terminal-powershell"
},
"Command Prompt": {
"path": [
"${env:windir}\\Sysnative\\cmd.exe",
"${env:windir}\\System32\\cmd.exe"
],
"args": [],
"icon": "terminal-cmd"
},
"Git Bash": {
"source": "Git Bash"
}
},
"terminal.integrated.defaultProfile.windows": "Cmder",
"terminal.integrated.fontFamily": "Cousine for Powerline",
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe",
"terminal.explorerKind": "external",
"terminal.external.windowsExec": "${env:USERPROFILE}\\cmder\\Cmder.exe",
"terminal.external.linuxExec": "tilix",
"team.showWelcomeMessage": false,
"sqltools.useNodeRuntime": true,
"mssql.connections": [
{
"server": "(localdb)\\mssqllocaldb",
@ -41,6 +21,7 @@
"git.autofetch": true,
"liveServer.settings.donotShowInfoMsg": true,
"typescript.updateImportsOnFileMove.enabled": "always",
"nativescript.analytics.enabled": true,
"cSpell.userWords": [
"Addj",
"API's",
@ -193,7 +174,7 @@
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"telemetry.telemetryLevel": "off",
"telemetry.enableTelemetry": false,
"[sql]": {
"editor.defaultFormatter": "ms-mssql.mssql"
},
@ -201,10 +182,10 @@
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"team.showFarewellMessage": false,
"window.zoomLevel": 0,
"workbench.editor.untitled.hint": "hidden",
"workbench.colorTheme": "Material Theme Darker",
"security.workspace.trust.untrustedFiles": "open",
"vscode-edge-devtools.mirrorEdits": true,
"powershell.powerShellDefaultVersion": "Windows PowerShell (x86)"
"vscode-edge-devtools.mirrorEdits": true
}