updated integrated shell env variable

This commit is contained in:
Eric D. Rohler 2020-04-12 09:38:51 -04:00
parent dbf2c10217
commit 299614a6b0

View File

@ -3,10 +3,12 @@
"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": "%USERPROFILE%\\cmder\\cmder.exe", "terminal.integrated.shell.windows": "${env:USERPROFILE}\\cmder\\Cmder.exe",
"terminal.explorerKind": "external", "terminal.explorerKind": "external",
"terminal.external.windowsExec": "%USERPROFILE%\\cmder\\cmder.exe", "terminal.external.windowsExec": "${env:USERPROFILE}\\cmder\\Cmder.exe",
"terminal.external.linuxExec": "tilix",
"team.showWelcomeMessage": false, "team.showWelcomeMessage": false,
"sqltools.useNodeRuntime": true,
"mssql.connections": [ "mssql.connections": [
{ {
"server": "(localdb)\\mssqllocaldb", "server": "(localdb)\\mssqllocaldb",