diff --git a/src/utils/projects_util.js b/src/utils/projects_util.js index 7ef6b45..982e669 100644 --- a/src/utils/projects_util.js +++ b/src/utils/projects_util.js @@ -109,6 +109,9 @@ class ProjectsUtil extends SharedProjectsUtil isFixedPositionOpDir(dir) { + const projectDir = settings.getCurrentProjectDir(); + if (projectDir) if (dir === path.join(projectDir, "ops/")) return true; + if (dir === "./ops") return true; if (dir === cables.getOsOpsDir()) return true; if (cables.isPackaged()) return false; if (dir === cables.getExtensionOpsPath()) return true;