-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #93, add ability to report issues
- Loading branch information
Showing
12 changed files
with
416 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
<!-- Please search existing issues to avoid creating duplicates; | ||
https://github.com/psalm/psalm-vscode-plugin/issues?q=is%3Aopen+is%3Aissue+label%3Atype-bug | ||
--> | ||
|
||
# Behaviour | ||
|
||
## Expected | ||
|
||
XXX | ||
|
||
## Actual | ||
|
||
XXX | ||
|
||
## Steps to reproduce: | ||
|
||
[**NOTE**: Self-contained, minimal reproducing code samples are **extremely** helpful and will expedite addressing your issue] | ||
|
||
1. | ||
|
||
<!-- | ||
Note: If you think a GIF of what is happening would be helpful, consider tools like https://www.cockos.com/licecap/, https://github.com/phw/peek or https://www.screentogif.com/ . | ||
You can attach such things **after** you create your issue on GitHub. | ||
--> | ||
|
||
# Diagnostic data | ||
|
||
- PHP version: {0} | ||
- Psalm version: {1} | ||
|
||
<details> | ||
|
||
<summary>"Psalm Language Server" channel in the OUTPUT panel (Last 1000 lines)</summary> | ||
|
||
<p> | ||
|
||
<!-- Run the "Psalm: Show Output" command to see the requested output. ---> | ||
|
||
``` | ||
{2} | ||
``` | ||
|
||
</p> | ||
</details> | ||
|
||
<details> | ||
|
||
<summary>User Settings</summary> | ||
|
||
<p> | ||
|
||
``` | ||
{3} | ||
``` | ||
|
||
</p> | ||
</details> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.