Skip to content

Commit

Permalink
Add Linux support for Pycharm 2016.2 (#901)
Browse files Browse the repository at this point in the history
Add Linux support for Pycharm 2016.2 & Visual Studio Code
  • Loading branch information
Care-Bear authored and lra committed Nov 22, 2016
1 parent 37b4e07 commit a58b767
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions mackup/applications/pycharm.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Library/Preferences/PyCharm40
Library/Application Support/PyCharm50
Library/Preferences/PyCharm50
.PyCharm2016.1/config
.PyCharm2016.2/config
Library/Application Support/PyCharm2016.1
Library/Application Support/PyCharm2016.2
Library/Preferences/PyCharm2016.1
Expand Down
6 changes: 6 additions & 0 deletions mackup/applications/vscode.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ name = Visual Studio Code

[configuration_files]
Library/Application Support/Code/User

# Linux Files
.vscode

This comment has been minimized.

Copy link
@jnv

jnv Dec 12, 2016

Contributor

This folder contains extensions and it can grow into enormous size due to all Node dependencies (not to mention exceed Windows maximum size path). Therefore it may be safer to exclude it.

.config/Code/User/snippets
.config/Code/User/keybindings.json
.config/Code/User/settings.json

0 comments on commit a58b767

Please sign in to comment.