1
0
Fork 0
mirror of https://github.com/SeriousBug/dotfiles synced 2024-05-15 17:29:03 -05:00

try to pass through the SSH agent and docker variables to VSCode

This commit is contained in:
Kaan Barmore-Genç 2023-08-28 17:12:21 -05:00
parent 93195c8040
commit a5bd92397b
Signed by: kaan
GPG key ID: B2E280771CD62FCF

View file

@ -2,7 +2,7 @@
Name=Visual Studio Code
Comment=Code Editing. Refined.
GenericName=Text Editor
Exec=/usr/bin/code --unity-launch --enable-features=UseOzonePlatform --ozone-platform=wayland %F
Exec=env SSH_AUTH_SOCK=/run/user/1000/keyring/ssh DOCKER_HOST=unix:///run/user/1000/docker.sock /usr/bin/code --unity-launch --enable-features=UseOzonePlatform --ozone-platform=wayland --password-store=kwallet5 %F
Icon=visual-studio-code
Type=Application
StartupNotify=false