Searched refs:workspacePaths (Results 1 – 9 of 9) sorted by relevance
200 for (const workspacePath of this.workspacePaths) {239 for (const workspacePath of this.workspacePaths) {248 for (const workspacePath of this.workspacePaths) {257 for (const workspacePath of this.workspacePaths) {
51 workspaces: this.workspacePaths,80 return this.exec([...this.workspacePaths, ...args.filter(a => a !== '.')])
83 for (const workspacePath of this.workspacePaths) {
127 for (const path of this.workspacePaths) {
139 const wsp = this.workspacePaths
85 workspaces: this.workspacePaths,
72 for (const workspacePath of this.workspacePaths) {
48 return this.exec(this.workspacePaths)
162 this.workspacePaths = [...ws.values()] property