Skip to content

Commit

Permalink
Fix ms-toolsai.jupyter extension node version
Browse files Browse the repository at this point in the history
  • Loading branch information
jared-nussbaum-frbb authored Feb 27, 2023
1 parent aaaefd1 commit 8d3b8df
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -797,10 +797,7 @@
"ms-toolsai.jupyter": {
"repository": "https://github.com/microsoft/vscode-jupyter",
"custom": [
"npm ci",
"python3 -m pip --disable-pip-version-check install -t ./pythonFiles/lib/python --no-cache-dir --implementation py --no-deps --upgrade -r requirements.txt --no-user",
"npm run clean",
"npm run package"
"source ~/.nvm/nvm.sh && nvm use && nvm install-latest-npm && npm install --global @vscode/vsce && npm ci && python3 -m pip --disable-pip-version-check install -t ./pythonFiles/lib/python --no-cache-dir --implementation py --no-deps --upgrade -r requirements.txt --no-user && npm run clean && npm run package"
],
"extensionFile": "ms-toolsai-jupyter-insiders.vsix",
"timeout": 30
Expand Down

0 comments on commit 8d3b8df

Please sign in to comment.