You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to make it easier for people to use Cursorless, we'd like to support Cursorless when VSCode is running in a web browser. The approach is roughly as follows:
Consider removing @types/node from root package.json and from other places where it shouldn't be, to avoid auto-imports. Note that this might be tough to pull off, because if a package has any scripts, those scripts will need node types 🤔. Not sure how to allow in scripts and not in other parts of a package. Maybe have scripts be subpackage of any given package 🤷♂️
Note that if we have a proper lsp by this point, VSCode web supports this kind of thing; see the docs
The text was updated successfully, but these errors were encountered:
pokey
added
enhancement
New feature or request
help wanted
Extra attention is needed
blocked
Blocked on something; eg another PR being completed. Look in comments of issue / PR for reason
and removed
help wanted
Extra attention is needed
blocked
Blocked on something; eg another PR being completed. Look in comments of issue / PR for reason
labels
Oct 10, 2022
In order to make it easier for people to use Cursorless, we'd like to support Cursorless when VSCode is running in a web browser. The approach is roughly as follows:
@types/node
from rootpackage.json
and from other places where it shouldn't be, to avoid auto-imports. Note that this might be tough to pull off, because if a package has any scripts, those scripts will need node types 🤔. Not sure how to allow in scripts and not in other parts of a package. Maybe have scripts be subpackage of any given package 🤷♂️Note that if we have a proper lsp by this point, VSCode web supports this kind of thing; see the docs
References
The text was updated successfully, but these errors were encountered: