Do not activate on '**/package.json' but only on 'package.json'

This commit is contained in:
Erich Gamma 2018-04-27 12:05:35 +02:00
parent c0e52d19ad
commit 9a7fe683a8

View file

@ -31,7 +31,7 @@
"onCommand:workbench.action.tasks.runTask",
"onLanguage:json",
"onView:npm",
"workspaceContains:**/package.json"
"workspaceContains:package.json"
],
"contributes": {
"views": {