vscode-nomnoml icon indicating copy to clipboard operation
vscode-nomnoml copied to clipboard

After update to vscode 1.4 preview should pass Window Title for the new Tab

Open Hunter21007 opened this issue 8 years ago • 0 comments

in registerCommand like this:


        var label = 'nomnoml.diagram';
        return vscode.commands.executeCommand('vscode.previewHtml', previewUri, vscode.ViewColumn.Two, label)
            .then(function (success) {  }, function (reason) {
                vscode.window.showErrorMessage(reason);
            });

Hunter21007 avatar Aug 31 '16 09:08 Hunter21007