mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 13:03:42 +01:00
tweak workspace edit dto and handling https://github.com/microsoft/vscode/issues/105283
This commit is contained in:
@@ -141,7 +141,7 @@ export class ExtHostCommands implements ExtHostCommandsShape {
|
||||
|
||||
try {
|
||||
const result = await this._proxy.$executeCommand<T>(id, toArgs, retry);
|
||||
return revive(result);
|
||||
return revive<any>(result);
|
||||
} catch (e) {
|
||||
// Rerun the command when it wasn't known, had arguments, and when retry
|
||||
// is enabled. We do this because the command might be registered inside
|
||||
|
||||
Reference in New Issue
Block a user