We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dddc3a8 commit cb94954Copy full SHA for cb94954
1 file changed
extension.js
@@ -59,8 +59,7 @@ App.Init = function () {
59
60
App.InitBackendExec();
61
62
-
63
+ let context = App.Workspace;
64
65
const CMD_IFRAME = vscode.commands.registerCommand('DEVKING.IFRAME', async (url, title) => {
66
LOG('IFRAME: ' + url);
0 commit comments