From 0d1aaaa382173a0d11c86926f1366d353dc9ff74 Mon Sep 17 00:00:00 2001 From: "Eric D. Rohler" Date: Tue, 31 Mar 2020 22:29:36 -0400 Subject: [PATCH] updated vscode settings --- vscode/settings.json | 45 ++++++++++++++++++++++++++++++++++---------- 1 file changed, 35 insertions(+), 10 deletions(-) diff --git a/vscode/settings.json b/vscode/settings.json index 609cea4..5c16c55 100644 --- a/vscode/settings.json +++ b/vscode/settings.json @@ -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 + } } \ No newline at end of file