From 99f9e9434a06465081d61ba5a0749fadc8ce2825 Mon Sep 17 00:00:00 2001 From: Alexander Hoerl Date: Sat, 5 Jan 2019 23:05:42 +0100 Subject: [PATCH] vscode configs are saved to dedicated folder --- shallow_backup/compatibility.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shallow_backup/compatibility.py b/shallow_backup/compatibility.py index 1879ebc0..7d5da9eb 100644 --- a/shallow_backup/compatibility.py +++ b/shallow_backup/compatibility.py @@ -43,9 +43,9 @@ def get_config_paths(): # TODO: Double check these paths. Not sure these are right. sublime2_path: "sublime2", sublime3_path: "sublime3", - vscode_path_1: "vscode_settings", - vscode_path_2: "vscode_snippets", - vscode_path_3: "vscode_keybindings", + vscode_path_1: "vscode/settings", + vscode_path_2: "vscode/Snippets", + vscode_path_3: "vscode/keybindings", atom_path: "atom" }