Skip to content

Commit

Permalink
Update dev guide with new workspace import.
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyTolene committed Aug 6, 2023
1 parent 0ab0471 commit a3e334c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Demonstrate how the application works regarding the Flipper Zero's button layout
7. Open the project "fap" directory ("src-fap") in Visual Studio Code. Make sure you have "Microsoft C/C++" extension installed and enabled.
8. In Visual Studio Code, open the command palette (CTRL+SHIFT+P) and type "C/C++ Edit Configurations (UI)" to find and open its settings. Add the following directory to the "Include path" option:
```
${workspaceFolder}/../.submodules/flipperzero-firmware
${workspaceFolder}/../.submodules/**
```
This includes the Flipper Zero firmware library for your project (you can update it to a custom firmware if needed).
9. If Visual Studio Code shows import errors after saving the above settings from step 8, run the build script (see step 10) to resolve them.
Expand Down

0 comments on commit a3e334c

Please sign in to comment.