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

typescript-language-features doesn't work on MemFS #122979

Closed
tamuratak opened this issue May 5, 2021 · 1 comment
Closed

typescript-language-features doesn't work on MemFS #122979

tamuratak opened this issue May 5, 2021 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug insiders-released Patch has been released in VS Code Insiders typescript Typescript support issues verified Verification succeeded
Milestone

Comments

@tamuratak
Copy link
Contributor

Version: 1.56.0-insider
Commit: cfa2e21
Date: 2021-05-04T21:55:28.605Z
Electron: 12.0.4
Chrome: 89.0.4389.114
Node.js: 14.16.0
V8: 8.9.255.24-electron.0
OS: Darwin x64 18.7.0

Related to #59650 (comment) and #122836.

Steps to Reproduce:

  1. Install MemFS https://marketplace.visualstudio.com/items?itemName=jrieken.vscode-memfs
  2. Execute MemFS Setup Workspace
  3. Create a t.ts file
  4. Initializing JS/TS language features has started. But, it never ends.

Does this issue occur when all extensions are disabled?: Yes

The dev console says:

  ERR Error: Unable to read file 'memfs:/t.ts' (Error: Unable to resolve non-existing file 'memfs:/t.ts')
    at n (errors.ts:246)
    at i.handleSetInputError (textFileEditor.ts:177)
    at i.handleSetInputError (textFileEditor.ts:82)
    at i.setInput (textFileEditor.ts:155)
    at async l.doSetInput (editorControl.ts:177)
    at async l.openEditor (editorControl.ts:66)
    at async file:/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:2452
event.ts:488     at file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:58:58523
    at file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:58:61006
    at new Promise (<anonymous>)
    at Object.N [as toPromise] (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:58:60987)
    at _.whenInitialized (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:76:4475)
    at file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:76:2720
    at w (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:68:11210)
    at file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:76:2710
    at new Promise (<anonymous>)
    at _.requestPromise (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:76:2252)
    at Object.call (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:76:1941)
    at file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:76:7092
check @ event.ts:488
_event._event @ event.ts:565
(anonymous) @ event.ts:31
(anonymous) @ event.ts:377
N @ event.ts:377
whenInitialized @ ipc.ts:730
(anonymous) @ ipc.ts:590
w @ async.ts:25
(anonymous) @ ipc.ts:590
requestPromise @ ipc.ts:554
call @ ipc.ts:532
(anonymous) @ ipc.ts:962
@mjbvz mjbvz added this to the May 2021 milestone May 6, 2021
@mjbvz mjbvz added bug Issue identified by VS Code Team member as probable bug typescript Typescript support issues labels May 6, 2021
@mjbvz mjbvz closed this as completed in f25ffb7 May 6, 2021
@sandy081 sandy081 added the verified Verification succeeded label Jun 3, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Jun 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug insiders-released Patch has been released in VS Code Insiders typescript Typescript support issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

4 participants
@tamuratak @sandy081 @mjbvz and others