Skip to content

Commit

Permalink
docs: add instructions for fixing conan VS Code error to README
Browse files Browse the repository at this point in the history
  • Loading branch information
csirianni committed Oct 20, 2023
1 parent c796606 commit 373e710
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@ From `/backend`, start the server:
```bash
cd build && ./backend
```

To fix VS Code import errors with Crow, try adding the following line to your `settings.json`:

```json
"C_Cpp.default.compileCommands": "${workspaceFolder}/build/compile_commands.json",
```

0 comments on commit 373e710

Please sign in to comment.