Skip to content

Releases: Pure-D/code-d

v0.23.2

30 Nov 18:45
Compare
Choose a tag to compare

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

22 Nov 17:33
Compare
Choose a tag to compare
  • fixes which compiler is used with serve-d installation (when compiling from source)
  • adds debug settings "d.forceUpdateServeD" and "d.forceCompileServeD"

v0.23.0

20 Nov 17:28
Compare
Choose a tag to compare

v0.8.0

29 Jan 20:22
Compare
Choose a tag to compare
Added listImports, bump version to 0.8.0

v0.2.2

04 Jan 14:22
Compare
Choose a tag to compare

Added electric characters & closing character pairs (fix #10)

v0.2.1

02 Jan 22:51
Compare
Choose a tag to compare

Added auto complete for dub.json files