These are the changes in the pre-review version of PR: https://github.com/github/docs-internal/pull/29794 This version of the Codespaces docs forms the base for the Universe megabranch.
16 lines
397 B
JavaScript
16 lines
397 B
JavaScript
// all the tools available for the Tool Picker
|
|
export const allTools = {
|
|
bash: 'Bash',
|
|
cli: 'GitHub CLI',
|
|
codespaces: 'Codespaces',
|
|
curl: 'cURL',
|
|
desktop: 'Desktop',
|
|
graphql: 'GraphQL API',
|
|
importer_cli: 'GitHub Enterprise Importer CLI',
|
|
jetbrains: 'JetBrains IDEs',
|
|
powershell: 'PowerShell',
|
|
vscode: 'Visual Studio Code',
|
|
webui: 'Web browser',
|
|
javascript: 'JavaScript',
|
|
}
|