From 6892873b1b9d784869dad501f9cdc2968e0c4419 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 22 Apr 2020 19:35:12 +0100 Subject: [PATCH] Also search SR paths --- files/bin/vscode-project-list | 1 + 1 file changed, 1 insertion(+) 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"), ]