sublimelsp / LSP-volar

Vue support for Sublime's LSP plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LSP-volar exited with status code -32603.

NewStorm-0 opened this issue · comments

System Info:

  • Windows 10 Professional 21H2
  • Sublime Text Stable channel, Build 4113
  • LSP v1.16.3
  • LSP-volar v1.0.19
  • Vue Syntax Highlight v4.0.1

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.

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

Troubleshooting: LSP-volar

Version

  • LSP: 1.16.3
  • Sublime Text: 4113

Server Test Run

  • exit code: 0
  • output

Server Configuration

  • command
[
  "${node_bin}", 
  "${server_path}", 
  "--stdio"
]
  • shell command
E:\Node_js\node.EXE "F:\Sublime Text\Data\Package Storage\LSP-volar\16.15.0\server\node_modules\@volar\vue-language-server\bin\vue-language-server.js" --stdio
  • selector
text.html.vue
  • priority_selector
(text.html.vue)
  • init_options
{
  "typescript": {}
}
  • settings
{
  "volar": {
    "autoCompleteRefs": false, 
    "autoWrapParentheses": true, 
    "codeLens": {
      "pugTools": false, 
      "references": true, 
      "scriptSetupTools": false
    }, 
    "completion": {
      "autoImportComponent": true, 
      "preferredAttrNameCase": "auto-kebab", 
      "preferredTagNameCase": "auto"
    }, 
    "vueserver": {
      "maxOldSpaceSize": null
    }
  }
}
  • env
{
  "PATH": "E:\\Node_js;E:\\Node_js;E:\\Node_js;E:\\Node_js;"
}

Active view

  • File name
E:\School\数据库\数据库课程设计\supermarket\src\App.vue
  • Settings
{
  "auto_complete_selector": "meta.tag, source - comment - string.quoted.double.block - string.quoted.single.block - string.unquoted.heredoc", 
  "lsp_active": null, 
  "syntax": "Packages/Vue Syntax Highlight/Vue Component.sublime-syntax"
}
  • base scope
text.html.vue

Project / Workspace

  • folders
[]
  • is project: False

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

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

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

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.