Closed usernamehw closed 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.
Fixed in commit 7d4d211bbe699f8f52b9a66d42686ad8be9fd2a9
Fixed in 1.1.3.
If you really need them then adding logging level from Settings would be nice.