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.
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.