Code D Versions Save

Fully featured D language extension for Visual Studio Code using Serve-D

v0.23.2

2 years ago

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

2 years ago
  • fixes which compiler is used with serve-d installation (when compiling from source)
  • adds debug settings "d.forceUpdateServeD" and "d.forceCompileServeD"

v0.23.0

2 years ago

refer to CHANGELOG.md

v0.8.0

8 years ago

v0.2.2

8 years ago

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

v0.2.1

8 years ago

Added auto complete for dub.json files