mirror of
https://github.com/SeriousBug/dotfiles
synced 2024-10-31 19:17:26 -05:00
try to pass through the SSH agent and docker variables to VSCode
This commit is contained in:
parent
93195c8040
commit
a5bd92397b
|
@ -2,7 +2,7 @@
|
||||||
Name=Visual Studio Code
|
Name=Visual Studio Code
|
||||||
Comment=Code Editing. Refined.
|
Comment=Code Editing. Refined.
|
||||||
GenericName=Text Editor
|
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
|
Icon=visual-studio-code
|
||||||
Type=Application
|
Type=Application
|
||||||
StartupNotify=false
|
StartupNotify=false
|
||||||
|
|
Loading…
Reference in a new issue