We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1dedbf5 + a4c6bd2 commit 39308a8Copy full SHA for 39308a8
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 2.0.14 (2022/12/04)
4
+
5
+### Fixes
6
7
+* Activates the extension when the language is `renpy` [#221](https://github.com/LuqueDaniel/vscode-language-renpy/pull/221)
8
9
## 2.0.13 (2022/08/29)
10
11
### Fixes
package.json
@@ -2,7 +2,7 @@
"name": "languague-renpy",
"displayName": "Ren'Py Language",
"description": "Adds rich support for the Ren'Py programming language to Visual Studio Code.",
- "version": "2.0.13",
+ "version": "2.0.14",
"publisher": "LuqueDaniel",
"license": "MIT",
"homepage": "https://github.com/LuqueDaniel/vscode-language-renpy",
0 commit comments