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

command not found #3635

Closed
Tiddler-Shuishui opened this issue Oct 7, 2023 · 7 comments · Fixed by #3641
Closed

command not found #3635

Tiddler-Shuishui opened this issue Oct 7, 2023 · 7 comments · Fixed by #3641

Comments

@Tiddler-Shuishui
Copy link

Snipaste_2023-10-07_16-43-16

@XBIsland
Copy link

XBIsland commented Oct 7, 2023

It may be a problem with the project typescript version.
Temporarily downgrading the version to 1.18.5 can solve the problem
image

@MiiZZo
Copy link

MiiZZo commented Oct 7, 2023

I faced the same problem, volar 1.8.16 is completely not working in my project. 1.8.15 version works fine.

@SadBoxx
Copy link

SadBoxx commented Oct 7, 2023

Volar 1.8.16 cannot perform formatting code operations on my vscode

@johnsoncodehk
Copy link
Member

Can you reproduce this problem in https://github.com/johnsoncodehk/volar-starter?

If yes, please paste your VSCode info by executing the Help: About command in VSCode and click "Copy".
If no, please provide a repro case so that we can investigate.

@MiiZZo
Copy link

MiiZZo commented Oct 7, 2023

@johnsoncodehk ,

  1. I have two plugins for version 1.8.16:
    image

  2. I have takeover mode:
    image

  3. When i open app.vue from your volar-starter. Volar doesn't reconize HelloWorld as a component (It must be green.)
    image

  4. Also there are no volar settings in vscode bottom bar (like camelCase or kebab-case for component and props)
    image

  5. When i try to run any volar command like restart vue server i got this error:
    image

  6. My vscode info:
    Version: 1.80.2 (user setup)
    Commit: 2ccd690cbff1569e4a83d7c43d45101f817401dc
    Date: 2023-07-27T20:40:28.909Z
    Electron: 22.3.14
    ElectronBuildId: 22695494
    Chromium: 108.0.5359.215
    Node.js: 16.17.1
    V8: 10.8.168.25-electron.0
    OS: Windows_NT x64 10.0.19045

  7. Volar 1.8.15 works well in this project.

@JerryChan31
Copy link

I met this as well, and "runtime status" tab says Uncaught Errors (1): The language client requires VS Code version ^1.82.0 but received version 1.79.0.

downgrading volar to 1.8.15 fixes the problem, and I'm trying to upgrade vscode to 1.82.0 to see if it's work.

@JerryChan31
Copy link

I met this as well, and "runtime status" tab says Uncaught Errors (1): The language client requires VS Code version ^1.82.0 but received version 1.79.0.

downgrading volar to 1.8.15 fixes the problem, and I'm trying to upgrade vscode to 1.82.0 to see if it's work.

Upgraded to VSCode 1.83.0 and volar 1.8.16 still doesn't work.

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

Successfully merging a pull request may close this issue.

6 participants