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
Copy file name to clipboardExpand all lines: repo_management_files/extractFileScopes.js
+9-9
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ import { fileURLToPath } from 'url';
6
6
const__filename=fileURLToPath(import.meta.url);
7
7
const__dirname=dirname(__filename);
8
8
9
+
// TODO First extract the current scopes and keep any scopes that were manually added in without completely overwriting them with the new file list scope array.
10
+
9
11
// Project root directory, back one directory from repo_management_files.
10
12
// normalize the 'directoryPath' string to go from the form `/absolute_path/template-nodes-project/repo_management_files/../`
11
13
// to `/absolute_path/template-nodes-project/` to subtract from the beginning of the filePath
0 commit comments