Skip to content

Commit

Permalink
Tweak extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuxel committed Jun 3, 2020
1 parent 492e8e5 commit a3006f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand All @@ -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"
],
Expand Down

0 comments on commit a3006f5

Please sign in to comment.