mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-07 04:31:24 +00:00
devenv
This commit is contained in:
parent
2d0123aaa2
commit
7866495062
2 changed files with 4 additions and 1 deletions
|
@ -76,7 +76,9 @@ RUN sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master
|
||||||
&& sed -i -e "s#bin/bash#bin/zsh#" /etc/passwd
|
&& sed -i -e "s#bin/bash#bin/zsh#" /etc/passwd
|
||||||
|
|
||||||
WORKDIR /SERVER/
|
WORKDIR /SERVER/
|
||||||
WORKDIR /data/vscode/extentions
|
WORKDIR /data/vscode/
|
||||||
|
COPY rootfs/var/lib/code-server/defaults/vscode.extentions /data/vscode/
|
||||||
|
COPY rootfs/var/lib/code-server/defaults/vscode.extentions /data/vscode/extentions
|
||||||
|
|
||||||
# Install Python packages
|
# Install Python packages
|
||||||
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 10 && \
|
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 10 && \
|
||||||
|
|
|
@ -7,4 +7,5 @@ disable-getting-started-override: true
|
||||||
disable-update-check: true
|
disable-update-check: true
|
||||||
disable-telemetry: true
|
disable-telemetry: true
|
||||||
user-data-dir: "/config/addon_configs/vscode"
|
user-data-dir: "/config/addon_configs/vscode"
|
||||||
|
# extensions-dir: "/data/vscode/extentions"
|
||||||
log: warn
|
log: warn
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue