Skip to content

Commit 26b8a6c

Browse files
committed
Only start the Dotty VSCode extension if .dotty-ide.json exists
This avoids conflicts with other extensions like https://github.com/dragos/dragos-vscode-scala
1 parent 21b3149 commit 26b8a6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vscode-dotty/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"main": "./out/src/extension",
2020
"activationEvents": [
21-
"onLanguage:scala"
21+
"workspaceContains:.dotty-ide.json"
2222
],
2323
"languages": [
2424
{

0 commit comments

Comments
 (0)