Skip to content

Commit

Permalink
2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renpytom committed Jul 30, 2024
1 parent 1ee74b5 commit b231464
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -148,7 +148,7 @@
"runtime": "node",
"configurationAttributes": {
"launch": {
"required": [ ],
"required": [],
"properties": {
"command": {
"type": "string",
Expand All @@ -158,7 +158,7 @@
"args": {
"type": "array",
"description": "Args to run Ren'Py with.",
"default": [ ]
"default": []
}
}
}
Expand All @@ -169,7 +169,7 @@
"request": "launch",
"name": "Ren'Py: Launch",
"command": "run",
"args": [ ]
"args": []
}
],
"configurationSnippets": [
Expand All @@ -181,7 +181,7 @@
"request": "launch",
"name": "Ren'Py",
"command": "run",
"args": [ ]
"args": []
}
}
]
Expand All @@ -202,7 +202,7 @@
"args": {
"type": "array",
"description": "Args to run Ren'Py with.",
"default": [ ]
"default": []
}
}
}
Expand Down

0 comments on commit b231464

Please sign in to comment.