1
0
mirror of synced 2025-12-19 18:10:59 -05:00
Files
docs/lib/all-tools.js
hubwriter dfab0d1601 Changes from JetBrains PR
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.
2022-10-06 12:48:44 +01:00

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',
}