mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 02:31:34 +00:00
devenv
This commit is contained in:
parent
1a2d5366e8
commit
6c4af49087
4 changed files with 5 additions and 3 deletions
|
@ -11,6 +11,7 @@ changed code-server launch to use its config instead of command line args
|
|||
changed boot scripts for readability
|
||||
changed boot dependency order for stability
|
||||
changed default files path
|
||||
changed reset to use correct path
|
||||
|
||||
## Removed
|
||||
|
||||
|
@ -27,10 +28,11 @@ added a folder for code-server config files, to distinguish from
|
|||
added a new init script to run user-added scripts at boot to enhance functionality
|
||||
added a tasks file for common tasks be in vs code.
|
||||
added a script in custom boot to allow tasks to be code-backed for extra convenience.
|
||||
added powershell
|
||||
|
||||
## TODO
|
||||
|
||||
get code to auto-launch terminal to motd
|
||||
fix settings reset
|
||||
|
||||
check install packages for needed
|
||||
|
||||
|
|
|
@ -94,7 +94,7 @@ source $ZSH/oh-my-zsh.sh
|
|||
# Example aliases
|
||||
# alias zshconfig="mate ~/.zshrc"
|
||||
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
||||
alias reset-settings="cp /root/.code-server/settings.json /data/vscode/User/settings.json && echo 'Setting restored!'"
|
||||
alias reset-settings="cp /root/.code-server/settings.json /data/vscode/user/settings.json && echo 'Setting restored!'"
|
||||
|
||||
# Home Assistant CLI
|
||||
source <(ha completion zsh) && compdef _ha ha
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
"files.associations": {
|
||||
"*.yaml": "home-assistant"
|
||||
},
|
||||
"window.autoDetectColorScheme": true,
|
||||
"terminal.integrated.defaultProfile.linux": "zsh",
|
||||
"esphome.validator": "local",
|
||||
"terminal.integrated.copyOnSelection": true,
|
||||
|
|
|
@ -118,6 +118,7 @@
|
|||
"vsicons.projectDetection.disableDetect": true,
|
||||
"workbench.iconTheme": "vs-seti",
|
||||
"yaml.format.enable": true,
|
||||
"window.autoDetectColorScheme": true,
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"editor.rulers": [
|
||||
80,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue