Skip to content

Commit

Permalink
Remove unneeded extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuxel committed Oct 16, 2020
1 parent b9115b8 commit 0fdbff1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@
"resmon.show.cpufreq": false
},

// noVNC, VNC ports, debug
// noVNC, VNC, debug ports
"forwardPorts": [6080, 5901, 9222],

"extensions": [
"dbaeumer.vscode-eslint",
"EditorConfig.EditorConfig",
"mutantdino.resourcemonitor",
"GitHub.vscode-pull-request-github"
"mutantdino.resourcemonitor"
],

// Optionally loads a cached yarn install for the repo
Expand Down

0 comments on commit 0fdbff1

Please sign in to comment.