|
| 1 | +--- |
| 2 | +name: Bug report |
| 3 | +about: Create a report to help us improve |
| 4 | +title: '' |
| 5 | +labels: bug |
| 6 | +assignees: '' |
| 7 | + |
| 8 | +--- |
| 9 | + |
| 10 | +**Describe the bug** |
| 11 | +A clear and concise description of what the bug is. |
| 12 | + |
| 13 | +**To Reproduce** |
| 14 | +Try and reproduce the `fortls` error through the debug interface, for more see `fortls --debug_help`. Usually debug requests start like `fortls --debug_filepath your_file.f90 --debug_rootpath . ...`. |
| 15 | + |
| 16 | +Start with posting: |
| 17 | +1. a **Minimal Working Example** to demonstrate the bug |
| 18 | +2. the `fortls` command to reproduce the issue, or your `fortls` |
| 19 | +3. the output of the `fortls` command |
| 20 | +4. Any additional JSONRPC requests like the ones produced with `--debug_log` |
| 21 | + |
| 22 | +Alternatively, you can try and describe the steps that you followed to encounter the bug: |
| 23 | +1. Go to '...' |
| 24 | +2. Click on '....' |
| 25 | +3. Scroll down to '....' |
| 26 | +4. See error |
| 27 | + |
| 28 | +**Expected behavior** |
| 29 | +A clear and concise description of what you expected to happen. |
| 30 | + |
| 31 | +**Screenshots & Animations** |
| 32 | +If applicable, add screenshots or GIF/MP4 animations to help explain your problem. |
| 33 | + |
| 34 | +**Setup information (please complete the following information):** |
| 35 | + - OS: [e.g. Linux, Mac] |
| 36 | + - Python Version [e.g. 3.10] |
| 37 | + - fortls Version [e.g. 2.3] |
| 38 | + - Code editor used [e.g. VS Code, Vim] |
| 39 | + - the Fortran extension for the code editor and its version [e.g. Modern Fortran v3.0.0] (if applicable) |
| 40 | + |
| 41 | +**Configuration information (please complete the following information):** |
| 42 | +- Your `.fortls` configuration file OR any other JSON config being used (if any) |
| 43 | +- Any settings specified through your extension [e.g. for VS Code settings from `settings.json`] |
| 44 | + |
| 45 | +**Additional context** |
| 46 | +Add any other context about the problem here. |
0 commit comments