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 2d9d9fc commit 4003133Copy full SHA for 4003133
src/views/tableView.ts
@@ -246,8 +246,7 @@ export class TableView {
246
Uri.parse(this._fileInfo.fileUri.toString(true) + '.table.json'));
247
break;
248
case 'viewTextData':
249
- commands.executeCommand(ViewCommands.vscodeOpen,
250
- Uri.parse(fileUtils.convertToGitHubRepositoryUrl(this._fileInfo.fileUrl)));
+ commands.executeCommand(ViewCommands.openTextDocument, this._fileInfo.fileUri);
251
252
}
253
}, undefined, this._disposables);
0 commit comments