You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,13 @@
42
42
"peggyLanguageServer.debounceMS": {
43
43
"description": "Time, in milliseconds, to debounce typing",
44
44
"type": "integer",
45
-
"default": 200
45
+
"default": 200,
46
+
"minimum": 0
47
+
},
48
+
"peggyLanguageServer.filePattern": {
49
+
"markdownDescription": "Convert a grammar name to a JS file to output, using this first `%s` as the directory and the second `%s` as the unsuffixed name of the grammar.",
0 commit comments