Skip to content

Commit e1aa6ee

Browse files
committed
Edit post
1 parent 77b40a9 commit e1aa6ee

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

_posts/2023-05-09-Setting-up-development-environment-for-Raspberry-Pi-Pico-on-ARM-Mac.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,22 @@ Now it can be run and debugged in the 'Run and Debug' tab:
135135

136136
<img width="697" alt="debug3" src="https://user-images.githubusercontent.com/185988/236998916-d5886ac1-40bd-47f7-8602-49c0f5b43eee.png">
137137

138+
## G. Troubleshooting
139+
140+
### 1. Cannot open source files in VSCode
141+
142+
If you see errors complaining about unopenable files,
143+
144+
<img width="703" alt="trouble1" src="https://github.com/meinside/meinside.github.io/assets/185988/81ef8408-96a4-4b02-a1ef-6418e6f7f9ba">
145+
146+
select `Edit "includePath" setting` in the quickfix menu,
147+
148+
<img width="774" alt="trouble2" src="https://github.com/meinside/meinside.github.io/assets/185988/4f364895-9b59-4ede-a5aa-6c0f4a5e6c7c">
149+
150+
then add paths in `Include path` section:
151+
152+
<img width="870" alt="trouble3" src="https://github.com/meinside/meinside.github.io/assets/185988/e7d4863c-1f07-4fbd-a892-aa38f87a230e">
153+
138154
----
139155

140156
## Wrap-Up

0 commit comments

Comments
 (0)