This commit is contained in:
Richard Sperry 2025-04-17 16:06:42 -07:00
parent 10538ee7ab
commit 08bd597aa3
3 changed files with 3 additions and 1 deletions

View file

@ -42,6 +42,8 @@ RUN apt-get update \
unzip \ unzip \
htop \ htop \
nano \ nano \
npm \
&& npm install -g @vscode/vsce \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
#System configuration #System configuration

View file

@ -12,7 +12,6 @@
}, },
"extensions": { "extensions": {
"recommendations": [ "recommendations": [
"aaaaronzhou.vscode-auto-light-dark-theme",
"pinage404.bash-extension-pack" "pinage404.bash-extension-pack"
] ]
} }

View file

@ -6,3 +6,4 @@ lukas-tr.materialdesignicons-intellisense
oderwat.indent-rainbow oderwat.indent-rainbow
redhat.vscode-yaml redhat.vscode-yaml
usernamehw.errorlens usernamehw.errorlens
aaaaronzhou.vscode-auto-light-dark-theme