mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
💄 remove extra comment slashes
This commit is contained in:
@@ -410,7 +410,7 @@ function markNodes(ts: typeof import('typescript'), languageService: ts.Language
|
||||
// add to black queue
|
||||
enqueue_black(node);
|
||||
|
||||
// // move from one queue to the other
|
||||
// move from one queue to the other
|
||||
// black_queue.push(node);
|
||||
// setColor(node, NodeColor.Black);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user