Skip to content

Commit a3e334c

Browse files
committed
Update dev guide with new workspace import.
1 parent 0ab0471 commit a3e334c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Demonstrate how the application works regarding the Flipper Zero's button layout
103103
7. Open the project "fap" directory ("src-fap") in Visual Studio Code. Make sure you have "Microsoft C/C++" extension installed and enabled.
104104
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:
105105
```
106-
${workspaceFolder}/../.submodules/flipperzero-firmware
106+
${workspaceFolder}/../.submodules/**
107107
```
108108
This includes the Flipper Zero firmware library for your project (you can update it to a custom firmware if needed).
109109
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.

0 commit comments

Comments
 (0)