- Fix dub.json/dub.sdl snippets on vscode 1.13.0 and above
- Auto-fix broken tool paths when upgrading code-d
- Fixed windows dscanner exe path
- Fixed goto definition in unopened files
- Better default stdlibPath values (platform dependent) + snippets for it
- Import fixer will suggest stdlib & works with UFCS
- Bump to workspace-d 2.10.0
- Primarily makes importer better
- Finds outdated DCD/Dscanner/dfmt now (warnings/update not yet implemented in code-d)
- Fixed installation on macOS
- Installer uses the http.proxy settings now
- Better error checks for invalid executables
- "line is longer than" error now starts at the correct column
- Fixed installer with portable/custom git/vscode installation
- Auto fix for suggested imports from compiler
- Dscanner symbol search fix for missing symbols from compiler
- File paths from any custom error messages generated using pragma(msg) will get checked through string import paths now to fix file names (for example compiling diet template files will have the correct path now)
- Running a dub build for linting when a diet file is saved
- Switched from .editorconfig to vscode user settings for dfmt formatting settings.
- Updating workspace-d when outdated
