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 f83a8fe commit e5580beCopy full SHA for e5580be
.devcontainer/devcontainer.json
@@ -12,5 +12,6 @@
12
}
13
},
14
"remoteUser": "vscode",
15
- "postCreateCommand": "/bin/bash .devcontainer/postCreate.sh"
+ "postCreateCommand": "/bin/bash .devcontainer/postCreate.sh",
16
+ "postAttachCommand": "xlings checker"
17
.devcontainer/postCreate.sh
@@ -9,6 +9,4 @@ if ! command -v xlings >/dev/null 2>&1; then
9
curl -fsSL https://d2learn.org/xlings-install.sh | bash
10
fi
11
-source ~/.bashrc
-
-xlings checker
+echo "xlings installed"
0 commit comments