Skip to content

v0.23.2

Latest
Compare
Choose a tag to compare
@WebFreak001 WebFreak001 released this 30 Nov 18:45
· 111 commits to master since this release

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.