Skip to content

Commit

Permalink
Merge pull request #1515 from Quafadas/main
Browse files Browse the repository at this point in the history
Prefer the metals VSCode extension to run in the "Workspace" as opposed to "UI"
  • Loading branch information
tgodzik authored May 30, 2024
2 parents 6d96bd6 + e531d09 commit 671f295
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/metals-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
"Programming Languages",
"Debuggers"
],
"extensionKind": [
"workspace",
"ui"
],
"activationEvents": [
"onCommand:metals.start-server",
"onCommand:metals.new-scala-project",
Expand Down

0 comments on commit 671f295

Please sign in to comment.