Remove resolved TODO

Fixes in #128406
This commit is contained in:
Daniel Imms 2021-12-08 05:10:38 -08:00
parent 52e20877aa
commit 18e8272604

View file

@ -2234,7 +2234,6 @@ async function preparePathForShell(originalPath: string, executable: string | un
return;
}
// TODO: This should use the process manager's OS, not the local OS
if (os === OperatingSystem.Windows) {
// 17063 is the build number where wsl path was introduced.
// Update Windows uriPath to be executed in WSL.