We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2ccc64 commit 81f1530Copy full SHA for 81f1530
projects/math/numerical-linalg/.devcontainer/devcontainer.json
@@ -13,13 +13,15 @@
13
"containerUser": "${localEnv:USER}",
14
"features": {
15
"ghcr.io/devcontainers/features/git:1": {},
16
- "ghcr.io/rocker-org/devcontainer-features/quarto-cli:1": {}
+ "ghcr.io/rocker-org/devcontainer-features/quarto-cli:1": {},
17
+ "ghcr.io/devcontainers-contrib/features/bash-command:1":
18
+ {"command": "apt-get update && apt-get install -y rlwrap && apt-get install -y libxtst-dev ffmpeg"}
19
},
- "customizations": {
- "vscode": {
20
- "extensions": [
21
- "betterthantomorrow.calva"
22
- ]
23
- }
+ "customizations": {
+ "vscode": {
+ "extensions": [
+ "betterthantomorrow.calva"
24
+ ]
25
}
26
+ }
27
0 commit comments