mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
@@ -245,7 +245,8 @@ export class FileConfigPage extends ImportPage {
|
|||||||
canSelectMany: false,
|
canSelectMany: false,
|
||||||
openLabel: localize('flatFileImport.openFile', 'Open'),
|
openLabel: localize('flatFileImport.openFile', 'Open'),
|
||||||
filters: {
|
filters: {
|
||||||
'Files': ['csv', 'txt']
|
'CSV/TXT Files': ['csv', 'txt'],
|
||||||
|
'All Files': ['*']
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user