Searched refs:folderPath (Results 1 – 3 of 3) sorted by relevance
248 const folderPath = "/user/someuser/projects/someFolder"; constant254 path: `${folderPath}/src/somefile.d.ts`,273 projectRootPath: useProjectRoot ? folderPath : undefined277 … infoForUntitledAtProjectRoot = projectService.getScriptInfoForPath(`${folderPath.toLowerCase()}/$…279 …infoForSomefileAtProjectRoot = projectService.getScriptInfoForPath(`/${folderPath.toLowerCase()}/s…
133 const folderPath = "/a/b/projects/temp"; constant135 path: `${folderPath}/a.ts`,147 projectRootPath: folderPath167 path: `${folderPath}/node_modules/@types/pad/index.d.ts`,
698 deleteFolder(folderPath: string, recursive?: boolean) {699 const path = this.toFullPath(folderPath);