updated vscode settings

This commit is contained in:
Eric D. Rohler 2020-03-31 22:29:36 -04:00
parent 315ec1e674
commit 0d1aaaa382

View File

@ -3,12 +3,8 @@
"workbench.colorTheme": "Material Theme Darker",
"workbench.activityBar.visible": true,
"workbench.startupEditor": "none",
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
"terminal.integrated.shellArgs.windows": [
"/k",
"%USERPROFILE%\\cmder\\vendor\\init.bat"
],
"terminal.explorerKind": "integrated",
"terminal.integrated.shell.windows": "%USERPROFILE%\\cmder\\cmder.exe",
"terminal.explorerKind": "external",
"terminal.external.windowsExec": "%USERPROFILE%\\cmder\\cmder.exe",
"team.showWelcomeMessage": false,
"mssql.connections": [
@ -24,7 +20,38 @@
"git.autofetch": true,
"liveServer.settings.donotShowInfoMsg": true,
"typescript.updateImportsOnFileMove.enabled": "always",
"nativescript.analytics.enabled": true,
"cSpell.userWords": [
"Etag",
"Hashtable",
"Linq",
"PAYG",
"RAWPARAMETERS",
"Reporting's",
"Requisits",
"SDLC",
"Silverlight",
"barcode",
"codelyzer",
"composer",
"dateinputs",
"devkit",
"dropdowns",
"hbox",
"hdata",
"httpmethod",
"httpversion",
"jasminewd",
"keyvo",
"middlewares",
"passthrough",
"pdata",
"subreport",
"theming",
"ticketid",
"tslib",
"updated",
"urlparam",
"AUTORESPONDER",
"Crosstab",
"GIFs",
@ -38,7 +65,6 @@
"PROPPATCH",
"Passthrough",
"RAWHEADERS",
"RAWPARAMETERS",
"RAWREQUEST",
"RAWURL",
"Roadmap",
@ -53,7 +79,6 @@
"dropdownlist",
"endregion",
"hacky",
"hbox",
"iexplore",
"kendo",
"keypress",
@ -84,6 +109,6 @@
"editor.lineHeight": 26,
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 64,
"editor.quickSuggestions": false,
},
"editor.quickSuggestions": false
}
}