uncategorized
mariamwasif at March 15th, 2017 07:01 — #1
Hi,
I have cloned the app from Summit website to my local repo using the command "git clone xxx".
After creating the project I have added following lines in project file
{
"folders":
[
{
"follow_symlinks": true,
"path": "D:/SummitApp/src"
}
],
"build_path": "D:/SummitApp/src"
}
On Ctrl+Shift+B, I get this error although SummitEditor is installed.
"Unable to find required project setting "build _path"
Please help me out.
aaron at March 21st, 2017 13:54 — #2
Your project file above looks OK.
I've seen this issue if SublimeText doesn't have the project opened using the Project file. You'll want to ensure that the project is opened using the Open Project dialog from SublimeText's menu options, as such:
mariamwasif at March 24th, 2017 00:21 — #3
yea that was the main reason, I already figured it out