mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
Regen and remove log
This commit is contained in:
@@ -119,7 +119,6 @@ async function createCommandDescriptionsCache(): Promise<void> {
|
||||
|
||||
const commands: Map<string, string[]> = new Map();
|
||||
if (output) {
|
||||
console.log('!');
|
||||
const lines = output.split('\n');
|
||||
let currentCommand: string | undefined;
|
||||
let currentCommandStart = 0;
|
||||
|
||||
Reference in New Issue
Block a user