We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To view tabular data for the supported data file formats and local data files outside of the current workspace from a given file:/// Url.
file:///
This should work with remote data Urls too when we switch to loading and streaming data via frictionless data libraries listed in #15.
See Quick Input docs for this setup: https://code.visualstudio.com/api/references/vscode-api#QuickInput
The text was updated successfully, but these errors were encountered:
add open data file input prompt and command impl. (#48)
716449b
and cleanup view table command setup and code formatting
add file types enum and check file extension in open data file reques…
c9d501c
…ts (#48)
New Open Data File command:
Open Data File prompt:
Sorry, something went wrong.
No branches or pull requests
To view tabular data for the supported data file formats and local data files outside of the current workspace from a given
file:///
Url.This should work with remote data Urls too when we switch to loading and streaming data via frictionless data libraries listed in #15.
See Quick Input docs for this setup: https://code.visualstudio.com/api/references/vscode-api#QuickInput
The text was updated successfully, but these errors were encountered: