diff --git a/files/bin/vscode-project-list b/files/bin/vscode-project-list index bdab0fe..0a2953f 100755 --- a/files/bin/vscode-project-list +++ b/files/bin/vscode-project-list @@ -11,6 +11,7 @@ VSCODE_CONFIG_FILE = Path.home().joinpath(".config/Code/storage.json") SEARCH_DIRS = [ Path.home().joinpath("Projects"), Path.home().joinpath("Repositories"), + Path.home().joinpath("SR"), ]