Skip to content

Commit

Permalink
misc: update pd.code-workspace (#5970)
Browse files Browse the repository at this point in the history
ref #4399

Update `pd.code-workspace` to support all sub-workspaces.

Signed-off-by: JmPotato <ghzpotato@gmail.com>
  • Loading branch information
JmPotato authored Feb 13, 2023
1 parent c64be1f commit 5a8f93d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pd.code-workspace
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
{
"folders": [
{
"name": "pd-server",
"path": "."
},
{
"name": "pd-client",
"path": "client"
},
{
"name": "pd-client-tests",
"path": "tests/client"
},
{
"name": "mcs-tests",
"path": "tests/mcs"
},
{
"name": "pd-tso-bench",
"path": "tools/pd-tso-bench"
}
],
Expand Down

0 comments on commit 5a8f93d

Please sign in to comment.