stelligent / mutato

Repo formerly known as mu-cdk. A.K.A Mu2. Pronounced: mew-tah-toe
https://stelligent.github.io/mutato/
MIT License
23 stars 2 forks source link

investigate vscode's formatOnSave issues with jsdoc #31

Closed 3p3r closed 4 years ago

3p3r commented 4 years ago

following the generated-documentation PR, vscode is having a tough time properly inserting documentation tags for undocumented code. it appears that multiple engines are racing to insert docs on top of any undocumented code.

we previously had vscode set up to do formatOnSave. to reproduce the bug I am describing, create any piece of undocumented code, save the file and vscode inserts multiple jsdoc blocks.

please investigate this race condition at your own pace, this is not a priority.