We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67ceb2c commit a2a6a36Copy full SHA for a2a6a36
.devcontainer.json
@@ -0,0 +1,12 @@
1
+// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
2
+// https://github.com/microsoft/vscode-dev-containers/tree/main/containers/javascript-node
3
+{
4
+ "name": "coajs",
5
+ "image": "mcr.microsoft.com/vscode/devcontainers/javascript-node",
6
+ "extensions": [
7
+ "mutantdino.resourcemonitor",
8
+ "dbaeumer.vscode-eslint",
9
+ "esbenp.prettier-vscode",
10
+ "eamodio.gitlens",
11
+ ],
12
+}
0 commit comments