Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scala (Metals) extension is disabled in visual code-insiders #605

Closed
hwait opened this issue Jul 2, 2021 · 2 comments
Closed

Scala (Metals) extension is disabled in visual code-insiders #605

hwait opened this issue Jul 2, 2021 · 2 comments

Comments

@hwait
Copy link

hwait commented Jul 2, 2021

Scala (Metals) extension is disabled in Visual Studio Code Insiders.

Scala (Metals) extension shown grayed out in WSL: UBUNTU-20.04 - INSTALLED group of extensions.
There is the notification "The extension has been disabled because it depends on an extension that is disabled." shown in the header.

To Reproduce Steps to reproduce the behavior:

  1. Add Scala (Metals) extension in your code-insiders
  2. See it disabled

Expected behavior

Scala (Metals) extension enabled and works well

Screenshots

image
image
image

Installation:

  • Operating system: Windows Insiders
  • VSCode version: 1.58.0-insider (user setup)
  • VSCode extension version: Scala syntax (official) version is 0.5.3
  • Metals version: v1.10.6 (there is no any metals.* in VSCode settings )

Additional context

The extension Scala syntax (official) is located in LOCAL - INSTALLED group of extensions.
There is the notification "This extension is enabled globally" shown in the header.
This extension also shown in WSL: UBUNTU-20.04 - INSTALLED group of extensions, but it is grayed out.

Search terms
Scala (Metals) code-insiders

@tgodzik
Copy link
Contributor

tgodzik commented Jul 2, 2021

Thanks for reporting! This seems to be a bug in VS Code itself. I think last time I checked if you disabled both extensions and enabled them again it started to work again.

There is nothing we actually do in Metals aside from:

  "extensionDependencies": [
    "scala-lang.scala"
  ]

so there is not much we can do unless anything changed recently. Could you report it in the VS Code repository?

@hwait
Copy link
Author

hwait commented Jul 2, 2021

Unfortunately disable/enable, reinstall extensions didn't help. Thank you for your immediate response, I'll create an issue in VS Code repository itself a bit later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants