mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
📚 Documentation improvements
This commit is contained in:
parent
7fab0c9ec8
commit
d0860f7174
2 changed files with 5 additions and 5 deletions
|
@ -30,7 +30,7 @@ configuration straight from the web browser and can be embedded straight
|
||||||
into the Home Assistant frontend UI.
|
into the Home Assistant frontend UI.
|
||||||
|
|
||||||
Visual Studio Code runs as a remote server using `code-server`, and is a
|
Visual Studio Code runs as a remote server using `code-server`, and is a
|
||||||
fully fletched VSCode experience.
|
fully fledged VSCode experience.
|
||||||
|
|
||||||
The add-on has the Home Assistant and MDI icons extensions pre-installed
|
The add-on has the Home Assistant and MDI icons extensions pre-installed
|
||||||
and pre-configured right out of the box. This means that autocompletion works
|
and pre-configured right out of the box. This means that autocompletion works
|
||||||
|
@ -61,7 +61,7 @@ Example add-on configuration:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"log_level": "info",
|
"log_level": "info",
|
||||||
"password": "ChooChooHomie",
|
"password": "ChooChooHomie",
|
||||||
"ssl": false,
|
"ssl": false,
|
||||||
"certfile": "fullchain.pem",
|
"certfile": "fullchain.pem",
|
||||||
|
@ -75,7 +75,7 @@ Example add-on configuration:
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
**Note**: _This is just an example, don't copy and past it! Create your own!_
|
**Note**: _This is just an example, don't copy and paste it! Create your own!_
|
||||||
|
|
||||||
### Option: `log_level`
|
### Option: `log_level`
|
||||||
|
|
||||||
|
@ -174,7 +174,7 @@ panel_iframe:
|
||||||
|
|
||||||
This issue is caused by your system not having enough file handles,
|
This issue is caused by your system not having enough file handles,
|
||||||
which causes VSCode to be unable to watch all your files. For HassOS,
|
which causes VSCode to be unable to watch all your files. For HassOS,
|
||||||
currently the only option is to click on the little gog when the
|
currently the only option is to click on the little cog when the
|
||||||
notification appears and tell it to not show again. In case you have
|
notification appears and tell it to not show again. In case you have
|
||||||
a generic Linux setup (e.g., Ubuntu), follow this guide by Microsoft:
|
a generic Linux setup (e.g., Ubuntu), follow this guide by Microsoft:
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ configuration straight from the web browser and can be embedded straight
|
||||||
into the Home Assistant frontend UI.
|
into the Home Assistant frontend UI.
|
||||||
|
|
||||||
Visual Studio Code runs as a remote server using `code-server`, and is a
|
Visual Studio Code runs as a remote server using `code-server`, and is a
|
||||||
fully fletched VSCode experience.
|
fully fledged VSCode experience.
|
||||||
|
|
||||||
The add-on has the Home Assistant and MDI icons extensions pre-installed
|
The add-on has the Home Assistant and MDI icons extensions pre-installed
|
||||||
and pre-configured right out of the box. This means that autocompletion works
|
and pre-configured right out of the box. This means that autocompletion works
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue