Skip to content

Commit b231464

Browse files
committed
2.4.0
1 parent 1ee74b5 commit b231464

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "language-renpy",
33
"displayName": "Ren'Py Language (8.3+)",
44
"description": "Adds rich support for the Ren'Py programming language to Visual Studio Code.",
5-
"version": "2.3.10",
5+
"version": "2.4.0",
66
"publisher": "renpy",
77
"license": "MIT",
88
"homepage": "https://github.com/renpy/vscode-language-renpy",
@@ -148,7 +148,7 @@
148148
"runtime": "node",
149149
"configurationAttributes": {
150150
"launch": {
151-
"required": [ ],
151+
"required": [],
152152
"properties": {
153153
"command": {
154154
"type": "string",
@@ -158,7 +158,7 @@
158158
"args": {
159159
"type": "array",
160160
"description": "Args to run Ren'Py with.",
161-
"default": [ ]
161+
"default": []
162162
}
163163
}
164164
}
@@ -169,7 +169,7 @@
169169
"request": "launch",
170170
"name": "Ren'Py: Launch",
171171
"command": "run",
172-
"args": [ ]
172+
"args": []
173173
}
174174
],
175175
"configurationSnippets": [
@@ -181,7 +181,7 @@
181181
"request": "launch",
182182
"name": "Ren'Py",
183183
"command": "run",
184-
"args": [ ]
184+
"args": []
185185
}
186186
}
187187
]
@@ -202,7 +202,7 @@
202202
"args": {
203203
"type": "array",
204204
"description": "Args to run Ren'Py with.",
205-
"default": [ ]
205+
"default": []
206206
}
207207
}
208208
}

0 commit comments

Comments
 (0)