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

VSCode extension loses all highlighting, auto imports, intellisense, etc. #4256

Open
tsi-trmorris opened this issue Apr 11, 2024 · 13 comments
Open

Comments

@tsi-trmorris
Copy link

I seem to have lost use of essentially all the functionality I care about in the VSCode extension. I have no highlighting, auto-imported components, etc. As a minimal reproduction, I created a new Vuetify project using their generator. For this, I ran pnpm create vuetify with the default options and pnpm as my package manager

image

Running the Vue: Restart Vue and TS servers command in my command palette reports the following in the Output tab:

[Error - 2:19:40 PM] Server process exited with code 0.
[Vue Named Pipe Client] No server found for c:/temp/vue/vuetify-project/src/App.vue

Environment:
Version: 1.88.1 (user setup)
Commit: e170252f762678dec6ca2cc69aba1570769a5d39
Date: 2024-04-10T17:41:02.734Z
Electron: 28.2.8
ElectronBuildId: 27744544
Chromium: 120.0.6099.291
Node.js: 18.18.2
V8: 12.0.267.19-electron.0
OS: Windows_NT x64 10.0.22621

@Ludidi
Copy link

Ludidi commented Apr 12, 2024

Me too And the file cannot be saved :(

@Zhao-changyuan
Copy link

Me too And the file cannot be saved :(
Me too

@saronwei
Copy link

Me too And the file cannot be saved :(

@s3xysteak
Copy link

Me too in v2.0.12 😭

@biwchi
Copy link

biwchi commented Apr 12, 2024

Same problem in sublime text. No syntax highlighting and cannot be saved

@Ludidi
Copy link

Ludidi commented Apr 12, 2024

Try to roll back to version v1.8.27. If there is unocss plug-in, it will be disabled. It is running normally now.

@cdenadai
Copy link

Hey guys, my problem was on vscode 1.88.
Both Microsoft VSCode and VSCodium.

The solution for me was rollback the VSCodium version to 1.87, Microsoft VSCode don't let me rollback the version on ubuntu.

Let me know if it works.

@wmurphyrd
Copy link

Our team resolved this by rolling back Vue plugin - official to v2.0.6

@astamant
Copy link

astamant commented Apr 14, 2024

Our team resolved this by rolling back Vue plugin - official to v2.0.6

This issue has been very disruptive, rolling back Vue - Official plugin to v2.0.6 as per @wmurphyrd fixed it for me as well.

FWIW, "Vue Language Server" output looks like this for me:

[Vue Named Pipe Client] No server found for c:/Users/astamant/Source/Repos/project/project-vue/src/modules/Customer/CustomerHome.vue

@marlemie
Copy link

Using VS Code, I have the same issue but do not even get any output from "Vue Language Server". Rolling back to 2.0.6 works.

@TheVaan
Copy link

TheVaan commented Apr 22, 2024

I'm getting [Vue Named Pipe Client] No server found for ..... and [Vue Named Pipe Client] Timeout. Rollback to 2.0.6 is not working for me.

Vue plugin 2.0.14
vue-tsc 2.0.14

Edit: fixed it by deleting all node_modules folders (mono repo), package-lock.json and run npm install...

@wunderdaz
Copy link

wunderdaz commented Apr 30, 2024

Just found this my side, easily reproducable by creating a new Vuetify project, opening VSCode into the solution, then hovering over any vuetify control

@wmurphyrd How'd you roll back? My VSCode shows no previous versions

Edit: Here's a tutorial microsoft/vscode#12764 (comment)

code --install-extension Vue.volar@2.0.6

Double edit: Downgrading doesnt work
image

@rrobertobt
Copy link

Just found this my side, easily reproducable by creating a new Vuetify project, opening VSCode into the solution, then hovering over any vuetify control

@wmurphyrd How'd you roll back? My VSCode shows no previous versions

Edit: Here's a tutorial microsoft/vscode#12764 (comment)

code --install-extension Vue.volar@2.0.6

Double edit: Downgrading doesnt work image

Can confirm this, I just created a new Vuetify project using Vuetify;s CLI and it's not working, but Nuxt projects do work without problems (imports, suggestions...)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests