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 7c35684 commit 584a447Copy full SHA for 584a447
src/commands/dgmlViewer.ts
@@ -30,7 +30,6 @@ export class DgmlViewer {
30
case 'openFile':
31
const filename = message.text;
32
if (this.fsUtils.fileExists(filename)) {
33
- console.log('message.text', filename);
34
var openPath = vscode.Uri.parse("file:///" + filename);
35
vscode.workspace.openTextDocument(openPath).then(doc => {
36
vscode.window.showTextDocument(doc);
0 commit comments