|
1 | 1 | { |
2 | | - "id": "common-utils", |
3 | | - "name": "Common Utils", |
4 | | - "description": "Common utils for tomgrv/devcontainer-features", |
5 | | - "version": "5.30.2", |
6 | | - "dependsOn": { |
7 | | - "ghcr.io/devcontainers/features/common-utils": {} |
8 | | - }, |
9 | | - "installsAfter": [ |
10 | | - "ghcr.io/devcontainers/features/common-utils" |
11 | | - ], |
12 | | - "customizations": { |
13 | | - "vscode": { |
14 | | - "settings": { |
15 | | - "editor.formatOnSave": true, |
16 | | - "editor.formatOnPaste": true, |
17 | | - "todo-tree.general.tags": [ |
18 | | - "BUG", |
19 | | - "HACK", |
20 | | - "FIXME", |
21 | | - "TODO", |
22 | | - "XXX", |
23 | | - "[ ]", |
24 | | - "[x]", |
25 | | - "NOTE" |
26 | | - ], |
27 | | - "editor.indentSize": "tabSize", |
28 | | - "editor.detectIndentation": true, |
29 | | - "editor.tabSize": 4 |
30 | | - }, |
31 | | - "extensions": [ |
32 | | - "actboy168.tasks", |
33 | | - "formulahendry.auto-close-tag", |
34 | | - "formulahendry.auto-rename-tag", |
35 | | - "github.vscode-github-actions", |
36 | | - "gruntfuggly.todo-tree", |
37 | | - "gruntfuggly.triggertaskonsave", |
38 | | - "ms-azuretools.vscode-containers", |
39 | | - "natizyskunk.sftp", |
40 | | - "spmeesseman.vscode-taskexplorer", |
41 | | - "Tyriar.sort-lines", |
42 | | - "luggage66.AWK", |
43 | | - "AngelLuisAlmaraz.project-colorize", |
44 | | - "esbenp.prettier-vscode" |
45 | | - ] |
46 | | - } |
47 | | - }, |
48 | | - "options": { |
49 | | - "utils": { |
50 | | - "type": "string", |
51 | | - "default": "jq dos2unix", |
52 | | - "description": "utilities to install" |
53 | | - } |
54 | | - }, |
55 | | - "postCreateCommand": { |
56 | | - "config": "configure-feature common-utils" |
| 2 | + "id": "common-utils", |
| 3 | + "name": "Common Utils", |
| 4 | + "description": "Common utils for tomgrv/devcontainer-features", |
| 5 | + "version": "5.31.1", |
| 6 | + "dependsOn": { |
| 7 | + "ghcr.io/devcontainers/features/common-utils": {} |
| 8 | + }, |
| 9 | + "installsAfter": [ |
| 10 | + "ghcr.io/devcontainers/features/common-utils" |
| 11 | + ], |
| 12 | + "customizations": { |
| 13 | + "vscode": { |
| 14 | + "settings": { |
| 15 | + "editor.formatOnSave": true, |
| 16 | + "editor.formatOnPaste": true, |
| 17 | + "todo-tree.general.tags": [ |
| 18 | + "BUG", |
| 19 | + "HACK", |
| 20 | + "FIXME", |
| 21 | + "TODO", |
| 22 | + "XXX", |
| 23 | + "[ ]", |
| 24 | + "[x]", |
| 25 | + "NOTE" |
| 26 | + ], |
| 27 | + "editor.indentSize": "tabSize", |
| 28 | + "editor.detectIndentation": true, |
| 29 | + "editor.tabSize": 4 |
| 30 | + }, |
| 31 | + "extensions": [ |
| 32 | + "actboy168.tasks", |
| 33 | + "formulahendry.auto-close-tag", |
| 34 | + "formulahendry.auto-rename-tag", |
| 35 | + "github.vscode-github-actions", |
| 36 | + "gruntfuggly.todo-tree", |
| 37 | + "gruntfuggly.triggertaskonsave", |
| 38 | + "ms-azuretools.vscode-containers", |
| 39 | + "natizyskunk.sftp", |
| 40 | + "spmeesseman.vscode-taskexplorer", |
| 41 | + "Tyriar.sort-lines", |
| 42 | + "luggage66.AWK", |
| 43 | + "AngelLuisAlmaraz.project-colorize", |
| 44 | + "esbenp.prettier-vscode" |
| 45 | + ] |
57 | 46 | } |
| 47 | + }, |
| 48 | + "options": { |
| 49 | + "utils": { |
| 50 | + "type": "string", |
| 51 | + "default": "jq dos2unix", |
| 52 | + "description": "utilities to install" |
| 53 | + } |
| 54 | + }, |
| 55 | + "postCreateCommand": { |
| 56 | + "config": "configure-feature common-utils" |
| 57 | + } |
58 | 58 | } |
0 commit comments