phindle / error-lens

Visual Studio Code extension which enhances the display of errors and warnings.
https://marketplace.visualstudio.com/items?itemName=PhilHindle.errorlens
MIT License
89 stars 40 forks source link

Remove console messages from production #18

Closed usernamehw closed 5 years ago

usernamehw commented 5 years ago
console.log('Visual Studio Code Extension "errorlens" is now active');
console.log( "Exit onChangedDiagnostics() - !vscode.window" );
console.log( "Exit onChangedDiagnostics() - !activeTextEditor" );
console.log( "Exit updateDecorationsForUri() - uriToDecorate = empty" );
console.log( "Exit updateDecorationsForUri() - !vscode.window" );
console.log( "Exit updateDecorationsForUri() - !activeTextEditor" );
console.log( "Exit updateDecorationsForUri() - activeTextEditor.document.uri.fsPath = empty" );

If you really need them then adding logging level from Settings would be nice.

phindle commented 5 years ago

Fixed in commit 7d4d211bbe699f8f52b9a66d42686ad8be9fd2a9

phindle commented 5 years ago

Fixed in 1.1.3.