-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
Enable project-wide JS/TS IntelliSense on web #170920
Labels
feature-request
Request for new features or functionality
insiders-released
Patch has been released in VS Code Insiders
javascript
JavaScript support issues
on-testplan
typescript
Typescript support issues
web
Issues related to running VSCode in the web
Milestone
Comments
mjbvz
added
feature-request
Request for new features or functionality
typescript
Typescript support issues
web
Issues related to running VSCode in the web
labels
Jan 10, 2023
mjbvz
added a commit
to mjbvz/vscode
that referenced
this issue
Jan 18, 2023
mjbvz
added a commit
that referenced
this issue
Jan 18, 2023
mjbvz
added a commit
to mjbvz/vscode
that referenced
this issue
Jan 19, 2023
mjbvz
added a commit
that referenced
this issue
Jan 23, 2023
* Try downloading repo for project wide IntelliSense For #170920 * Defer preload
Moving out as it's enabled but blocked on enabling shared array buffers on vscode.dev |
mjbvz
added a commit
to mjbvz/vscode
that referenced
this issue
May 17, 2023
Fixes microsoft#170920 Enables this feature by default but also disables semantic errors. This is needed to avoid lots of annoying false positive errors for external modules. We plan to remove this limitation once type downloading support is enabled
mjbvz
added a commit
that referenced
this issue
May 17, 2023
Fixes #170920 Enables this feature by default but also disables semantic errors. This is needed to avoid lots of annoying false positive errors for external modules. We plan to remove this limitation once type downloading support is enabled
vscodenpa
added
unreleased
Patch has not yet been released in VS Code Insiders
insiders-released
Patch has been released in VS Code Insiders
and removed
unreleased
Patch has not yet been released in VS Code Insiders
labels
May 17, 2023
2 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
feature-request
Request for new features or functionality
insiders-released
Patch has been released in VS Code Insiders
javascript
JavaScript support issues
on-testplan
typescript
Typescript support issues
web
Issues related to running VSCode in the web
Tracks enabling cross file, project wide IntelliSense for JS/TS on serverless web (vscode.dev)
This is the outgrowth of microsoft/TypeScript#47600
WIP PR #169311
The text was updated successfully, but these errors were encountered: