Skip to content

Update to the latest Notebook API (#15416)#15602

Merged
DonJayamanne merged 5 commits into
microsoft:release-2021.02from
DonJayamanne:includeAPIChanges
Mar 9, 2021
Merged

Update to the latest Notebook API (#15416)#15602
DonJayamanne merged 5 commits into
microsoft:release-2021.02from
DonJayamanne:includeAPIChanges

Conversation

@DonJayamanne
Copy link
Copy Markdown

No description provided.

Comment thread package.json
"@types/untildify": "^3.0.0",
"@types/uuid": "^3.4.3",
"@types/vscode": "~1.51.0",
"@types/vscode": "~1.53.0",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this different than the version of the engine?

Copy link
Copy Markdown
Author

@DonJayamanne DonJayamanne Mar 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

None of the API we are using for Notebooks is in stable, its all proposed API.
Hence there's no need to change this to 1.54

Comment thread package.json
},
"engines": {
"vscode": "^1.53.0"
"vscode": "^1.54.0"
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@brettcannon We don't want anyone on any older version of VS Code to get this new update.
The API changes are not backwards compatible.
Hence the restriction to ensure only those with 1.54 get this update.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ensure only those with 1.54 get this update

@DonJayamanne then should this be "1.54.0" instead of "^1.54.0"?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, thanks @joyceerhl , done

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

VSCode didn't like that in the engines setting, i think its not supported, leaving as ^.

@DonJayamanne
Copy link
Copy Markdown
Author

Added another commit to resolve the smoke tests.

Copy link
Copy Markdown

@ericsnowcurrently ericsnowcurrently left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@DonJayamanne DonJayamanne merged commit f128b3d into microsoft:release-2021.02 Mar 9, 2021
@DonJayamanne DonJayamanne deleted the includeAPIChanges branch March 9, 2021 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants