Skip to content

Commit

Permalink
remove external sharing
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarroll committed Mar 1, 2018
1 parent 73e1148 commit 942b85b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"terminal.integrated.env.osx": {
"SFDX_SET_CLIENT_IDS": "sfdx-vscode"
},
"terminal.integrated.env.linux": {
"SFDX_SET_CLIENT_IDS": "sfdx-vscode"
},
"terminal.integrated.env.windows": {
"SFDX_SET_CLIENT_IDS": "sfdx-vscode"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,5 @@
</nameField>
<pluralLabel>Properties</pluralLabel>
<searchLayouts/>
<sharingModel>ReadWrite</sharingModel>
<visibility>Public</visibility>
</CustomObject>

0 comments on commit 942b85b

Please sign in to comment.