Check with respective owners

This commit is contained in:
Sandeep Somavarapu
2018-07-19 19:23:24 +02:00
parent 9df292b522
commit e0d5a3d490
6 changed files with 6 additions and 0 deletions

View File

@@ -268,6 +268,7 @@ export class ExtHostWorkspace implements ExtHostWorkspaceShape {
if (folders.length === 0) {
return undefined;
}
// #54483 @Joh Why are we still using fsPath?
return folders[0].uri.fsPath;
}