Skip to content

Commit 7efcc03

Browse files
authored
Terser commands, match capitalization conventions
1 parent f1b5aa2 commit 7efcc03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1247,12 +1247,12 @@
12471247
"objectscript.debug.debugThisMethod": {
12481248
"type": "boolean",
12491249
"default": true,
1250-
"markdownDescription": "Show inline `Debug this method` CodeLens action for ClassMethods and Routine Labels."
1250+
"markdownDescription": "Show inline `Debug Method` CodeLens action for ClassMethods and Routine Labels."
12511251
},
12521252
"objectscript.debug.copyToClipboard": {
12531253
"type": "boolean",
12541254
"default": true,
1255-
"markdownDescription": "Show inline `Copy Invocation to Clipboard` CodeLens action for ClassMethods and Routine Labels."
1255+
"markdownDescription": "Show inline `Copy Invocation` CodeLens action for ClassMethods and Routine Labels."
12561256
},
12571257
"objectscript.studioActionDebugOutput": {
12581258
"type": "boolean",

0 commit comments

Comments
 (0)