|
4 | 4 | "extensions": [ |
5 | 5 | "DavidAnson.vscode-markdownlint", |
6 | 6 | "EditorConfig.EditorConfig", |
7 | | - "PKief.material-icon-theme", |
8 | 7 | "Tyriar.sort-lines", |
9 | 8 | "esbenp.prettier-vscode", |
10 | 9 | "foxundermoon.shell-format", |
11 | | - "gurumukhi.selected-lines-count", |
12 | 10 | "mads-hartmann.bash-ide-vscode", |
13 | | - "marvhen.reflow-markdown", |
14 | 11 | "streetsidesoftware.code-spell-checker", |
15 | 12 | "timonwong.shellcheck", |
16 | 13 | "usernamehw.errorlens" |
|
35 | 32 | "editor.tabSize": 2, |
36 | 33 | "editor.trimAutoWhitespace": true, |
37 | 34 | "explorer.confirmDelete": false, |
38 | | - "extensions.autoUpdate": true, |
39 | 35 | "extensions.ignoreRecommendations": true, |
40 | 36 | "files.associations": { |
41 | 37 | "*.code-snippets": "jsonc" |
|
52 | 48 | "**/bower_components": true, |
53 | 49 | "**/node_modules": true |
54 | 50 | }, |
55 | | - "windows.title": "${folderPath}", |
56 | | - "workbench.iconTheme": "material-icon-theme", |
57 | 51 | "workbench.startupEditor": "none" |
58 | 52 | } |
59 | 53 | } |
60 | 54 | }, |
61 | | - "features": { |
62 | | - "ghcr.io/gvatsal60/dev-container-features/pre-commit": {} |
63 | | - }, |
64 | 55 | "image": "mcr.microsoft.com/devcontainers/javascript-node", |
65 | 56 | "mounts": [ |
66 | 57 | "source=${localWorkspaceFolder}/snippets,target=${containerWorkspaceFolder}/.vscode,type=bind,consistency=cached" |
|
0 commit comments