Skip to content

Commit 888744f

Browse files
authored
Merge pull request #2777 from dotty-staging/ide-activation
Only start the Dotty VSCode extension if .dotty-ide.json exists
2 parents 3330992 + ec97e85 commit 888744f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vscode-dotty/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "dotty",
33
"displayName": "Dotty Language Server",
44
"description": "IDE integration for Dotty, the experimental Scala compiler",
5-
"version": "0.1.0",
5+
"version": "0.1.1",
66
"license": "BSD-3-Clause",
77
"publisher": "lampepfl",
88
"repository": {
@@ -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)