-
Notifications
You must be signed in to change notification settings - Fork 11
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
Language Server and VS Code extension #41
base: main
Are you sure you want to change the base?
Conversation
|
||
## Motivation | ||
|
||
The currently reccomended Lit VS Code extension, lit-plugin, suffers from a few problems: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor misspelling (should be recommended
)
|
||
### Testing Plan | ||
|
||
Since developers will have varying versions of VS Code of TypeScript, we will need to test against multiple versions of TypeScript. Setting this up is a bit complicated, but we have experience from lit-plugin on how to do this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe its worth mentioning we may want to also have a test suite run by vscode itself (using vscode-test)
|
||
## Downsides | ||
|
||
This is a lot of work to create and maintain. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be worth lightly scoping out what parts of the project would be difficult to maintain
|
||
### Documentation Plan | ||
|
||
We will need documentation in the lit.dev tooling section. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What would this look like? Document only on installing it and its features or do we need to go deeper on how it works?
No description provided.