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 IntelliSense Support for Web #2475

Closed
Tracked by #2488
johnsoncodehk opened this issue Feb 28, 2023 · 0 comments
Closed
Tracked by #2488

Remove IntelliSense Support for Web #2475

johnsoncodehk opened this issue Feb 28, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@johnsoncodehk
Copy link
Member

Currently we build the web version of VSCode Extension at https://github.com/vuejs/language-tools/blob/master/packages/vscode-vue/scripts/build-browser.js, through vsce publish --target web command to release, this process has some long-standing problems:

  • In order to distinguish between the node version and the web version of Extension, we actually need to build 10 environments for node unnecessarily
  • This repo always focuses on the behavior of the local IDE, sometimes updates cause problems in the Web IDE and we will not find out and just release it
  • Since the web environment cannot dynamically load scripts, providing a web version in a separate extension cannot support the Monoserver feature that we planned

Now Vue's Web support has been integrated into a single extension: https://github.com/volarjs/vscode-typescript-web

We will remove relevant parts from this repo in the next version.

@johnsoncodehk johnsoncodehk added the enhancement New feature or request label Feb 28, 2023
@johnsoncodehk johnsoncodehk mentioned this issue Mar 5, 2023
14 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant