You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'watch_dirs.extend(os.path.join(libdeps_dir, d) for d in (os.listdir(libdeps_dir) if os.path.isdir(libdeps_dir) else []) if os.path.isdir(os.path.join(libdeps_dir, d)))',
141
-
'print(":".join(watch_dirs))',
148
+
'print(json.dumps(watch_dirs))',
142
149
];
143
150
constoutput=awaitproc.getCommandOutput(
144
151
awaitcore.getCorePythonExe(),
@@ -149,7 +156,7 @@ export default class ProjectIndexer {
0 commit comments