Skip to content

Commit

Permalink
bugfix: Remove ui extensionKind
Browse files Browse the repository at this point in the history
Metals must run in the same machine.
  • Loading branch information
tgodzik committed Aug 13, 2024
1 parent fe3dfa0 commit cdb632c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/metals-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@
"Debuggers"
],
"extensionKind": [
"workspace",
"ui"
"workspace"
],
"activationEvents": [
"onCommand:metals.start-server",
Expand Down

0 comments on commit cdb632c

Please sign in to comment.