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 e886b69 + 40444ed commit 1d440a7Copy full SHA for 1d440a7
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 2.0.15 (2023/02/13)
4
+
5
+### Fixes
6
7
+* The `excludeCompiledFilesFromWorkspace` option now doesn't overwrite existing `file.exclude` values [#238](https://github.com/LuqueDaniel/vscode-language-renpy/pull/238)
8
9
## 2.0.14 (2022/12/04)
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.14",
+ "version": "2.0.15",
"publisher": "LuqueDaniel",
"license": "MIT",
"homepage": "https://github.com/LuqueDaniel/vscode-language-renpy",
0 commit comments