Skip to content

Commit

Permalink
Merge dev into master
Browse files Browse the repository at this point in the history
  • Loading branch information
keesschollaart81 committed Nov 24, 2019
2 parents 64db80c + 80ebfb4 commit e3b272a
Show file tree
Hide file tree
Showing 24 changed files with 603 additions and 618 deletions.
2 changes: 2 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github: keesschollaart81
custom: https://www.paypal.me/keesschollaart
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/1. yaml-error-or-warning.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: 1. YAML Error/Warning
about: VS Code complains over your YAML
labels: 'yaml'
---

<!--
!! Read 1 & 2 first !!
1. Is it an YAML parsing error?
This extension depends on another package to parse and validate
the raw YAML. If it's a generic YAML Parser error, please report it here:
https://github.com/JPinkney/yaml-ast-parser
In doubt? Read more:
https://github.com/keesschollaart81/vscode-home-assistant/wiki/Is-it-the-YAML-parser%3F
2. Is a HA scheme error?
Feel free to fix this yourself, it's quite easy, HowTo here:
https://github.com/keesschollaart81/vscode-home-assistant/wiki/HowTo:-Update-the-schema's
-->

After reading 1 & 2 👆, type your issue here and please include the related YAML code like this:

```YAML
your:
- yaml
```
and/or point to a repository containing your Home Assistant Configuration
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/2. bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: 2. Bug
about: Report something that is not working (other than YAML related)
labels: 'bug'
---

Please include the related YAML code:

```YAML
your:
- yaml
```
Find my Home Assistant Configuration here:
[Link to Home Assistant Configuration](<link to repo here>)
Extension runs in:
- [X] VS Code for Desktop
- [ ] Hassio Add-on
- [ ] Visual Studio Online
- [ ] Other:
I'm running VS Code on:
- [ ] Windows
- [X] Mac
- [ ] Linux
I'm accessing my files:
- [X] From local disk
- [ ] Via remote SSH
- [ ] Smb
- [ ] Other:
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Feature
name: 3. Feature
about: I have a great idea!
labels: 'enhancement'
---
14 changes: 0 additions & 14 deletions .github/ISSUE_TEMPLATE/bug.md

This file was deleted.

28 changes: 0 additions & 28 deletions .github/ISSUE_TEMPLATE/yaml-error-or-warning.md

This file was deleted.

9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,14 @@

More details in [the How-To in the Wiki](https://github.com/keesschollaart81/vscode-home-assistant/wiki/Configure-connection-to-HA)

4. Enjoy the features showcased below or continue reading [the troubleshooting guide](https://github.com/keesschollaart81/vscode-home-assistant/wiki/Troubleshooting)
4. Enjoy the features showcased below 👇

5. Continue reading in the Wiki:

- [Configure connection to HA](https://github.com/keesschollaart81/vscode-home-assistant/wiki/Configure-connection-to-HA)
- [VS Code Remote SSH](https://github.com/keesschollaart81/vscode-home-assistant/wiki/VS-Code-Remote-SSH)
- [Your config, local or remote?](https://github.com/keesschollaart81/vscode-home-assistant/wiki/Your-config,-local-or-remote%3F)
- [The troubleshooting guide](https://github.com/keesschollaart81/vscode-home-assistant/wiki/Troubleshooting)

# Features

Expand Down
65 changes: 0 additions & 65 deletions azure-pipelines-language-service.yml

This file was deleted.

86 changes: 0 additions & 86 deletions azure-pipelines-vscode.yml

This file was deleted.

Loading

0 comments on commit e3b272a

Please sign in to comment.