Skip to content

Commit

Permalink
Add troubleshooting file with no lsp instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ademar111190 committed Sep 21, 2023
1 parent b92e9a9 commit 8dd1360
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,6 @@ Do no forget to run `lefthook install` to re-activate `pre-commit` hook.
```sh
$ lefthook install
```

### Troubleshooting
For troubleshooting, please check the [troubleshooting.md](troubleshooting.md) file
6 changes: 6 additions & 0 deletions troubleshooting.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Troubleshooting

## No lsp
- make sure you have `config.json` file at the root of c-breez project
- make sure you have `API_KEY` (upper case) with a valid key at your config.json file
- make sure you are running flutter run with the following args `--dart-define-from-file=config.json`

0 comments on commit 8dd1360

Please sign in to comment.