sublimelsp / LSP-volar

Vue support for Sublime's LSP plugin
MIT License
84 stars 8 forks source link

LSP-volar exited with status code -32603. #109

Closed NewStorm-0 closed 2 years ago

NewStorm-0 commented 2 years ago

System Info:

111

After I installed the three plugins following the steps in the readme file, I restarted sublime text. I haven't done any action yet and this error appears. I tried to click the button "Restart LSP-volar" , but nothing works. The error happened again in 1 second.

rchl commented 2 years ago

You can run LSP: Troubleshoot server from the command palette and provide its output

NewStorm-0 commented 2 years ago

Troubleshooting: LSP-volar

Version

## Server Configuration
 - command
```json
[
  "${node_bin}", 
  "${server_path}", 
  "--stdio"
]

Active view

Project / Workspace

LSP configuration

## System PATH - F:\VMwareWorkstationPro16\bin\ - C:\Program Files (x86)\Intel\iCLS Client\ - C:\Program Files\Intel\iCLS Client\ - C:\Windows\system32 - C:\Windows - C:\Windows\System32\Wbem - C:\Windows\System32\WindowsPowerShell\v1.0\ - C:\Windows\System32\OpenSSH\ - C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL - C:\Program Files\Intel\Intel(R) Management Engine Components\DAL - C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT - C:\Program Files\Intel\Intel(R) Management Engine Components\IPT - C:\Program Files\Microsoft SQL Server\130\Tools\Binn\ - C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\ - F:\Microsoft VS Code\bin - F:\Maven\apache-maven-3.8.3\bin - C:\Program Files\MySQL\MySQL Server 8.0\bin - C:\Program Files (x86)\Common Files\Thunder Network\KanKan\Codecs - F:\SQLite - F:\Qt\6.2.3\msvc2019_64\bin - f:\quartusii9.0\quartus\bin - C:\Program Files\Java\jdk-17.0.1\bin - C:\Program Files\Java\jdk-17.0.1\jre\bin - F:\Gradle\bin - F:\texlive\2022\bin\win32 - E:\Node_js\ - C:\Program Files\dotnet\ - F:\Git\cmd - F:\gs9.56.1\bin - C:\Program Files\PowerShell\7\ - F:\MATLAB\runtime\win64 - F:\MATLAB\bin - F:\MATLAB\polyspace\bin - C:\Program Files\MySQL\MySQL Shell 8.0\bin\ - C:\Users\Administrator\AppData\Local\Programs\Python\Python39\Scripts\ - C:\Users\Administrator\AppData\Local\Programs\Python\Python39\ - C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps - F:\IntelliJ IDEA Community Edition 2021.1.3\bin - F:\PyCharm 2021.1.1\bin - E:\c1\新建文件夹\版本烧录工具及方法\PhoenixSuitV1.10\ - C:\Users\Administrator\.dotnet\tools - %WebStorm% - F:\IntelliJ IDEA 2021.1.3\bin - - C:\Users\Administrator\AppData\Roaming\npm - C:\Users\Administrator\.dotnet\tools
rchl commented 2 years ago

You can try adding the E:\School\数据库\数据库课程设计\supermarket\ folder to the side panel and then trying opening one of the VUE files within it.

NewStorm-0 commented 2 years ago

Thang you very much. It worked!!!😊 It's all good now, but the speed of Indexing Files is very slow.🤣

rchl commented 2 years ago

You can raise and discuss such issues in https://github.com/johnsoncodehk/volar. It might be normal though, depending on what "very slow" means exactly and how big the project is.