Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 335 Bytes

Contributing.md

File metadata and controls

13 lines (11 loc) · 335 Bytes

Development Requirements

IDE setup

For any IDEs using some form of clangd for IntelliSense run

bazel run //.vscode:compile_commands

to generate a compile_commands.json file.

VSCode

VSCode is the preferred IDE as we have setup some tooling to make working in this code base easier.