update settings

This commit is contained in:
Eric D. Rohler 2020-06-06 17:05:53 -04:00
parent 47104dd971
commit 51995f5bd8
2 changed files with 2 additions and 36 deletions

View File

@ -1,37 +1,3 @@
{ {
"extensions": [ "extensions": []
"DavidAnson.vscode-markdownlint",
"DotJoshJohnson.xml",
"Equinusocio.vsc-community-material-theme",
"Equinusocio.vsc-material-theme",
"equinusocio.vsc-material-theme-icons",
"firefox-devtools.vscode-firefox-debug",
"golf1052.code-sync",
"HookyQR.beautify",
"ionutvmi.reg",
"KendoUI.kendotemplatewizard",
"ms-azuretools.vscode-docker",
"ms-dotnettools.csharp",
"ms-edgedevtools.vscode-edge-devtools",
"ms-mssql.mssql",
"ms-python.python",
"ms-vscode-remote.remote-wsl",
"ms-vscode.cpptools",
"ms-vscode.powershell",
"ms-vscode.vscode-typescript-tslint-plugin",
"ms-vscode.wordcount",
"ms-vsts.team",
"msjsdiag.debugger-for-chrome",
"msjsdiag.debugger-for-edge",
"mtxr.sqltools",
"nrwl.angular-console",
"PKief.material-icon-theme",
"ritwickdey.LiveServer",
"streetsidesoftware.code-spell-checker",
"svelte.svelte-vscode",
"Telerik.nativescript",
"TelerikInc.blazortemplatewizard",
"Tyriar.lorem-ipsum",
"yzhang.markdown-all-in-one"
]
} }

View File

@ -3,7 +3,7 @@
"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": "${env:USERPROFILE}\\cmder\\Cmder.exe", "terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe",
"terminal.explorerKind": "external", "terminal.explorerKind": "external",
"terminal.external.windowsExec": "${env:USERPROFILE}\\cmder\\Cmder.exe", "terminal.external.windowsExec": "${env:USERPROFILE}\\cmder\\Cmder.exe",
"terminal.external.linuxExec": "tilix", "terminal.external.linuxExec": "tilix",