Releases: cschlosser/doxdocgen
Releases · cschlosser/doxdocgen
Release 1.4.0
Feature
- Use
vscode.workspace.workspaceFolders[0]
to construct SimpleGit instance (#268)
Thanks to @lukester1975
Fix
- Add official VS Code Language identifier for CUDA (#273)
Thanks to @jobtijhuis
Release 1.3.2
Release 1.3.1
Release 1.3.0
Release 1.2.2
Release 1.2.1
Release 1.2.0
Release 1.1.0
Release 1.0.1
Release 1.0.0
Revert
- Revert reverting Replace environment variables in templated strings. If no environment variable can be found the name of the variable will be inserted (#110)
Other
- vsce packaging is forcing yarn even if no yarn config exists. Override this behavior now to use npm. microsoft/vscode-vsce#494