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 ecd644a commit 13a94cdCopy full SHA for 13a94cd
.devcontainer/devcontainer.json
@@ -40,4 +40,4 @@
40
}
41
},
42
"postCreateCommand": "find . -wholename '.git*' -type d -prune -o -type f -exec chown vscode:vscode {} \\; && sh ./scripts/localscript.sh"
43
-}
+}
scripts/localscript.sh
@@ -48,4 +48,4 @@ rm -f "$WORK_DIR/.vscode/settings.json"
48
gcc -shared -fPIC -o "$SCRIPTS_DIR/allow_ptrace.so" "$SCRIPTS_DIR/allow_ptrace.c"
49
50
# 2. Mark the wrapper executable
51
-chmod +x "$SCRIPTS_DIR/launch_r.sh"
+chmod +x "$SCRIPTS_DIR/launch_r.sh"
0 commit comments