You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a project with this recommendation in .vscode/extensions.json
{
"recommendations": [
"hashicorp.terraform"
]
}
The extension can be installed as expected, however it then fails when it tries to launch the language server.
I can see in the logs that the wrong platform is downloaded (darwin-arm64 instead of linux-x64):
2024-04-03T10:52:35.275Z root INFO [hashicorp.terraform]: resolved to 'hashicorp.terraform-2.29.5'
2024-04-03T10:52:35.276Z root INFO [hashicorp.terraform-2.29.5]: trying to download from "https://open-vsx.org/api/hashicorp/terraform/darwin-arm64/2.29.5/file/hashicorp.terraform-2.29.5@darwin-arm64.vsix"... to path /home/johannes/.theia/tmp/vscode-download
2024-04-03T10:52:36.755Z root INFO [hashicorp.terraform-2.29.5]: downloaded to /home/johannes/.theia/tmp/vscode-download/hashicorp.terraform-2.29.5@darwin-arm64.vsix"
I don't know if Theia detects the wrong platform or if there is a misconfiguration on open-vsx that leads to the wrong platform.
Steps to Reproduce:
Install hashicorp.terraform
After installation it should try to launch the server which will fail
Additional Information
Operating System: Ubuntu 22.04
Theia Version: 1.48.2
The text was updated successfully, but these errors were encountered:
I don't know if Theia detects the wrong platform or if there is a misconfiguration on open-vsx that leads to the wrong platform.
FYI, I don't think that Theia respects the current platform at all - it just chooses the first download link it can find on open-vsx for the respective version of a plugin and tries to install that. See also here:
Bug Description:
I have a project with this recommendation in
.vscode/extensions.json
The extension can be installed as expected, however it then fails when it tries to launch the language server.
I can see in the logs that the wrong platform is downloaded (darwin-arm64 instead of linux-x64):
I don't know if Theia detects the wrong platform or if there is a misconfiguration on open-vsx that leads to the wrong platform.
Steps to Reproduce:
hashicorp.terraform
Additional Information
The text was updated successfully, but these errors were encountered: