jeremyvii / vs-docblockr

DocBlockr for Visual Studio Code
GNU Lesser General Public License v3.0
21 stars 8 forks source link

Fix Docblock snippet removing indentation #67

Closed clayliddell closed 4 years ago

clayliddell commented 4 years ago

This PR changes the character range being matched by the multi-line Docblock snippet so that it does not include initial indentation for the corresponding line. Closes #66

jeremyvii commented 4 years ago

We will need to make sure your changes don't reintroduce the bug identified in #63.