|
4 | 4 | {
|
5 | 5 | "id": "docker-in-docker",
|
6 | 6 | "name": "Docker (Moby) support (Docker-in-Docker)",
|
| 7 | + "documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/docker-in-docker.md", |
7 | 8 | "options": {
|
8 | 9 | "version": {
|
9 | 10 | "type": "string",
|
|
64 | 65 | {
|
65 | 66 | "id": "docker-from-docker",
|
66 | 67 | "name": "Docker (Moby) support, reuse host Docker Engine (Docker-from-Docker)",
|
| 68 | + "documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/docker.md", |
67 | 69 | "options": {
|
68 | 70 | "version": {
|
69 | 71 | "type": "string",
|
|
115 | 117 | {
|
116 | 118 | "id": "kubectl-helm-minikube",
|
117 | 119 | "name": "Kubectl, Helm, and Minkube",
|
| 120 | + "documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/kubectl-helm.md", |
118 | 121 | "options": {
|
119 | 122 | "version": {
|
120 | 123 | "type": "string",
|
|
175 | 178 | {
|
176 | 179 | "id": "terraform",
|
177 | 180 | "name": "Terraform, tflint, and TFGrunt",
|
| 181 | + "documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/terraform.md", |
178 | 182 | "options": {
|
179 | 183 | "version": {
|
180 | 184 | "type": "string",
|
|
236 | 240 | {
|
237 | 241 | "id": "git",
|
238 | 242 | "name": "Git (may require compilation)",
|
| 243 | + "documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/git-from-src.md", |
239 | 244 | "options": {
|
240 | 245 | "version": {
|
241 | 246 | "type": "string",
|
|
281 | 286 | {
|
282 | 287 | "id": "git-lfs",
|
283 | 288 | "name": "Git Large File Support (LFS)",
|
| 289 | + "documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/git-lfs.md", |
284 | 290 | "options": {
|
285 | 291 | "version": {
|
286 | 292 | "type": "string",
|
|
321 | 327 | {
|
322 | 328 | "id": "github-cli",
|
323 | 329 | "name": "GitHub CLI",
|
| 330 | + "documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/github.md", |
324 | 331 | "options": {
|
325 | 332 | "version": {
|
326 | 333 | "type": "string",
|
|
362 | 369 | {
|
363 | 370 | "id": "azure-cli",
|
364 | 371 | "name": "Azure CLI",
|
| 372 | + "documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/azcli.md", |
365 | 373 | "options": {
|
366 | 374 | "version": {
|
367 | 375 | "type": "string",
|
|
406 | 414 | {
|
407 | 415 | "id": "sshd",
|
408 | 416 | "name": "SSH server",
|
| 417 | + "documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/sshd.md", |
409 | 418 | "options": {
|
410 | 419 | "version": {
|
411 | 420 | "type": "string",
|
|
448 | 457 | {
|
449 | 458 | "id": "desktop-lite",
|
450 | 459 | "name": "Light-weight desktop (Fluxbox)",
|
| 460 | + "documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/desktop-lite.md", |
451 | 461 | "options": {
|
452 | 462 | "version": {
|
453 | 463 | "type": "string",
|
|
512 | 522 | {
|
513 | 523 | "id": "homebrew",
|
514 | 524 | "name": "Homebrew",
|
| 525 | + "documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/homebrew.md", |
515 | 526 | "options": {
|
516 | 527 | "version": {
|
517 | 528 | "type": "string",
|
|
557 | 568 | {
|
558 | 569 | "id": "node",
|
559 | 570 | "name": "Node.js (via nvm) and yarn",
|
| 571 | + "documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/node.md", |
560 | 572 | "options": {
|
561 | 573 | "version": {
|
562 | 574 | "type": "string",
|
|
591 | 603 | {
|
592 | 604 | "id": "python",
|
593 | 605 | "name": "Python (may require compilation)",
|
| 606 | + "documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/python.md", |
594 | 607 | "options": {
|
595 | 608 | "version": {
|
596 | 609 | "type": "string",
|
|
661 | 674 | {
|
662 | 675 | "id": "golang",
|
663 | 676 | "name": "Go",
|
| 677 | + "documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/go.md", |
664 | 678 | "options": {
|
665 | 679 | "version": {
|
666 | 680 | "type": "string",
|
|
711 | 725 | {
|
712 | 726 | "id": "java",
|
713 | 727 | "name": "Java (via SDKMAN!)",
|
| 728 | + "documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/java.md", |
714 | 729 | "options": {
|
715 | 730 | "version": {
|
716 | 731 | "type": "string",
|
|
761 | 776 | {
|
762 | 777 | "id": "maven",
|
763 | 778 | "name": "Maven (via SDKMAN!)",
|
| 779 | + "documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/maven.md", |
764 | 780 | "options": {
|
765 | 781 | "version": {
|
766 | 782 | "type": "string",
|
|
805 | 821 | {
|
806 | 822 | "id": "gradle",
|
807 | 823 | "name": "Gradle (via SDKMAN!)",
|
| 824 | + "documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/gradle.md", |
808 | 825 | "options": {
|
809 | 826 | "version": {
|
810 | 827 | "type": "string",
|
|
849 | 866 | {
|
850 | 867 | "id": "ruby",
|
851 | 868 | "name": "Ruby (via rvm)",
|
| 869 | + "documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/ruby.md", |
852 | 870 | "options": {
|
853 | 871 | "version": {
|
854 | 872 | "type": "string",
|
|
898 | 916 | {
|
899 | 917 | "id": "rust",
|
900 | 918 | "name": "Rust",
|
| 919 | + "documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/rust.md", |
901 | 920 | "options": {
|
902 | 921 | "version": {
|
903 | 922 | "type": "string",
|
|
966 | 985 | {
|
967 | 986 | "id": "powershell",
|
968 | 987 | "name": "PowerShell",
|
| 988 | + "documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/powershell.md", |
969 | 989 | "options": {
|
970 | 990 | "version": {
|
971 | 991 | "type": "string",
|
|
1007 | 1027 | {
|
1008 | 1028 | "id": "common",
|
1009 | 1029 | "name": "Common OS utilities",
|
| 1030 | + "documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/common.md", |
1010 | 1031 | "options": {
|
1011 | 1032 | "installZsh": {
|
1012 | 1033 | "type": "boolean",
|
|
0 commit comments