diff --git a/pd.code-workspace b/pd.code-workspace index ab56dc94329..7bda52958ba 100644 --- a/pd.code-workspace +++ b/pd.code-workspace @@ -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" } ],