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 ec97e85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vscode-dotty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "dotty",
"displayName": "Dotty Language Server",
"description": "IDE integration for Dotty, the experimental Scala compiler",
"version": "0.1.0",
"version": "0.1.1",
"license": "BSD-3-Clause",
"publisher": "lampepfl",
"repository": {
Expand All @@ -18,7 +18,7 @@
],
"main": "./out/src/extension",
"activationEvents": [
"onLanguage:scala"
"workspaceContains:.dotty-ide.json"
],
"languages": [
{
Expand Down

0 comments on commit ec97e85

Please sign in to comment.