Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit e2a28a6

Browse files
authored
Add documentationURL property for microsoft/vscode-remote-release#5899
1 parent 4cd0442 commit e2a28a6

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

script-library/container-features/src/features.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
{
55
"id": "docker-in-docker",
66
"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",
78
"options": {
89
"version": {
910
"type": "string",
@@ -64,6 +65,7 @@
6465
{
6566
"id": "docker-from-docker",
6667
"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",
6769
"options": {
6870
"version": {
6971
"type": "string",
@@ -115,6 +117,7 @@
115117
{
116118
"id": "kubectl-helm-minikube",
117119
"name": "Kubectl, Helm, and Minkube",
120+
"documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/kubectl-helm.md",
118121
"options": {
119122
"version": {
120123
"type": "string",
@@ -175,6 +178,7 @@
175178
{
176179
"id": "terraform",
177180
"name": "Terraform, tflint, and TFGrunt",
181+
"documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/terraform.md",
178182
"options": {
179183
"version": {
180184
"type": "string",
@@ -236,6 +240,7 @@
236240
{
237241
"id": "git",
238242
"name": "Git (may require compilation)",
243+
"documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/git-from-src.md",
239244
"options": {
240245
"version": {
241246
"type": "string",
@@ -281,6 +286,7 @@
281286
{
282287
"id": "git-lfs",
283288
"name": "Git Large File Support (LFS)",
289+
"documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/git-lfs.md",
284290
"options": {
285291
"version": {
286292
"type": "string",
@@ -321,6 +327,7 @@
321327
{
322328
"id": "github-cli",
323329
"name": "GitHub CLI",
330+
"documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/github.md",
324331
"options": {
325332
"version": {
326333
"type": "string",
@@ -362,6 +369,7 @@
362369
{
363370
"id": "azure-cli",
364371
"name": "Azure CLI",
372+
"documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/azcli.md",
365373
"options": {
366374
"version": {
367375
"type": "string",
@@ -406,6 +414,7 @@
406414
{
407415
"id": "sshd",
408416
"name": "SSH server",
417+
"documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/sshd.md",
409418
"options": {
410419
"version": {
411420
"type": "string",
@@ -448,6 +457,7 @@
448457
{
449458
"id": "desktop-lite",
450459
"name": "Light-weight desktop (Fluxbox)",
460+
"documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/desktop-lite.md",
451461
"options": {
452462
"version": {
453463
"type": "string",
@@ -512,6 +522,7 @@
512522
{
513523
"id": "homebrew",
514524
"name": "Homebrew",
525+
"documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/homebrew.md",
515526
"options": {
516527
"version": {
517528
"type": "string",
@@ -557,6 +568,7 @@
557568
{
558569
"id": "node",
559570
"name": "Node.js (via nvm) and yarn",
571+
"documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/node.md",
560572
"options": {
561573
"version": {
562574
"type": "string",
@@ -591,6 +603,7 @@
591603
{
592604
"id": "python",
593605
"name": "Python (may require compilation)",
606+
"documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/python.md",
594607
"options": {
595608
"version": {
596609
"type": "string",
@@ -661,6 +674,7 @@
661674
{
662675
"id": "golang",
663676
"name": "Go",
677+
"documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/go.md",
664678
"options": {
665679
"version": {
666680
"type": "string",
@@ -711,6 +725,7 @@
711725
{
712726
"id": "java",
713727
"name": "Java (via SDKMAN!)",
728+
"documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/java.md",
714729
"options": {
715730
"version": {
716731
"type": "string",
@@ -761,6 +776,7 @@
761776
{
762777
"id": "maven",
763778
"name": "Maven (via SDKMAN!)",
779+
"documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/maven.md",
764780
"options": {
765781
"version": {
766782
"type": "string",
@@ -805,6 +821,7 @@
805821
{
806822
"id": "gradle",
807823
"name": "Gradle (via SDKMAN!)",
824+
"documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/gradle.md",
808825
"options": {
809826
"version": {
810827
"type": "string",
@@ -849,6 +866,7 @@
849866
{
850867
"id": "ruby",
851868
"name": "Ruby (via rvm)",
869+
"documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/ruby.md",
852870
"options": {
853871
"version": {
854872
"type": "string",
@@ -898,6 +916,7 @@
898916
{
899917
"id": "rust",
900918
"name": "Rust",
919+
"documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/rust.md",
901920
"options": {
902921
"version": {
903922
"type": "string",
@@ -966,6 +985,7 @@
966985
{
967986
"id": "powershell",
968987
"name": "PowerShell",
988+
"documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/powershell.md",
969989
"options": {
970990
"version": {
971991
"type": "string",
@@ -1007,6 +1027,7 @@
10071027
{
10081028
"id": "common",
10091029
"name": "Common OS utilities",
1030+
"documentationURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/common.md",
10101031
"options": {
10111032
"installZsh": {
10121033
"type": "boolean",

0 commit comments

Comments
 (0)