Also search SR paths

This commit is contained in:
Jake Howard 2020-04-22 19:35:12 +01:00
parent bc8bc4ab4a
commit 6892873b1b
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -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"),
]