Skip to content

Commit

Permalink
Only start the Dotty VSCode extension if .dotty-ide.json exists
Browse files Browse the repository at this point in the history
This avoids conflicts with other extensions like
https://github.com/dragos/dragos-vscode-scala
  • Loading branch information
smarter committed Jun 17, 2017
1 parent 21b3149 commit 26b8a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode-dotty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"main": "./out/src/extension",
"activationEvents": [
"onLanguage:scala"
"workspaceContains:.dotty-ide.json"
],
"languages": [
{
Expand Down

0 comments on commit 26b8a6c

Please sign in to comment.