We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ca0611 commit 06977ceCopy full SHA for 06977ce
1 file changed
extensions/workspace.ts
@@ -30,7 +30,7 @@ function info(msg) {
30
import * as fs from "fs";
31
import * as path from "path";
32
import os from "os";
33
-var PI_AGENT_DIR = path.join2(os.homedir(), ".pi", "agent");
+var PI_AGENT_DIR = path.join(os.homedir(), ".pi", "agent");
34
function readJsonConfig(filePath, defaultValue = {}) {
35
try {
36
if (fs.existsSync(filePath)) {
0 commit comments