mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-31 04:35:14 +01:00
fb5e446a3d
* Fix for PartialStyleSheet getting stuck in loop Adds a clause for detecting `//` as a comment marker when working backwards through a file, preventing the parser from getting stuck when the comment starts at 1:1 * Modify change to detect start of file instead of skipping additional `/` characters now that we know the issue only occurs at offset 0. Co-authored-by: Tyler McEnaney <tharbakim@hotmail.com>