Skip to content

Commit

Permalink
patch: explicitly defined remote ssh and python as 'extension depende…
Browse files Browse the repository at this point in the history
…ncies'
  • Loading branch information
phitoduck committed Nov 16, 2023
1 parent fa202ba commit 75b7fee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@
"start-clearml-session": "bash run.sh start-clearml-session --yes --queue sessions --docker python:3.9 --password test --username test",
"install-python-deps": "pip install clearml-session clearml pyhocon"
},
"extensionDependencies": [
"ms-vscode-remote.remote-ssh",
"ms-python.python"
],
"devDependencies": {
"@types/fs-extra": "^11.0.3",
"@types/mocha": "^10.0.3",
Expand Down

0 comments on commit 75b7fee

Please sign in to comment.