diff --git a/package-lock.json b/package-lock.json index 68fb7f0..389bd81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "language-renpy", - "version": "2.3.10", + "version": "2.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "language-renpy", - "version": "2.3.10", + "version": "2.4.0", "license": "MIT", "devDependencies": { "@types/mocha": "^10.0.7", diff --git a/package.json b/package.json index 473d639..3f9d714 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "language-renpy", "displayName": "Ren'Py Language (8.3+)", "description": "Adds rich support for the Ren'Py programming language to Visual Studio Code.", - "version": "2.3.10", + "version": "2.4.0", "publisher": "renpy", "license": "MIT", "homepage": "https://github.com/renpy/vscode-language-renpy", @@ -148,7 +148,7 @@ "runtime": "node", "configurationAttributes": { "launch": { - "required": [ ], + "required": [], "properties": { "command": { "type": "string", @@ -158,7 +158,7 @@ "args": { "type": "array", "description": "Args to run Ren'Py with.", - "default": [ ] + "default": [] } } } @@ -169,7 +169,7 @@ "request": "launch", "name": "Ren'Py: Launch", "command": "run", - "args": [ ] + "args": [] } ], "configurationSnippets": [ @@ -181,7 +181,7 @@ "request": "launch", "name": "Ren'Py", "command": "run", - "args": [ ] + "args": [] } } ] @@ -202,7 +202,7 @@ "args": { "type": "array", "description": "Args to run Ren'Py with.", - "default": [ ] + "default": [] } } }