Skip to content

Commit

Permalink
add git command support
Browse files Browse the repository at this point in the history
  • Loading branch information
exiahuang committed Jun 22, 2019
1 parent ccdeeda commit f79fbf4
Show file tree
Hide file tree
Showing 7 changed files with 341 additions and 58 deletions.
38 changes: 0 additions & 38 deletions .xyconfig/xyconfig.json

This file was deleted.

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@

- Support sfdx command (From v2.1.6), [Document](https://github.com/exiahuang/SalesforceXyTools/wiki/SalesforceXyTools-Support-SFDX-develop)

- Support git command (From v2.1.7), [Document](https://github.com/exiahuang/SalesforceXyTools/wiki/SalesforceXyTools-Support-Git)

# Basic on OpenSource

SalesforceXyToolsForSublime is based on python and open source below.
Expand Down
6 changes: 5 additions & 1 deletion config/Main.sublime-menu
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,11 @@
},
{
"caption":"Sfdx Settings – User" ,
"command": "open_sfdx_setting"
// "command": "open_sfdx_setting"
"command": "open_file", "args":
{
"file": "${packages}/User/sfdx.sublime-settings"
}
},
{
"caption":"Sfdx Settings – Default" ,
Expand Down
20 changes: 10 additions & 10 deletions config/Side bar.sublime-menu
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@
}
]
},
{
"caption": "SFDX",
"children":[
{
"caption": "Deploy Directory To SFDC",
"command": "deploy_dir",
"args": {"dirs": []}
},
]
},
// {
// "caption": "SFDX",
// "children":[
// {
// "caption": "Deploy Directory To SFDC",
// "command": "deploy_dir",
// "args": {"dirs": []}
// },
// ]
// },
{ "caption": "-" }
]
Loading

0 comments on commit f79fbf4

Please sign in to comment.