diff --git a/hello_world/hello_world.code-workspace b/hello_world/hello_world.code-workspace new file mode 100644 index 0000000..2894117 --- /dev/null +++ b/hello_world/hello_world.code-workspace @@ -0,0 +1,11 @@ +{ + "folders": [ + { + "path": "." + }, + { + "path": "../../pico-sdk" + } + ], + "settings": {} +} \ No newline at end of file