Skip to content

Commit 62a70bd

Browse files
Enable swapQuotes behind labs flag
1 parent 0af3069 commit 62a70bd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,8 @@
198198
{
199199
"title": "Swap Quotes",
200200
"category": "String Manipulation",
201-
"command": "string-manipulation.swapQuotes"
201+
"command": "string-manipulation.swapQuotes",
202+
"when": "config.stringManipulation.labs"
202203
}
203204
],
204205
"submenus": [
@@ -337,7 +338,8 @@
337338
},
338339
{
339340
"command": "string-manipulation.swapQuotes",
340-
"group": "7_modification"
341+
"group": "7_modification",
342+
"when": "config.stringManipulation.labs"
341343
}
342344
]
343345
}

0 commit comments

Comments
 (0)