Skip to content

Releases: cschlosser/doxdocgen

Release 1.4.0

25 Feb 11:00
742a8ca
Compare
Choose a tag to compare

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

29 May 10:34
ae6f6be
Compare
Choose a tag to compare

Fix

Release 1.3.1

17 May 13:30
2ba6e66
Compare
Choose a tag to compare

Fix

  • Only suggest doxygen snippet's when the cursor is in a comment section (#224) (#229)
    Thanks to @HO-COOH

Release 1.3.0

14 May 16:26
32b3506
Compare
Choose a tag to compare

Feature

  • Add {file} template, so it can be used in custom tag of both file comments and generic comments (#191) (#221)
    Thanks to @HO-COOH

Release 1.2.2

06 May 16:35
54aaa13
Compare
Choose a tag to compare

Fix

Release 1.2.1

30 Apr 10:58
e5b5449
Compare
Choose a tag to compare

Fix

Release 1.2.0

17 Apr 20:13
dbcf5dc
Compare
Choose a tag to compare

Feature

  • Doxygen command intellisense support (#211)
    Thanks to @HO-COOH

Other

Release 1.1.0

19 Oct 17:27
c703c6a
Compare
Choose a tag to compare

Feature

  • Substitute author and email by git config (#186) (#182)
    Thanks to @to-s

Other

  • Update to Typescript 3.8.3

Release 1.0.1

10 Oct 19:05
0750262
Compare
Choose a tag to compare

Fix

  • Files without includes don't trigger the autocomplete for file description (#141) (#183)
    Thanks to @to-s

Release 1.0.0

04 Oct 11:39
175bd0d
Compare
Choose a tag to compare

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