Last active
January 20, 2020 06:26
-
-
Save InukVT/f73e389d4c81c03d4b2a09651a232746 to your computer and use it in GitHub Desktop.
A nice project for us few who uses sublime to code Vapor sites
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
| { | |
| "folders": | |
| [ | |
| { | |
| "folder_exclude_patterns": | |
| [ | |
| ".*", | |
| "docs", | |
| "Sources", | |
| "Tests" | |
| ], | |
| "name": "Project", | |
| "path": "." | |
| }, | |
| { | |
| "name": "Site", | |
| "path": "Sources/App" | |
| }, | |
| { | |
| "name": "Site Tests", | |
| "path": "Tests/AppTests" | |
| }, | |
| { | |
| "name": "Packages", | |
| "path": ".build/checkouts" | |
| } | |
| ], | |
| "settings": | |
| { | |
| "SublimeAnarchyDebug": | |
| { | |
| "breakpoints": | |
| [ | |
| ] | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment