Skip to content

Extension Compatibility #8601

Answered by vince-fugnitto
Leon0402 asked this question in Q&A
Oct 7, 2020 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

@Leon0402 the framework defines a default API version which is supported:

export const VSCODE_DEFAULT_API_VERSION = '1.44.0';

There is ongoing work to fetch extension versions which satisfy this API version, else you can update your application to bump the version, or start the application with a specific version through the cli:

configure(conf: Argv): void {
conf.option(PluginVsCodeCliContribution.VSCODE_API_VERSION, {
// eslint-disable-next-line max-len
descrip…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Leon0402
Comment options

@vince-fugnitto
Comment options

Answer selected by Leon0402
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #8601 on October 07, 2020 15:55.