Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Bundle plugin into a VS Code extension #10

Closed
mjbvz opened this issue Sep 29, 2017 · 5 comments
Closed

Bundle plugin into a VS Code extension #10

mjbvz opened this issue Sep 29, 2017 · 5 comments
Assignees

Comments

@mjbvz
Copy link
Contributor

mjbvz commented Sep 29, 2017

We have an experimental means for a VS Code extension to contribute TypeScript plugins. This would have a few benefits:

  1. Simplified installation
  2. No jsconfig or tsconfig configuration required.
  3. No need to npm install the plugin into each workspace or put it in your package.json
  4. Will work with loose js/ts files (files that are not part of any js/tsconfig project)
  5. 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

@mjbvz mjbvz self-assigned this Sep 29, 2017
@mjbvz
Copy link
Contributor Author

mjbvz commented Sep 29, 2017

Here's a prototype: https://github.com/mjbvz/vscode-styled-components-extension

Requires a build of VS Code with microsoft/vscode@1bfad13

@mxstbr
Copy link

mxstbr commented Oct 26, 2017

Yeeessss! Shall we merge this with https://github.com/styled-components/vscode-styled-components?

@deadcoder0904
Copy link

Any updates ❓

@mjbvz
Copy link
Contributor Author

mjbvz commented Jan 12, 2018

styled-components/vscode-styled-components#41

@mjbvz
Copy link
Contributor Author

mjbvz commented Jan 13, 2018

@mjbvz mjbvz closed this as completed Jan 13, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants