Skip to content

Commit 2265c7b

Browse files
Remove swap quotes from behind labs field.
1 parent d2a97e3 commit 2265c7b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,7 @@
198198
{
199199
"title": "Swap Quotes",
200200
"category": "String Manipulation",
201-
"command": "string-manipulation.swapQuotes",
202-
"when": "config.stringManipulation.labs"
201+
"command": "string-manipulation.swapQuotes"
203202
}
204203
],
205204
"submenus": [
@@ -338,8 +337,7 @@
338337
},
339338
{
340339
"command": "string-manipulation.swapQuotes",
341-
"group": "7_modification",
342-
"when": "config.stringManipulation.labs"
340+
"group": "7_modification"
343341
}
344342
]
345343
}

0 commit comments

Comments
 (0)