Skip to content
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

Closed
mjbvz opened this issue Jan 10, 2023 · 1 comment · Fixed by #182812
Closed

Enable project-wide JS/TS IntelliSense on web #170920

mjbvz opened this issue Jan 10, 2023 · 1 comment · Fixed by #182812
Assignees
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
Copy link
Collaborator

mjbvz commented Jan 10, 2023

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

@mjbvz mjbvz added the javascript JavaScript support issues label Jan 10, 2023
@mjbvz mjbvz added this to the January 2023 milestone Jan 10, 2023
@mjbvz mjbvz self-assigned this Jan 10, 2023
@mjbvz 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 19, 2023
mjbvz added a commit that referenced this issue Jan 23, 2023
* Try downloading repo for project wide IntelliSense

For #170920

* Defer preload
@mjbvz mjbvz modified the milestones: January 2023, February 2023 Jan 24, 2023
@mjbvz
Copy link
Collaborator Author

mjbvz commented Feb 21, 2023

Moving out as it's enabled but blocked on enabling shared array buffers on vscode.dev

@mjbvz mjbvz modified the milestones: February 2023, March 2023 Feb 21, 2023
@mjbvz mjbvz modified the milestones: March 2023, April 2023 Mar 20, 2023
@mjbvz mjbvz modified the milestones: April 2023, May 2023 Apr 20, 2023
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
@VSCodeTriageBot VSCodeTriageBot 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
@github-actions github-actions bot locked and limited conversation to collaborators Jul 1, 2023
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants