mirror of
https://github.com/jakejarvis/dotfiles.git
synced 2025-11-04 22:10:09 -05:00
1password 8 ssh integration
https://developer.1password.com/docs/ssh/get-started#step-4-configure-your-ssh-or-git-client
This commit is contained in:
@@ -4,13 +4,10 @@ set -euo pipefail
|
||||
|
||||
extensions=(
|
||||
amazonwebservices.aws-toolkit-vscode
|
||||
bungcip.better-toml
|
||||
DavidAnson.vscode-markdownlint
|
||||
dbaeumer.vscode-eslint
|
||||
EditorConfig.EditorConfig
|
||||
eg2.vscode-npm-script
|
||||
esbenp.prettier-vscode
|
||||
firefox-devtools.vscode-firefox-debug
|
||||
GitHub.github-vscode-theme
|
||||
GitHub.vscode-pull-request-github
|
||||
golang.go
|
||||
@@ -20,11 +17,9 @@ extensions=(
|
||||
ms-vscode-remote.remote-ssh
|
||||
ms-vscode-remote.remote-ssh-edit
|
||||
ms-vscode-remote.vscode-remote-extensionpack
|
||||
ms-vscode.azure-account
|
||||
ms-vscode.wordcount
|
||||
ms-vsliveshare.vsliveshare
|
||||
ms-vsonline.vsonline
|
||||
msjsdiag.debugger-for-chrome
|
||||
PKief.material-icon-theme
|
||||
stylelint.vscode-stylelint
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user