From 566c1633d273b7393b97471a264bfd1e07a533fc Mon Sep 17 00:00:00 2001 From: Michael Kedar Date: Fri, 17 Jul 2026 13:14:41 +1000 Subject: [PATCH] chore: add python directories to code-worksapce file Unifying my personal workspace file with these. Having these workspaces makes VSCode understand the different poetry environments better (even though we want to delete them soon) --- osv.dev.code-workspace | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/osv.dev.code-workspace b/osv.dev.code-workspace index 2231d56d6c1..7f3b9e1ed3d 100644 --- a/osv.dev.code-workspace +++ b/osv.dev.code-workspace @@ -11,7 +11,16 @@ }, { "path": "go/cmd/tools/reimport-tui" - } + }, + { + "path": "gcp/api" + }, + { + "path": "gcp/website" + }, + { + "path": "gcp/workers" + } ], "settings": {} -} \ No newline at end of file +}