microsoft/vscode-react-native
Publicmirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable
.github/ISSUE_TEMPLATE.md
28lines · modecode
| 1 | ## Actual Behavior |
| 2 | 1. |
| 3 | 2. |
| 4 | |
| 5 | ## Expected Behavior |
| 6 | 1. |
| 7 | 2. |
| 8 | |
| 9 | ## Software versions |
| 10 | - React-Native VS Code extension version: |
| 11 | - VSCode version: |
| 12 | - OS platform and version: |
| 13 | - NodeJS version: |
| 14 | - React Native version: |
| 15 | |
| 16 | ## Outputs (Include if relevant) |
| 17 | - Output of the Debug Console (View -> Toggle Debug Console): |
| 18 | ``` |
| 19 | PASTE OUTPUT HERE |
| 20 | ``` |
| 21 | - Output of the React-Native output channel (View -> Toggle Output -> Select React-Native in ListBox): |
| 22 | ``` |
| 23 | PASTE OUTPUT HERE |
| 24 | ``` |
| 25 | - Output of the Developer Tools console (Help -> Toggle Developer Tools -> Select Console tab): |
| 26 | ``` |
| 27 | PASTE OUTPUT HERE |
| 28 | ``` |
| 29 | |