mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
Merge pull request #203987 from microsoft/merogge/info-trace
log info -> trace
This commit is contained in:
@@ -154,7 +154,7 @@ async function detectAvailableWindowsProfiles(
|
||||
}
|
||||
} catch (e) {
|
||||
if (logIfWslNotInstalled) {
|
||||
logService?.info('WSL is not installed, so could not detect WSL profiles');
|
||||
logService?.trace('WSL is not installed, so could not detect WSL profiles');
|
||||
logIfWslNotInstalled = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user