Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker/xfce-vscode/src/home/Desktop/code.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Name=Visual Studio Code
Comment=Code Editing. Redefined.
GenericName=Text Editor
Exec=${VSCODE_PATH}/code --no-sandbox --unity-launch %F
Exec=${VSCODE_PATH}/code --no-sandbox --password-store=basic --unity-launch %F
Icon=${VSCODE_PATH}/resources/app/resources/linux/code.png
Type=Application
StartupNotify=false
Expand All @@ -19,5 +19,5 @@ Terminal=false

[Desktop Action new-empty-window]
Name=New Empty Window
Exec=${VSCODE_PATH}/code --no-sandbox --new-window %F
Exec=${VSCODE_PATH}/code --no-sandbox --password-store=basic --new-window %F
Icon=${VSCODE_PATH}/resources/app/resources/linux/code.png