Skip to content

Commit 7068d76

Browse files
committed
update packagee
1 parent e5a74f2 commit 7068d76

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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,
@@ -58,7 +58,12 @@
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
}

0 commit comments

Comments
 (0)