Skip to content

Commit 01eb0ef

Browse files
committed
chore: hide nuxtr.errorLayout when extension is not active
1 parent b9cd566 commit 01eb0ef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,10 @@
300300
"command": "nuxtr.directToggleDevTools",
301301
"when": "nuxtr.isNuxtProject"
302302
},
303+
{
304+
"command": "nuxtr.errorLayout",
305+
"when": "nuxtr.isNuxtProject"
306+
},
303307
{
304308
"command": "nuxtr.managePackageVersion",
305309
"when": "false"

0 commit comments

Comments
 (0)