Skip to content

Commit 6068477

Browse files
committed
0.0.4
1 parent 2980ab6 commit 6068477

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

extension.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ function activate(context) {
118118
onCommandCompletion.detail = 'onCommand function template';
119119
onCommandCompletion.documentation = 'Inserts a template for handling commands';
120120
onCommandCompletion.insertText = new vscode.SnippetString(
121-
'onCommand("${1}", function()' +
122-
'\n ${2}' +
121+
'onCommand("${1}","${2}", function()' +
122+
'\n ${3}' +
123123
'\nend)'
124124
);
125125
completions.push(onCommandCompletion);

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "flarial-scripting",
33
"displayName": "Flarial scripting",
44
"description": "",
5-
"version": "0.0.3",
5+
"version": "0.0.4",
66
"authors": ["Flarial client", "Withors"],
77
"engines": {
88
"vscode": "^1.95.0"

0 commit comments

Comments
 (0)