Skip to content

Commit b3e6437

Browse files
Fix: Remove “Lint” menu option, it’s not necessary
The linter runs automagically every time the user stops writing.
1 parent ae4c0ff commit b3e6437

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

extension.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,6 @@
5353
"command": "gwynethllewelyn.LindenScriptingLanguage.search",
5454
"when": "editorHasFocus && editorHasSelection",
5555
"shortcut": "cmd-@",
56-
"filters": {
57-
"syntaxes": ["lsl"]
58-
}
59-
},
60-
{
61-
"title": "Lint",
62-
"command": "gwynethllewelyn.LindenScriptingLanguage.lint",
63-
"when": "editorHasFocus",
6456
"filters": {
6557
"syntaxes": ["lsl", "ossl"]
6658
}

0 commit comments

Comments
 (0)