Skip to content

Commit f7f4db5

Browse files
committed
bump to 0.23.2
1 parent 94c03af commit f7f4db5

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ code-d and serve-d
2727
</tr>
2828
</table>
2929

30+
# 0.23.2
31+
32+
Fixes CI generated .vsix files (and released extensions with that) not including debug plugins, possibly causing task debugging issues.
33+
3034
# 0.23.1
3135

3236
Prefers `"d.dubCompiler"` now as used compiler when compiling serve-d from source as part of the installer. If you never want to download precompiled releases and always build from source you can set the developer setting `"d.forceCompileServeD"` to true in your user settings (JSON) and ignore it being not found / being not documented.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "code-d",
33
"displayName": "D Programming Language (code-d)",
44
"description": "auto-complete, snippets, linter and formatter for dlang",
5-
"version": "0.23.1",
5+
"version": "0.23.2",
66
"publisher": "webfreak",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)