Skip to content

Commit 997feb3

Browse files
Copilotabdurriq
andcommitted
Fix JSON indentation to preserve original formatting
Co-authored-by: abdurriq <[email protected]>
1 parent e6afb13 commit 997feb3

14 files changed

Lines changed: 814 additions & 814 deletions
Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
{
2-
"id": "anaconda",
3-
"version": "1.2.0",
4-
"name": "Anaconda",
5-
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/anaconda",
6-
"options": {
7-
"version": {
8-
"type": "string",
9-
"proposals": [
10-
"latest"
11-
],
12-
"default": "latest",
13-
"description": "Select or enter an anaconda version."
14-
}
15-
},
16-
"containerEnv": {
17-
"CONDA_DIR": "/usr/local/conda",
18-
"PATH": "/usr/local/conda/bin:${PATH}"
19-
},
20-
"customizations": {
21-
"vscode": {
22-
"settings": {
23-
"github.copilot.chat.codeGeneration.instructions": [
24-
{
25-
"text": "This dev container includes Anaconda and the conda package manager pre-installed and available on the `PATH` for data science and Python development. Additional packages installed using Conda will be downloaded from Anaconda or another repository configured by the user. A user can install different versions of Python than the one in this dev container by running a command like: conda install python=3.7"
26-
}
27-
]
28-
}
29-
}
30-
},
31-
"installsAfter": [
32-
"ghcr.io/devcontainers/features/common-utils"
33-
]
2+
"id": "anaconda",
3+
"version": "1.2.0",
4+
"name": "Anaconda",
5+
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/anaconda",
6+
"options": {
7+
"version": {
8+
"type": "string",
9+
"proposals": [
10+
"latest"
11+
],
12+
"default": "latest",
13+
"description": "Select or enter an anaconda version."
14+
}
15+
},
16+
"containerEnv": {
17+
"CONDA_DIR": "/usr/local/conda",
18+
"PATH": "/usr/local/conda/bin:${PATH}"
19+
},
20+
"customizations": {
21+
"vscode": {
22+
"settings": {
23+
"github.copilot.chat.codeGeneration.instructions": [
24+
{
25+
"text": "This dev container includes Anaconda and the conda package manager pre-installed and available on the `PATH` for data science and Python development. Additional packages installed using Conda will be downloaded from Anaconda or another repository configured by the user. A user can install different versions of Python than the one in this dev container by running a command like: conda install python=3.7"
26+
}
27+
]
28+
}
29+
}
30+
},
31+
"installsAfter": [
32+
"ghcr.io/devcontainers/features/common-utils"
33+
]
3434
}
Lines changed: 71 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -1,74 +1,74 @@
11
{
2-
"id": "common-utils",
3-
"version": "2.6.0",
4-
"name": "Common Utilities",
5-
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/common-utils",
6-
"description": "Installs a set of common command line utilities, Oh My Zsh!, and sets up a non-root user.",
7-
"options": {
8-
"installZsh": {
9-
"type": "boolean",
10-
"default": true,
11-
"description": "Install ZSH?"
12-
},
13-
"configureZshAsDefaultShell": {
14-
"type": "boolean",
15-
"default": false,
16-
"description": "Change default shell to ZSH?"
17-
},
18-
"installOhMyZsh": {
19-
"type": "boolean",
20-
"default": true,
21-
"description": "Install Oh My Zsh!?"
22-
},
23-
"installOhMyZshConfig": {
24-
"type": "boolean",
25-
"default": true,
26-
"description": "Allow installing the default dev container .zshrc templates?"
27-
},
28-
"upgradePackages": {
29-
"type": "boolean",
30-
"default": true,
31-
"description": "Upgrade OS packages?"
32-
},
33-
"username": {
34-
"type": "string",
35-
"proposals": [
36-
"devcontainer",
37-
"vscode",
38-
"codespace",
39-
"none",
40-
"automatic"
41-
],
42-
"default": "automatic",
43-
"description": "Enter name of a non-root user to configure or none to skip"
44-
},
45-
"userUid": {
46-
"type": "string",
47-
"proposals": [
48-
"1001",
49-
"automatic"
50-
],
51-
"default": "automatic",
52-
"description": "Enter UID for non-root user"
53-
},
54-
"userGid": {
55-
"type": "string",
56-
"proposals": [
57-
"1001",
58-
"automatic"
59-
],
60-
"default": "automatic",
61-
"description": "Enter GID for non-root user"
62-
},
63-
"nonFreePackages": {
64-
"type": "boolean",
65-
"default": false,
66-
"description": "Add packages from non-free Debian repository? (Debian only)"
67-
},
68-
"installSsl": {
69-
"type": "boolean",
70-
"default": true,
71-
"description": "Install SSL?"
2+
"id": "common-utils",
3+
"version": "2.6.0",
4+
"name": "Common Utilities",
5+
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/common-utils",
6+
"description": "Installs a set of common command line utilities, Oh My Zsh!, and sets up a non-root user.",
7+
"options": {
8+
"installZsh": {
9+
"type": "boolean",
10+
"default": true,
11+
"description": "Install ZSH?"
12+
},
13+
"configureZshAsDefaultShell": {
14+
"type": "boolean",
15+
"default": false,
16+
"description": "Change default shell to ZSH?"
17+
},
18+
"installOhMyZsh": {
19+
"type": "boolean",
20+
"default": true,
21+
"description": "Install Oh My Zsh!?"
22+
},
23+
"installOhMyZshConfig": {
24+
"type": "boolean",
25+
"default": true,
26+
"description": "Allow installing the default dev container .zshrc templates?"
27+
},
28+
"upgradePackages": {
29+
"type": "boolean",
30+
"default": true,
31+
"description": "Upgrade OS packages?"
32+
},
33+
"username": {
34+
"type": "string",
35+
"proposals": [
36+
"devcontainer",
37+
"vscode",
38+
"codespace",
39+
"none",
40+
"automatic"
41+
],
42+
"default": "automatic",
43+
"description": "Enter name of a non-root user to configure or none to skip"
44+
},
45+
"userUid": {
46+
"type": "string",
47+
"proposals": [
48+
"1001",
49+
"automatic"
50+
],
51+
"default": "automatic",
52+
"description": "Enter UID for non-root user"
53+
},
54+
"userGid": {
55+
"type": "string",
56+
"proposals": [
57+
"1001",
58+
"automatic"
59+
],
60+
"default": "automatic",
61+
"description": "Enter GID for non-root user"
62+
},
63+
"nonFreePackages": {
64+
"type": "boolean",
65+
"default": false,
66+
"description": "Add packages from non-free Debian repository? (Debian only)"
67+
},
68+
"installSsl": {
69+
"type": "boolean",
70+
"default": true,
71+
"description": "Install SSL?"
72+
}
7273
}
73-
}
7474
}
Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
{
2-
"id": "conda",
3-
"version": "1.1.0",
4-
"name": "Conda",
5-
"description": "A cross-platform, language-agnostic binary package manager",
6-
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/conda",
7-
"options": {
8-
"version": {
9-
"type": "string",
10-
"proposals": [
11-
"latest",
12-
"4.11.0",
13-
"4.12.0"
14-
],
15-
"default": "latest",
16-
"description": "Select or enter a conda version."
2+
"id": "conda",
3+
"version": "1.1.0",
4+
"name": "Conda",
5+
"description": "A cross-platform, language-agnostic binary package manager",
6+
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/conda",
7+
"options": {
8+
"version": {
9+
"type": "string",
10+
"proposals": [
11+
"latest",
12+
"4.11.0",
13+
"4.12.0"
14+
],
15+
"default": "latest",
16+
"description": "Select or enter a conda version."
17+
},
18+
"addCondaForge": {
19+
"type": "boolean",
20+
"default": false,
21+
"description": "Add conda-forge channel to the config?"
22+
}
1723
},
18-
"addCondaForge": {
19-
"type": "boolean",
20-
"default": false,
21-
"description": "Add conda-forge channel to the config?"
22-
}
23-
},
24-
"containerEnv": {
25-
"CONDA_DIR": "/opt/conda",
26-
"CONDA_SCRIPT": "/opt/conda/etc/profile.d/conda.sh",
27-
"PATH": "/opt/conda/bin:${PATH}"
28-
},
29-
"customizations": {
30-
"vscode": {
31-
"settings": {
32-
"github.copilot.chat.codeGeneration.instructions": [
33-
{
34-
"text": "This dev container includes the conda package manager pre-installed and available on the `PATH` for data science and Python development. Additional packages installed using Conda will be downloaded from Anaconda or another repository configured by the user. A user can install different versions of Python than the one in this dev container by running a command like: conda install python=3.7"
35-
}
36-
]
37-
}
38-
}
39-
},
40-
"installsAfter": [
41-
"ghcr.io/devcontainers/features/common-utils"
42-
]
24+
"containerEnv": {
25+
"CONDA_DIR": "/opt/conda",
26+
"CONDA_SCRIPT": "/opt/conda/etc/profile.d/conda.sh",
27+
"PATH": "/opt/conda/bin:${PATH}"
28+
},
29+
"customizations": {
30+
"vscode": {
31+
"settings": {
32+
"github.copilot.chat.codeGeneration.instructions": [
33+
{
34+
"text": "This dev container includes the conda package manager pre-installed and available on the `PATH` for data science and Python development. Additional packages installed using Conda will be downloaded from Anaconda or another repository configured by the user. A user can install different versions of Python than the one in this dev container by running a command like: conda install python=3.7"
35+
}
36+
]
37+
}
38+
}
39+
},
40+
"installsAfter": [
41+
"ghcr.io/devcontainers/features/common-utils"
42+
]
4343
}

0 commit comments

Comments
 (0)