Skip to content

Commit

Permalink
fix: restore one-workspace-per-folder (#656)
Browse files Browse the repository at this point in the history
This allows setting one Python env per workspace
  • Loading branch information
sxlijin authored and anish-palakurthi committed Jun 11, 2024
1 parent d12e46a commit ea49422
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions root.code-workspace
Original file line number Diff line number Diff line change
@@ -1,7 +1,31 @@
{
"folders": [
{
"path": "."
"path": ".baml"
},
{
"path": ".github"
},
{
"path": "docs"
},
{
"path": "engine"
},
{
"path": "fiddle"
},
{
"path": "integ-tests"
},
{
"path": "release"
},
{
"path": "tools"
},
{
"path": "typescript"
}
],
"settings": {
Expand Down Expand Up @@ -73,4 +97,4 @@
"boundary.baml-extension"
]
}
}
}

0 comments on commit ea49422

Please sign in to comment.