We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4575935 commit 79a14e2Copy full SHA for 79a14e2
.devcontainer/devcontainer.json
@@ -0,0 +1,14 @@
1
+{
2
+ "image": "mcr.microsoft.com/devcontainers/universal:2",
3
+ "onCreateCommand": "cd newIDE/app && npm install && cd ../electron-app && npm install",
4
+ "forwardPorts": [3000],
5
+ "customizations": {
6
+ "vscode": {
7
+ "extensions": [
8
+ "esbenp.prettier-vscode",
9
+ "ms-vscode.cpptools",
10
+ "flowtype.flow-for-vscode"
11
+ ]
12
+ }
13
14
+}
0 commit comments