This repository has been archived by the owner on Jul 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 286
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
12ec63a
commit 7e0f931
Showing
2 changed files
with
11 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,14 @@ | ||
### Your environment | ||
|
||
- `vscode-ruby` version: | ||
- Ruby version: | ||
- VS Code version: | ||
- Operating System: | ||
- Hardware (optional): | ||
|
||
Make sure you have `ruby`, `ruby-debug-ide` and `ruby-debug-basex19` installed before submitting your issue -- thank you ! | ||
- `vscode-ruby` version: | ||
- Ruby version: | ||
- Ruby version manager (if any): | ||
- VS Code version: | ||
- Operating System: | ||
- Using language server? | ||
|
||
### Expected behavior | ||
|
||
|
||
### Actual behavior | ||
|
||
|
||
### Steps to reproduce the problem | ||
*This and the next section should include screenshots, code samples, console output, etc. The more information we have to reproduce the better!* |
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
Make sure these boxes are checked before submitting your PR -- thanks in advance! | ||
*Description of change and why it was needed here* | ||
|
||
- [] Build pass! | ||
- [] Follow VS Code [Coding Guidelines](https://github.com/Microsoft/vscode/wiki/Coding-Guidelines) | ||
- [] The build passes | ||
- [] TSLint is mostly happy | ||
- [] Prettier has been run |