Releases: Pure-D/code-d
Releases · Pure-D/code-d
v0.23.2
Adds linting support for dub.json/dub.sdl schema for dependency git commits:
"dependencies": {
"dmd": {
"repository": "git+https://github.com/dlang/dmd.git",
"version": "c60fe8e075fb01c4fa510953c13d6e1e10f79671"
}
}
dependency "dmd" repository="git+https://github.com/dlang/dmd.git" version="c60fe8e075fb01c4fa510953c13d6e1e10f79671"
Fixes CI generated .vsix files (and released extensions with that) not including debug plugins, possibly causing task debugging issues.
v0.23.1
- fixes which compiler is used with serve-d installation (when compiling from source)
- adds debug settings "d.forceUpdateServeD" and "d.forceCompileServeD"
v0.23.0
refer to CHANGELOG.md
v0.8.0
Added listImports, bump version to 0.8.0
v0.2.2
v0.2.1
Added auto complete for dub.json files