updated vscode settings
This commit is contained in:
parent
315ec1e674
commit
0d1aaaa382
@ -3,12 +3,8 @@
|
|||||||
"workbench.colorTheme": "Material Theme Darker",
|
"workbench.colorTheme": "Material Theme Darker",
|
||||||
"workbench.activityBar.visible": true,
|
"workbench.activityBar.visible": true,
|
||||||
"workbench.startupEditor": "none",
|
"workbench.startupEditor": "none",
|
||||||
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
|
"terminal.integrated.shell.windows": "%USERPROFILE%\\cmder\\cmder.exe",
|
||||||
"terminal.integrated.shellArgs.windows": [
|
"terminal.explorerKind": "external",
|
||||||
"/k",
|
|
||||||
"%USERPROFILE%\\cmder\\vendor\\init.bat"
|
|
||||||
],
|
|
||||||
"terminal.explorerKind": "integrated",
|
|
||||||
"terminal.external.windowsExec": "%USERPROFILE%\\cmder\\cmder.exe",
|
"terminal.external.windowsExec": "%USERPROFILE%\\cmder\\cmder.exe",
|
||||||
"team.showWelcomeMessage": false,
|
"team.showWelcomeMessage": false,
|
||||||
"mssql.connections": [
|
"mssql.connections": [
|
||||||
@ -24,7 +20,38 @@
|
|||||||
"git.autofetch": true,
|
"git.autofetch": true,
|
||||||
"liveServer.settings.donotShowInfoMsg": true,
|
"liveServer.settings.donotShowInfoMsg": true,
|
||||||
"typescript.updateImportsOnFileMove.enabled": "always",
|
"typescript.updateImportsOnFileMove.enabled": "always",
|
||||||
|
"nativescript.analytics.enabled": true,
|
||||||
"cSpell.userWords": [
|
"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",
|
"AUTORESPONDER",
|
||||||
"Crosstab",
|
"Crosstab",
|
||||||
"GIFs",
|
"GIFs",
|
||||||
@ -38,7 +65,6 @@
|
|||||||
"PROPPATCH",
|
"PROPPATCH",
|
||||||
"Passthrough",
|
"Passthrough",
|
||||||
"RAWHEADERS",
|
"RAWHEADERS",
|
||||||
"RAWPARAMETERS",
|
|
||||||
"RAWREQUEST",
|
"RAWREQUEST",
|
||||||
"RAWURL",
|
"RAWURL",
|
||||||
"Roadmap",
|
"Roadmap",
|
||||||
@ -53,7 +79,6 @@
|
|||||||
"dropdownlist",
|
"dropdownlist",
|
||||||
"endregion",
|
"endregion",
|
||||||
"hacky",
|
"hacky",
|
||||||
"hbox",
|
|
||||||
"iexplore",
|
"iexplore",
|
||||||
"kendo",
|
"kendo",
|
||||||
"keypress",
|
"keypress",
|
||||||
@ -84,6 +109,6 @@
|
|||||||
"editor.lineHeight": 26,
|
"editor.lineHeight": 26,
|
||||||
"editor.wordWrap": "wordWrapColumn",
|
"editor.wordWrap": "wordWrapColumn",
|
||||||
"editor.wordWrapColumn": 64,
|
"editor.wordWrapColumn": 64,
|
||||||
"editor.quickSuggestions": false,
|
"editor.quickSuggestions": false
|
||||||
},
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user