Skip to content

Commit

Permalink
bump to 0.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
WebFreak001 committed Nov 30, 2021
1 parent 94c03af commit f7f4db5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ code-d and serve-d
</tr>
</table>

# 0.23.2

Fixes CI generated .vsix files (and released extensions with that) not including debug plugins, possibly causing task debugging issues.

# 0.23.1

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.
Expand Down
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "code-d",
"displayName": "D Programming Language (code-d)",
"description": "auto-complete, snippets, linter and formatter for dlang",
"version": "0.23.1",
"version": "0.23.2",
"publisher": "webfreak",
"repository": {
"type": "git",
Expand Down

0 comments on commit f7f4db5

Please sign in to comment.