Skip to content

Commit bc09cba

Browse files
committed
hi
1 parent 3f7a939 commit bc09cba

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

.grrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ if [ -d "$GR_HOME" ]; then
2828
tracker-environment
2929
fi
3030

31+
# For asdf
32+
. $(brew --prefix asdf)/asdf.sh
33+
3134
function releaseCommits() {
3235
git fetch --all
3336

.salesforcerc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,3 +180,6 @@ function lt() {
180180
sfdx force:apex:log:tail -u "$1" | grep --color=always -E 'USER_DEBUG|ERROR'
181181
}
182182

183+
function my_user_id() {
184+
exp AndrewDev "[SELECT Id FROM User WHERE Email = '[email protected]']"
185+
}

code/keybindings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
{
1313
"key": "cmd-k cmd-,",
14-
"command": "macros.openWorkspaceSettingsJSON"
14+
"command": "workbench.action.openWorkspaceSettingsFile"
1515
},
1616
// Open keyboard shortcuts
1717
{

code/settings.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"workbench.editor.enablePreview": true,
2020
"workbench.editor.enablePreviewFromQuickOpen": false,
2121
"workbench.colorTheme": "rainbow",
22-
"editor.renderWhitespace": "none",
22+
"editor.renderWhitespace": "all",
2323
"gitlens.advanced.messages": {
2424
"suppressShowKeyBindingsNotice": true
2525
},
@@ -109,5 +109,7 @@
109109
"label": "Created Issues",
110110
"query": "author:${user} state:open repo:${owner}/${repository} sort:created-desc"
111111
}
112-
]
112+
],
113+
"terminal.integrated.inheritEnv": false,
114+
"salesforcedx-vscode-core.telemetry.enabled": false
113115
}

0 commit comments

Comments
 (0)