mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
devenv
This commit is contained in:
parent
10538ee7ab
commit
08bd597aa3
3 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -12,7 +12,6 @@
|
||||||
},
|
},
|
||||||
"extensions": {
|
"extensions": {
|
||||||
"recommendations": [
|
"recommendations": [
|
||||||
"aaaaronzhou.vscode-auto-light-dark-theme",
|
|
||||||
"pinage404.bash-extension-pack"
|
"pinage404.bash-extension-pack"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue