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/run command bug #13

Closed no-stack-dub-sack closed 4 years ago

no-stack-dub-sack commented 4 years ago

Removes deprecated config setting contribution causing bug in latest VS Code versions (was missed when extension was published and should have been removed anyway).

Also updates the way unknown config settings are handled (useful especially when using .apexdoxrc or apexdox.yaml files).

closes #12