sublimelsp / LSP-Bicep

Language tooling for the Bicep language
MIT License
0 stars 0 forks source link

Language server doesn't appear to be running for `*.bicep` files #2

Closed alex-frankel closed 2 years ago

alex-frankel commented 2 years ago

The selected language shows as "Plain Text" and "Bicep" does not show up as a language that I can select. I ran the troubleshooting tool and this was the output:

# Troubleshooting: Bicep
## Version
 - LSP: 1.12.1
 - Sublime Text: 4113
## Server Test Run
 - exit code: 0
 - output
## Server Configuration
 - command
```json
[
  "${dotnet_executable}", 
  "${storage_path}/LSP-Bicep/Bicep.LangServer.dll"
]

Active view

Project / Workspace

LSP configuration

{
  "clients": {
    "sorbet": {
      "enabled": true
    }
  }, 
  "log_debug": true, 
  "log_server": [
    "panel"
  ]
}

System PATH

rwols commented 2 years ago

The instructions in the readme state you must install this package https://packagecontrol.io/packages/Bicep

alex-frankel commented 2 years ago

ah that was it - thanks!!