|
5 | 5 | "dockerComposeFile": "docker-compose.yml", |
6 | 6 | "workspaceFolder": "/workspace", |
7 | 7 | "service": "vscode", |
8 | | - //"build": { |
9 | | - // "dockerfile": "Dockerfile", |
10 | | - // "args": { |
11 | | - // "USERNAME": "${localEnv:USER}", |
12 | | - // "QUARTO_VERSION": "${localEnv:QUARTO_VERSION}" |
13 | | - // } |
14 | | - //}, |
15 | | - // "runArgs": [ "--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined", "--env-file", ".devcontainer/.env" ], |
16 | 8 |
|
17 | | - // Add more local mounts to container |
18 | | - // The first mounts are for a local pulseaudio server on linux |
19 | | - // You can leave these commented out or delete if you are not linking the contianer to a linux sound system |
20 | | - // "mounts": [ |
21 | | - //"source=/etc/alsa,target=/etc/alsa,type=bind,consistency=cached", |
22 | | - //"source=/usr/share/alsa,target=/usr/share/alsa,type=bind,consistency=cached", |
23 | | - //"source=/run/user/1000/pulse/native,target=/run/user/1000/pulse/native,type=bind,consistency=cached", |
24 | | - //"source=/media/media_drive1/obs_files/audio_assets/soundboard_files,target=/soundboard_files,type=bind,consistency=cached", |
25 | | - // "source=/opt/local/renv/cache,target=/renv/cache,type=bind,consistency=cached" |
26 | | - // ], |
27 | 9 | "features": { |
28 | | - //"common": { |
29 | | - // "username": "${localEnv:USER}", |
30 | | - // "uid": "1000", |
31 | | - // "gid": "1000", |
32 | | - // "installZsh": false, |
33 | | - // "installOhMyZsh": false, |
34 | | - // "upgradePackages": true, |
35 | | - // "nonFreePackages": true |
36 | | - //}, |
37 | 10 | "fish": "latest" |
38 | 11 | }, |
39 | | - // Configure environment variables for audio sound server if needed |
40 | | - // You can leave these commented out or delete if you are not linking the contianer to a linux sound system |
41 | | - //"containerEnv": { |
42 | | - // "PULSE_SERVER": "unix:/run/user/1000/pulse/native" |
43 | | - //}, |
44 | 12 |
|
45 | 13 | // Set *default* container specific settings.json values on container create. |
46 | 14 | "settings": { |
|
84 | 52 | "Rubymaniac.vscode-paste-and-indent", |
85 | 53 | "GrapeCity.gc-excelviewer", |
86 | 54 | "IBM.output-colorizer", |
87 | | - "Mohamed-El-Fodil-Ihaddaden.shinysnip", |
| 55 | + //"Mohamed-El-Fodil-Ihaddaden.shinysnip", |
88 | 56 | "hediet.vscode-drawio", |
89 | | - "MS-vsliveshare.vsliveshare-pack", |
| 57 | + //"MS-vsliveshare.vsliveshare-pack", |
90 | 58 | "ms-python.python", |
91 | 59 | "RDebugger.r-debugger", |
92 | 60 | //"GitHub.copilot", |
93 | 61 | "eamodio.gitlens", |
94 | 62 | "GitHub.vscode-pull-request-github", |
95 | | - "quarto.quarto", |
96 | | - "hoovercj.vscode-power-mode" |
| 63 | + "quarto.quarto" |
| 64 | + //"hoovercj.vscode-power-mode" |
97 | 65 | ] |
98 | 66 |
|
99 | 67 | // Use 'forwardPorts' to make a list of ports inside the container available locally. |
|
0 commit comments