Skip to content

Commit

Permalink
vscode configs are saved to dedicated folder
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderProd committed Jan 5, 2019
1 parent eea5012 commit 99f9e94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions shallow_backup/compatibility.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down

0 comments on commit 99f9e94

Please sign in to comment.