Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
statico committed Jul 18, 2024
1 parent 633664e commit 9292f0c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 15 deletions.
6 changes: 5 additions & 1 deletion .vscode-mac.settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,5 +205,9 @@
"typescript.autoClosingTags": false,
"debug.onTaskErrors": "showErrors",
"godotTools.editorPath.godot3": "/Applications/Godot.app/Contents/MacOS/Godot",
"godotTools.editorPath.godot4": "/Applications/Godot.app/Contents/MacOS/Godot"
"godotTools.editorPath.godot4": "/Applications/Godot.app/Contents/MacOS/Godot",
"github.copilot.editor.enableAutoCompletions": true,
"arduino.logLevel": "verbose",
"arduino.path": "/opt/homebrew/bin/arduino-cli",
"arduino.commandPath": "/opt/homebrew/bin/arduino-cli"
}
16 changes: 2 additions & 14 deletions .vscode-snippets/typescriptreact.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
// Place your snippets for typescript here. Each snippet is defined under a snippet name and has a prefix, body and
// Place your snippets for typescript here. Each snippet is defined under a snippet name and has a prefix, body and
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
// same ids are connected.
// Example:
"XXX Debug": {
Expand Down Expand Up @@ -34,18 +34,6 @@
"<Stringify>{$1}</Stringify>",
],
},
"console.log": {
"prefix": "clog",
"body": [
"console.log($1)",
],
},
"console.error": {
"prefix": "cerr",
"body": [
"console.error($1)",
],
},
"className": {
"prefix": "cn=",
"body": [
Expand Down
1 change: 1 addition & 0 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ alias gup='git up'
alias gus='git unstage'
alias gvc='vim `git diff --name-only --diff-filter=U`'
alias gvm='vim `git diff --name-only --diff-filter=M`'
alias gz='git undo'
alias h='heroku'
alias i4='sed "s/^/ /"'
alias icat='imgcat'
Expand Down

0 comments on commit 9292f0c

Please sign in to comment.