File tree Expand file tree Collapse file tree 7 files changed +13
-2
lines changed
Expand file tree Collapse file tree 7 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1313 },
1414 "remoteUser" : " vscode" ,
1515 "postCreateCommand" : " /bin/bash .devcontainer/postCreate.sh" ,
16- "postAttachCommand" : " xlings checker"
16+ "postAttachCommand" : " d2x checker"
1717}
Original file line number Diff line number Diff line change @@ -9,4 +9,10 @@ if ! command -v xlings >/dev/null 2>&1; then
99 curl -fsSL https://d2learn.org/xlings-install.sh | bash
1010fi
1111
12- echo " xlings installed"
12+ echo " xlings installed"
13+
14+ echo " Installing dependencies (d2x) by xlings..."
15+
16+ xlings install --verbose
17+
18+ echo " Dependencies installed"
Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ irm https://d2learn.org/xlings-install.ps1.txt | iex
6767</details >
6868
6969``` bash
70+ xlings install d2x -y
7071d2x install d2mcpp
7172cd d2mcpp
7273d2x checker
Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ irm https://d2learn.org/xlings-install.ps1.txt | iex
6767</details >
6868
6969``` bash
70+ xlings install d2x -y
7071d2x install d2mcpp
7172cd d2mcpp
7273d2x checker
Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ irm https://d2learn.org/xlings-install.ps1.txt | iex
6767</details >
6868
6969``` bash
70+ xlings install d2x -y
7071d2x install d2mcpp
7172cd d2mcpp
7273d2x checker
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ irm https://d2learn.org/xlings-install.ps1.txt | iex
6363</details >
6464
6565``` bash
66+ xlings install d2x -y
6667d2x install d2mcpp
6768cd d2mcpp
6869d2x checker
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ irm https://d2learn.org/xlings-install.ps1.txt | iex
6363</details >
6464
6565``` bash
66+ xlings install d2x -y
6667d2x install d2mcpp
6768cd d2mcpp
6869d2x checker
You can’t perform that action at this time.
0 commit comments