Skip to content

Commit ac1de35

Browse files
update go libraries
Signed-off-by: ivan katliarchuk <[email protected]>
1 parent 35259df commit ac1de35

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

tools/vscode/settings.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,5 +404,19 @@
404404
"editor.copyWithSyntaxHighlighting": "false",
405405
"workbench.colorTheme": "Cobalt2",
406406
"workbench.editor.showTabs": "multiple",
407-
"workbench.editor.enablePreview": false
407+
"workbench.editor.enablePreview": false,
408+
"[dockercompose]": {
409+
"editor.insertSpaces": true,
410+
"editor.tabSize": 2,
411+
"editor.autoIndent": "advanced",
412+
"editor.quickSuggestions": {
413+
"other": true,
414+
"comments": false,
415+
"strings": true
416+
},
417+
"editor.defaultFormatter": "redhat.vscode-yaml"
418+
},
419+
"[github-actions-workflow]": {
420+
"editor.defaultFormatter": "redhat.vscode-yaml"
421+
}
408422
}

vendor/prezto

Submodule prezto updated 56 files

zsh/settings/bootstrap.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ esac
101101

102102
export GOPATH=$HOME
103103
export PATH="$GOPATH/bin:$PATH"
104-
[[ -s "${HOME}/.krew/bin" ]] && export PATH="${PATH}:${HOME}/.krew/bin"
104+
[[ -s "${HOME}/.krew/bin" ]] && export PATH="${HOME}/.krew/bin:${PATH}"
105105
### MANAGED BY RANCHER DESKTOP START (DO NOT EDIT)
106106
export PATH="$HOME/.rd/bin:$PATH"
107107
### MANAGED BY RANCHER DESKTOP END (DO NOT EDIT)

0 commit comments

Comments
 (0)