path: joinPaths()

in packages/vscode-extension-web-ide/src/openInitFile.ts [18:22]


    path: joinPaths('/', config.repoRoot, config.filePath),
  });
  const stat = await tryStat(fs, uri);

  if (stat && stat.type === vscode.FileType.Directory) {