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

VSCExtension: oxc client not found #8787

Closed
sschneider-ihre-pvs opened this issue Jan 30, 2025 · 8 comments · Fixed by #8819
Closed

VSCExtension: oxc client not found #8787

sschneider-ihre-pvs opened this issue Jan 30, 2025 · 8 comments · Fixed by #8819
Labels
A-editor Area - Editor and Language Server C-bug Category - Bug

Comments

@sschneider-ihre-pvs
Copy link

Image

ERR Unable to resolve nonexistent file 'vscode-userdata:/c:/Users/<USER>/AppData/Roaming/Code/User/globalStorage/oxc.oxc-vscode': Error: Unable to resolve nonexistent file 'vscode-userdata:/c:/Users/<USER>/AppData/Roaming/Code/User/globalStorage/oxc.oxc-vscode'

This error occurs in 0.15.8

Also when trying to open the output panel

@sschneider-ihre-pvs sschneider-ihre-pvs added the C-bug Category - Bug label Jan 30, 2025
@Sysix
Copy link
Collaborator

Sysix commented Jan 30, 2025

I could not reproduce this error.

Could you please try to reinstall the extension?

@Sysix Sysix added the A-editor Area - Editor and Language Server label Jan 30, 2025
@sschneider-ihre-pvs
Copy link
Author

Maybe it is a windows thing? I deleted all versions from the .vscode folder and tried it. I am currently one version behind and that seems to work. So it might be introduced with the latest version.

@Sysix
Copy link
Collaborator

Sysix commented Jan 31, 2025

Maybe it is a windows thing

This is my windows setup (vscode -> Help --> About)

Version: 1.96.4 (user setup)
Commit: cd4ee3b1c348a13bafd8f9ad8060705f6d4b9cba
Date: 2025-01-16T00:16:19.038Z
Electron: 32.2.6
ElectronBuildId: 10629634
Chromium: 128.0.6613.186
Node.js: 20.18.1
V8: 12.8.374.38-electron.0
OS: Windows_NT x64 10.0.19045

Could still lint files. npm and extension plugin are up to date.

Image

@joshderochervlk-simplisafe

I'm seeing this as well.

Version: 1.96.4 (user setup)
Commit: cd4ee3b1c348a13bafd8f9ad8060705f6d4b9cba
Date: 2025-01-16T00:16:19.038Z
Electron: 32.2.6
ElectronBuildId: 10629634
Chromium: 128.0.6613.186
Node.js: 20.18.1
V8: 12.8.374.38-electron.0
OS: Windows_NT x64 10.0.22000

It's causing fixes on save not to work.

@Sysix
Copy link
Collaborator

Sysix commented Jan 31, 2025

Thanks you both. I created this bug by refactoring a bit too much.
I created a PR to revert the changes. This should fix the problem

@joshderochervlk-simplisafe

I uninstalled and reinstalled and it appears that I picked up the new version published at 2025-01-31, 16:43:54, 0.15.8. I am still seeing the same issue.

@Sysix
Copy link
Collaborator

Sysix commented Jan 31, 2025

picked up the new version published at 2025-01-31, 16:43:54, 0.15.8

https://marketplace.visualstudio.com/items?itemName=oxc.oxc-vscode

there is no new version released and the update time does not match.
Please wait for a new release which will be referenced in the PR.

@joshderochervlk-simplisafe

picked up the new version published at 2025-01-31, 16:43:54, 0.15.8

https://marketplace.visualstudio.com/items?itemName=oxc.oxc-vscode

there is no new version released and the update time does not match. Please wait for a new release which will be referenced in the PR.

Ah, ok thanks. I'll check back. Thanks for the fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-editor Area - Editor and Language Server C-bug Category - Bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants