File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 22 "name" : " funkin-script-autocompleter" ,
33 "displayName" : " Funkin Script AutoCompleter" ,
44 "description" : " AutoCompleter for Friday Night Funkin` scripts" ,
5- "version" : " 1.3.0 " ,
5+ "version" : " 1.3.1 " ,
66 "icon" : " images/icon.png" ,
77 "publisher" : " Snirozu" ,
88 "private" : true ,
5858 "funkinscriptautocomplete.enableOnlyOnCertainScripts" : {
5959 "type" : " boolean" ,
6060 "default" : false ,
61- "description" : " If true this extension will only work if a script contains '---@funkinScript'"
61+ "description" : " If checked, this extension will only work if a script contains '---@funkinScript' comment"
62+ },
63+ "funkinscriptautocomplete.functionArgsGeneration" : {
64+ "type" : " boolean" ,
65+ "default" : true ,
66+ "description" : " If unchecked, after entering a function it doesn't add placeholder arguments and it also jumps inside the function body"
6267 }
6368 }
6469 }
You can’t perform that action at this time.
0 commit comments