Bundle plugin into a VS Code extension
See original GitHub issueWe have an experimental means for a VS Code extension to contribute TypeScript plugins. This would have a few benefits:
- Simplified installation
- No
jsconfig
ortsconfig
configuration required. - No need to npm install the plugin into each workspace or put it in your
package.json
- Will work with loose js/ts files (files that are not part of any js/tsconfig project)
- Extension can also contribute other goodness, such as syntax highlighting
To be clear, the TypeScript server plugin itself would continue to work across all editors that use the TypeScript language service. This issue merely tracks bundling up the plugin into a VS Code extension
Issue Analytics
- State:
- Created 6 years ago
- Reactions:18
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Bundling Extensions - Visual Studio Code
The first reason to bundle your Visual Studio Code extension is to make sure it works for everyone using VS Code on any...
Read more >Extension Packs - Visual Studio Code
Learn how to create and use Extension Packs in Visual Studio Code.
Read more >Publishing Extensions - Visual Studio Code
A publisher is an identity who can publish extensions to the Visual Studio Code Marketplace. Every extension needs to include a publisher name...
Read more >Managing Extensions in Visual Studio Code
Discover, add, update, disable and uninstall Visual Studio Code extensions (plug-ins) through the Extension Marketplace.
Read more >Your First Extension - Visual Studio Code
Create your first Visual Studio Code extension (plug-in) with a simple Hello World example. ... Bundle the source code with webpack? No #...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yeeessss! Shall we merge this with https://github.com/styled-components/vscode-styled-components?
https://github.com/styled-components/vscode-styled-components/pull/41