mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-15 09:35:37 -05:00
* WIP * first version with working tests * fixes needed after merge from main * Linux untest changes and merge from other changes from mac * after testing getTextContent * rename 2 methods * linux discovery * tested code on linux * using release.json for update discovery on linux * comment added * dead code removed * coomments * revert unrelated change * revert testing changes * code complete, testing pending * test complete * PR feedback * remove SendOutputChannelToConsole * cleanup * pr feedback * PR Feedback * pr feedback * pr feedback * pr feedback * fix loc function * install/upgrade command - context sensitive * add awaits as pr feedback * cleanup * merge from main * merge from main * cleanup and pr feedback * PR feedback and cleanup * cleanup * pr feedback * pr feedback. * revert accidental changes * cleanup * test fixes * test fixes and pr feedback * pr fixes and eula similar to install/upgrade * revert extraneous change * log and prompt fixes * string fixes * string updates * string updates based on PR feedback * loc const rename * pr feedback * string fixes * make setContext settings uniform * add commandPallete * eulaAccepted setContext from memento * misc fixes * bug fixes * test fix * skip failinf test for fix later * pr feedback * upgrading -> updating Co-authored-by: chgagnon <chgagnon@microsoft.com>
25 lines
1.4 KiB
JSON
25 lines
1.4 KiB
JSON
{
|
|
"azdata.displayName": "Azure Data CLI",
|
|
"azdata.description": "Support for Azure Data CLI.",
|
|
"azdata.config.title": "Azure Data CLI Configuration",
|
|
"azdata.config.debug": "Log debug info to the output channel for all executed azdata commands",
|
|
|
|
"command.category": "Azure Data CLI",
|
|
"azdata.acceptEula.command.name": "Accept Eula",
|
|
"azdata.install.command.name": "Install",
|
|
"azdata.update.command.name": "Check for Update",
|
|
"azdata.category": "Azure Data CLI",
|
|
|
|
"azdata.acceptEula.description": "Choose how acceptance of EULA for the Azure Data CLI is done",
|
|
"azdata.acceptEula.prompt.description": "The user will be prompted for acceptance of EULA for the Azure Data CLI",
|
|
"azdata.acceptEula.dontPrompt.description": "The user will not be prompted for acceptance of EULA for the Azure Data CLI",
|
|
|
|
"azdata.install.description": "Choose how install of Azure Data CLI is done",
|
|
"azdata.install.prompt.description": "The user will be prompted for installation of the Azure Data CLI",
|
|
"azdata.install.dontPrompt.description": "The user will not be prompted for installation of the Azure Data CLI",
|
|
|
|
"azdata.update.description": "Choose how update of Azure Data CLI tool is done",
|
|
"azdata.update.prompt.description": "The user will be prompted for update of the Azure Data CLI",
|
|
"azdata.update.dontPrompt.description": "The user will not be prompted for update of the Azure Data CLI"
|
|
}
|