Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Jupyter Lab packages #35

Merged
merged 1 commit into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading