We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.sc
1 parent 0e1b20b commit 11f96faCopy full SHA for 11f96fa
vscode-dotty/package.json
@@ -25,22 +25,21 @@
25
"main": "./out/src/extension",
26
"activationEvents": [
27
"onLanguage:scala",
28
- "workspaceContains:.dotty-ide.json",
29
- "workspaceContains:**.sc"
30
- ],
31
- "languages": [
32
- {
33
- "id": "scala",
34
- "extensions": [
35
- ".scala",
36
- ".sc"
37
38
- "aliases": [
39
- "Scala"
40
- ]
41
- }
+ "workspaceContains:.dotty-ide.json"
42
],
43
"contributes": {
+ "languages": [
+ {
+ "id": "scala",
+ "extensions": [
+ ".scala",
+ ".sc"
+ ],
+ "aliases": [
+ "Scala"
+ ]
+ }
44
"commands": [
45
{
46
"command": "worksheet.evaluate",
0 commit comments