From d0860f71745f3bce3cb3491f39ac76c0bf8b2878 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 26 Mar 2019 21:46:04 +0100 Subject: [PATCH] :books: Documentation improvements --- README.md | 8 ++++---- vscode/.README.j2 | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 107e0b0..3a04629 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ configuration straight from the web browser and can be embedded straight into the Home Assistant frontend UI. 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 and pre-configured right out of the box. This means that autocompletion works @@ -61,7 +61,7 @@ Example add-on configuration: ```json { - "log_level": "info", + "log_level": "info", "password": "ChooChooHomie", "ssl": false, "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` @@ -174,7 +174,7 @@ panel_iframe: 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, - 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 a generic Linux setup (e.g., Ubuntu), follow this guide by Microsoft: diff --git a/vscode/.README.j2 b/vscode/.README.j2 index 3ad715c..09355e2 100644 --- a/vscode/.README.j2 +++ b/vscode/.README.j2 @@ -17,7 +17,7 @@ configuration straight from the web browser and can be embedded straight into the Home Assistant frontend UI. 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 and pre-configured right out of the box. This means that autocompletion works