Skip to content

Commit 32a548d

Browse files
committed
Activate hack LSP only for hack langauge
1 parent 8a60fd5 commit 32a548d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
]
247247
},
248248
"activationEvents": [
249-
"workspaceContains:.hhconfig"
249+
"onLanguage:hack"
250250
],
251251
"scripts": {
252252
"vscode:prepublish": "npm run compile",

0 commit comments

Comments
 (0)