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

remove web extension kind #36

Merged
merged 1 commit into from
Sep 1, 2021
Merged

remove web extension kind #36

merged 1 commit into from
Sep 1, 2021

Conversation

sandy081
Copy link
Contributor

@sandy081 sandy081 commented Sep 1, 2021

Hi, this is developer from VS Code. As we are rolling out web extensions we are trying to fine tune and simplify the concepts around web extensions. As a result, we are no longer supporting web as an extension kind to identify as a web extension. Instead we infer it from other properties - See https://github.com/microsoft/vscode-docs/blob/vnext/api/extension-guides/web-extensions.md#web-extension-enablement for more details. With latest vsce, it will validate extension kind for appropriate values which are ui, workspace.

Since this extension has web extension kind, this PR removes it. Please follow https://github.com/microsoft/vscode-docs/blob/vnext/api/extension-guides/web-extensions.md guide to enable your extension as web extension

@mskelton mskelton changed the base branch from master to next September 1, 2021 17:40
@mskelton
Copy link
Collaborator

mskelton commented Sep 1, 2021

Hi @sandy081, thanks for the info! I'll release the updated extension soon!

@mskelton mskelton merged commit b2aa807 into one-dark:next Sep 1, 2021
mskelton added a commit that referenced this pull request Sep 1, 2021
* remove web extension kind (#36)

* Add browser entry point

* Update vsce

* Add gitignore

Co-authored-by: Sandeep Somavarapu <sasomava@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants