mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
Add setContext command
This commit is contained in:
@@ -93,9 +93,9 @@ export class ExtHostCommands {
|
||||
let result = callback.apply(thisArg, args);
|
||||
return Promise.resolve(result);
|
||||
} catch (err) {
|
||||
console.log(err);
|
||||
// try {
|
||||
// console.log(toErrorMessage(err));
|
||||
// console.log(err);
|
||||
// } catch (err) {
|
||||
// //
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user