Skip to content

Commit

Permalink
Update Jupyter Lab packages (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne authored Jul 30, 2024
1 parent a6838c4 commit 334af7a
Show file tree
Hide file tree
Showing 7 changed files with 13,211 additions and 11,864 deletions.
8 changes: 8 additions & 0 deletions .azure-pipelines/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ resources:
endpoint: Monaco

parameters:
- name: quality
displayName: Quality
type: string
default: latest
values:
- latest
- beta
- name: publishPackage
displayName: 🚀 Publish @vscode/jupyter-ipywidgets8
type: boolean
Expand All @@ -31,4 +38,5 @@ extends:
- script: npm i
displayName: Install dependencies

tag: ${{ parameters.quality }}
publishPackage: ${{ parameters.publishPackage }}
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.14.2
v18.15.0
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"editor.formatOnSave": true
},
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.fixAll.tslint": true
"source.fixAll": "explicit",
"source.fixAll.tslint": "explicit"
},
"eslint.options": {
"ignorePath": "../.eslintignore"
Expand Down
Loading

0 comments on commit 334af7a

Please sign in to comment.