We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1bcb47 commit c5addeeCopy full SHA for c5addee
src/commands/openDataFile.ts
@@ -20,7 +20,7 @@ export async function registerOpenDataFileCommand(context: ExtensionContext) {
20
window.showInputBox({
21
ignoreFocusOut: true,
22
placeHolder: 'file:/// or https://',
23
- prompt: 'Enter Data File Url for Table View'
+ prompt: 'Enter Data File or Data Package Url to View Tabular Data'
24
}).then((dataFileUrl: string | undefined) => {
25
if (dataFileUrl && dataFileUrl !== undefined && dataFileUrl.length > 0) {
26
// create data file Uri
0 commit comments