Rewrap icon indicating copy to clipboard operation
Rewrap copied to clipboard

Valid C++ comment delimiter not recognized prevents rewrap

Open MikesRND opened this issue 1 year ago • 0 comments

Rewrap does not rewrap comments when included within in the following C++ delimiter.

/*-----------------------------------------------------------*//**

This very long comment will not be re-wrapped when using the Rewrap extension in VScode and pressing Alt-Q.

*/

Rewrap version: v1.16.3 VScode version: 1.88 OS: WSL Ubuntu running under Windows 10

MikesRND avatar Apr 11 '24 14:04 MikesRND