VS Code Workspace Configuration for Edge Functions

Опубликовано: 16 Июль 2026
на канале: Supabase
5,687
111

*** UPDATE ***: Since CLI v1.52.0 you can get this automatically configured when running `supabase init`!

When adding Deno Edge Functions[0] to your existing application it can be challenging to make everything play together nicely.

This is where multi-root workspaces for VS Code[1] come in handy. This feature enables you to open multiple workspaces with different settings, allowing you to work on files that use the Deno runtime alongside files that are meant for other runtimes like your React Native / Flutter / or Create React Apps.

Find the code: https://github.com/supabase/supabase/...

🎙️ Presented by Thor Schaeff (@thorwebdev https://go.thor.bio/x)

Chapters
00:00 Intro
00:37 Moving your client into an app subfolder
01:52 Initialize the Supabase Functions workspace
03:03 Setup a multi-root VS Code Workspace
06:35 Configuring the Deno workspace
07:37 Open a multi-root workspace in VS Code

[0] https://supabase.com/docs/guides/func...
[1] https://code.visualstudio.com/docs/ed...