mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
clean up
This commit is contained in:
@@ -794,7 +794,7 @@ export class ExtHostDebugService implements ExtHostDebugServiceShape {
|
||||
private async getFolder(_folderUri: UriComponents | undefined): Promise<vscode.WorkspaceFolder | undefined> {
|
||||
if (_folderUri) {
|
||||
const folderURI = URI.revive(_folderUri);
|
||||
return await this._workspaceService.resolveWorkspaceFolder2(folderURI);
|
||||
return await this._workspaceService.resolveWorkspaceFolder(folderURI);
|
||||
}
|
||||
return undefined;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user