File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed
Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 4747 " ms-python.python" ,
4848 " ms-python.debugpy" ,
4949 " ms-python.isort" ,
50- " ms-toolsai.jupyter"
50+ " ms-toolsai.jupyter" ,
51+ " https://github.com/league-infrastructure/league-vscode-ext/releases/download/v1.20250530.2/jtl-syllabus-v1.20250530.2.vsix"
5152 ],
5253 "settings" : {
5354 "python.defaultInterpreterPath" : " /usr/local/bin/python" ,
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ echo " Installing VS Code extensions..."
4+ code --install-extension " /vscode/extensionsCache/jtl-syllabus.vsix"
5+ echo " Done!"
Original file line number Diff line number Diff line change 1- #! /usr /bin/bash
1+ #! /bin/bash
22
3- ext_url=' https://github.com/league-infrastructure/league-vscode-ext/releases/download/v1.20250530.1 /jtl-syllabus-v1.20250530.1 .vsix'
3+ ext_url=' https://github.com/league-infrastructure/league-vscode-ext/releases/download/v1.20250530.2 /jtl-syllabus-v1.20250530.2 .vsix'
44ext_path=/vscode/extensionsCache/jtl-syllabus.vsix
55
6+ # Download the extension
67curl -L -o " $ext_path " " $ext_url "
78if [ -f " $ext_path " ]; then
8- echo " Installing JTL Syllabus extension... "
9- code --install-extension " $ext_path "
9+ echo " Downloaded JTL Syllabus extension to $ext_path "
10+
1011else
1112 echo " Failed to download JTL Syllabus extension."
1213fi
1314
15+ # Install the Python package regardless
1416pipx install jtl-syllabus
You can’t perform that action at this time.
0 commit comments