|
16 | 16 | "settings": { |
17 | 17 | "workbench.colorTheme": "codeSTACKr Theme", |
18 | 18 | "workbench.iconTheme": "vscode-icons", |
19 | | - "editor.formatOnSave", |
| 19 | + "editor.formatOnSave": true, |
20 | 20 | "shellformat.flag": "-i=2 -bn -ci -sr" |
21 | 21 | }, |
22 | 22 |
|
|
104 | 104 | "timonwong.shellcheck", |
105 | 105 | "github.vscode-pull-request-github", |
106 | 106 | "saposs.vscode-ui5-language-assistant", |
107 | | - "iljapostnovs.ui5plugin" |
| 107 | + "iljapostnovs.ui5plugin", |
| 108 | + "github.vscode-pull-request-github" |
108 | 109 | ], |
109 | 110 |
|
110 | 111 | // Ensure that Docker socket is mapped into the development container |
111 | 112 | "runArgs": ["-v", "/var/run/docker.sock:/var/run/docker.sock"], |
112 | 113 | // "runArgs": ["-v", "/var/run/docker.sock:/var/run/docker.sock", "-v", "/usr/local/share/kube-devcontainer://wsl$/Ubuntu-20.04/home/user/.kube/config"], |
113 | 114 |
|
114 | | - // https://stackoverflow.com/questions/58227845/how-can-i-use-an-env-file-to-pass-environment-variables-into-a-standalone-vscode |
115 | | - // file .env |
116 | | - // MY_URL=https://my.com/ |
117 | | - // MY_SECRET=unicorns |
118 | | - // "runArgs": [ |
119 | | - // "--env-file", "${localWorkspaceFolder}/.devcontainer/.env" |
120 | | - // ], |
121 | | - |
122 | 115 | // Use 'forwardPorts' to make a list of ports inside the container available locally. |
123 | 116 | "forwardPorts": [3000, 4000, 4004, 5000, 8000, 8080], |
124 | 117 |
|
125 | 118 | // Use 'postCreateCommand' to run commands after the container is created. |
126 | 119 | // "postCreateCommand": "npm install && npm audit fix && npm install --prefix /workspaces/yourAppName/db && --prefix /workspaces/yourAppName/js && npm install --prefix /workspaces/yourAppName/web", |
127 | 120 | // "postCreateCommand": "npm install && npm audit fix && npm install --prefix /workspaces/yourAppName/db && npm install --prefix /workspaces/yourAppName/js && npm start --prefix /workspaces/yourAppName/js && npm audit fix --prefix /workspaces/yourAppName/js && npm install --prefix /workspaces/yourAppName/web && npm start --prefix /workspaces/yourAppName/db", |
128 | | - // "postStartCommand": "bash -i -c 'nvm install --lts --latest-npm'", |
129 | | - // "postStartCommand": "nvm install --lts --latest-npm", |
130 | 121 |
|
131 | 122 | // Uncomment to connect as a non-root user. See https://aka.ms/vscode-remote/containers/non-root. |
132 | 123 | "remoteUser": "node" |
|
0 commit comments