-
Notifications
You must be signed in to change notification settings - Fork 93
Closed
Labels
os: dockertype: bugA bug or unintended effectA bug or unintended effecttype: setupIssues related with the extension setup, including binaries downloadsIssues related with the extension setup, including binaries downloads
Description
Steps to reproduce
Install a fresh copy of vscode via the Ubuntu Snap (v1.57.1 in my env), open a container workspace containing .devcontainer/devcontainer.json with "extensions": ["haskell.haskell"], set.
Expected behaviour
The extension should be loaded and install the binaries in order to provide LSP services.
Actual behaviour
No binaries are installed, no errors come up despite setting trace messaging on. Indeed, there's no "Haskell" log stream in the "output" dropdown, and no related errors in the Extensions, Extension Host or Remote Extension Host log streams.
Also, using the command palette to run "Haskell: Restart Haskell LSP server" got me an error saying "Restart Haskell LSP server: restartServer not found".
Metadata
Metadata
Assignees
Labels
os: dockertype: bugA bug or unintended effectA bug or unintended effecttype: setupIssues related with the extension setup, including binaries downloadsIssues related with the extension setup, including binaries downloads