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
154f5e8b9e
commit
c93c301a1e
4 changed files with 4 additions and 38 deletions
|
@ -33,5 +33,4 @@ added powershell
|
||||||
## TODO
|
## TODO
|
||||||
|
|
||||||
get code to auto-launch terminal to motd
|
get code to auto-launch terminal to motd
|
||||||
check install packages for needed
|
check install packages for needed
|
||||||
|
|
31
todo.txt
31
todo.txt
|
@ -1,31 +0,0 @@
|
||||||
persist SERVER
|
|
||||||
add workspace persistant file
|
|
||||||
? add new custom service to run linking, store in data
|
|
||||||
|
|
||||||
https://developers.home-assistant.io/docs/add-ons/
|
|
||||||
|
|
||||||
cli
|
|
||||||
https://github.com/coder/code-server/blob/e3c09efcbcdfd632cbeac6044692d7ea9f493386/src/node/cli.ts#L35
|
|
||||||
|
|
||||||
conf
|
|
||||||
https://github.com/coder/code-server/blob/e3c09efcbcdfd632cbeac6044692d7ea9f493386/src/node/cli.ts#L65
|
|
||||||
|
|
||||||
|
|
||||||
- type: homeassistant
|
|
||||||
read_only: false
|
|
||||||
- type: addons
|
|
||||||
read_only: false
|
|
||||||
- type: addon_config
|
|
||||||
read_only: false
|
|
||||||
- type: data
|
|
||||||
read_only: false
|
|
||||||
- type: backup
|
|
||||||
read_only: false
|
|
||||||
- type: config
|
|
||||||
read_only: false
|
|
||||||
- type: media
|
|
||||||
read_only: false
|
|
||||||
- type: share
|
|
||||||
read_only: false
|
|
||||||
- type: ssl
|
|
||||||
read_only: false
|
|
|
@ -43,10 +43,8 @@ RUN apt-get update \
|
||||||
unzip \
|
unzip \
|
||||||
htop \
|
htop \
|
||||||
nano \
|
nano \
|
||||||
npm \
|
npm \
|
||||||
&& npm install -g @vscode/vsce \
|
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
# npm and vsce allow code-server to check extensions signatures
|
|
||||||
|
|
||||||
# Install Powershell
|
# Install Powershell
|
||||||
WORKDIR /tmp/ps
|
WORKDIR /tmp/ps
|
||||||
|
@ -77,7 +75,6 @@ RUN if [ "${BUILD_ARCH}" = "aarch64" ]; then HA_CLI_URL="https://github.com/home
|
||||||
&& mv ./ha "/usr/bin/ha" \
|
&& mv ./ha "/usr/bin/ha" \
|
||||||
&& chmod +x "/usr/bin/ha"
|
&& chmod +x "/usr/bin/ha"
|
||||||
|
|
||||||
|
|
||||||
#Copy root file system
|
#Copy root file system
|
||||||
COPY rootfs/ /
|
COPY rootfs/ /
|
||||||
RUN chown -R root:root /root \
|
RUN chown -R root:root /root \
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
"terminal.integrated.copyOnSelection": true,
|
"terminal.integrated.copyOnSelection": true,
|
||||||
"workbench.iconTheme": "vs-seti",
|
"workbench.iconTheme": "vs-seti",
|
||||||
"yaml.format.enable": true,
|
"yaml.format.enable": true,
|
||||||
|
"window.autoDetectColorScheme": true,
|
||||||
},
|
},
|
||||||
"extensions": {
|
"extensions": {
|
||||||
"recommendations": [
|
"recommendations": [
|
||||||
|
@ -22,4 +23,4 @@
|
||||||
"streetsidesoftware.code-spell-checker" // i cant speel
|
"streetsidesoftware.code-spell-checker" // i cant speel
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue