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 fa85fda commit cb36eb3Copy full SHA for cb36eb3
.devcontainer/devcontainer.json
@@ -24,7 +24,7 @@
24
},
25
"postCreateCommand": {
26
"Install": "npm ci",
27
- "Welcome": "sudo cp .devcontainer/first-run-notice.txt /usr/local/etc/vscode-dev-containers/first-run-notice.txt"
+ "Welcome": "sudo cp .devcontainer/first-run-notice.txt /workspaces/.codespaces/shared/first-run-notice.txt"
28
29
"waitFor": "postCreateCommand",
30
"postAttachCommand": {
0 commit comments