Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#65778 - [code] Certain extensions fail to install/initialize
Attached to Project:
Community Packages
Opened by Corey Lanier (MissingPerson) - Wednesday, 11 March 2020, 04:01 GMT
Last edited by freswa (frederik) - Sunday, 17 May 2020, 15:49 GMT
Opened by Corey Lanier (MissingPerson) - Wednesday, 11 March 2020, 04:01 GMT
Last edited by freswa (frederik) - Sunday, 17 May 2020, 15:49 GMT
|
DetailsDescription:
* Extensions in code-oss, such as Vetur and Svelte, fail to install. * When installed with the vsix package, Vetur fails to initialize. * Install occurs normally and initializes within Windows/Linux Mint/Ubuntu. Additional info: * package version(s): 1.42.1-1 Steps to reproduce: * Attempt to install Vetur and Svelte through extension manager. * Install Vetur manually through vsix package. |
This task depends upon
In my case I fixed it by:
1. Uninstall extension from VSCode ans restart the App.
2. Make sure the extension has been removed from the ~/.vscode/extensions dir (I think that for Code OSS the dir may be different) and remove the folder of the extension if that's not it
3. Install the extension from CLI. For example: code --install-extension fatihacet.gitlab-workflow (You can either write the extension ID or the path os a VSIX package)
I hope that works to you too.
As stated above, I attempted to manually install in the cli through the vsix package. I also made sure that the extension was uninstalled in the extensions directory.
This also happened to me in the AUR package as well as the community package.
Also, I have since had to migrate to Mint, and failed to store logs for this issue. I can only explain the steps needed to replicate this issue.
I should also note that my install of VS Code within Mint (as well as my install within Windows) does not experience this issue. I also have a Windows and a Ubuntu installation on my work PC that does not experience this issue.