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.
1 parent f388c85 commit b486f60Copy full SHA for b486f60
.changeset/fast-ants-kiss.md
@@ -0,0 +1,5 @@
1
+---
2
+"phpstan-vscode": minor
3
4
+
5
+Enable the extension only with the PHP language
package.json
@@ -138,7 +138,9 @@
138
}
139
},
140
"activationEvents": [
141
- "*"
+ "onLanguage:php",
142
+ "workspaceContains:**/phpstan.neon",
143
+ "workspaceContains:**/phpstan.neon.dist"
144
],
145
"dependencies": {
146
"yaml": "^2.1.1"
0 commit comments