no-stack-dub-sack / apexdox-vs-code

A lightweight VS Code extension that makes documenting your Salesforce Apex files an easy, integrated experience.
Other
49 stars 7 forks source link

fix: default source path bug #81

Closed no-stack-dub-sack closed 1 year ago

no-stack-dub-sack commented 1 year ago

Fix bug where projects using default settings could not execute apexdox. The default source directory was an absolute path and did not use the ${workspaceFolder} variable, which has been required since 6cb19e2.

fixes #80