Skip to content

Commit c5addee

Browse files
refine Open Data File dialog to include Data Package Url in the input prompt (#104)
1 parent c1bcb47 commit c5addee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/openDataFile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export async function registerOpenDataFileCommand(context: ExtensionContext) {
2020
window.showInputBox({
2121
ignoreFocusOut: true,
2222
placeHolder: 'file:/// or https://',
23-
prompt: 'Enter Data File Url for Table View'
23+
prompt: 'Enter Data File or Data Package Url to View Tabular Data'
2424
}).then((dataFileUrl: string | undefined) => {
2525
if (dataFileUrl && dataFileUrl !== undefined && dataFileUrl.length > 0) {
2626
// create data file Uri

0 commit comments

Comments
 (0)