Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

Releases: Pure-D/workspace-d

v2.10.0

21 Jan 02:02
Compare
Choose a tag to compare
  • Fixed potential crash on startup on windows
  • Added release-debug to build types
  • Fixed installer git cloning
  • Fixed installer not making apps executable
  • Added --version command line switch
  • workspace-d checks for outdated DCD, dscanner, dfmt now (depending on features required)
  • workspace-d will use binaries if they are in the same folder as workspace-d
  • Disallowing DMD on windows completely now
  • Imports are now correctly placed in new lines #73
  • Imports are correctly placed after modules #73

For Developers:

  • API now working properly (file structure redone)
  • workspaced.coms contained all components as renamed imports
  • Added syncBlocking & syncYield to run async commands

v2.9.1

07 Dec 21:15
Compare
Choose a tag to compare
  • Fixed segfault for functions using importer before its ready
  • Added dscanner find symbol

v2.9.0

07 Dec 17:40
Compare
Choose a tag to compare
  • loading configs from ~/.config (see wiki)
  • add import command + libdparse (base for new features in the future)

v2.8.0

05 Nov 16:09
Compare
Choose a tag to compare
  • Compilation fixes for newest D compilers
  • Added arguments argument to dfmt format function for raw command line argument manipulation & fixed config dir path argument

v2.7.3

15 Oct 11:05
Compare
Choose a tag to compare

Improved dub build time
Fixed compilation

v2.7.2

06 Sep 18:48
Compare
Choose a tag to compare

v2.7.1

12 May 20:51
Compare
Choose a tag to compare

Fixed crash for target-type: none projects

v2.7.0

10 May 21:20
Compare
Choose a tag to compare

Fixed dfmt ≥ v0.5.0 & upgraded dependencies

v2.6.0

11 Mar 19:24
Compare
Choose a tag to compare

Added support for custom path management from the extension

v2.5.0

10 Mar 21:49
Compare
Choose a tag to compare

Massive improvements for dlangui markup language completion.

  • Documentation
  • Context aware completion
  • Enums & Boolean completion
  • More types