Tweak extensions

This commit is contained in:
Chuck Lantz 2020-06-02 19:48:15 -07:00
parent 492e8e5320
commit a3006f5c6a

View file

@ -19,7 +19,8 @@
"resmon.show.battery": false,
"resmon.show.cpufreq": false,
"remote.extensionKind": {
"ms-vscode.js-debug-nightly": "workspace"
"ms-vscode.js-debug-nightly": "workspace",
"msjsdiag.debugger-for-chrome": "workspace"
},
"debug.chrome.useV3": true
},
@ -28,11 +29,10 @@
"forwardPorts": [6080, 5901],
"extensions": [
"ms-vscode.vscode-typescript-tslint-plugin",
"dbaeumer.vscode-eslint",
"EditorConfig.EditorConfig",
"ms-vscode.js-debug-nightly",
"eamodio.gitlens",
"msjsdiag.debugger-for-chrome",
"GitHub.vscode-pull-request-github",
"mutantdino.resourcemonitor"
],