19 lines
617 B
Desktop File
19 lines
617 B
Desktop File
|
[Desktop Entry]
|
||
|
Name=Visual Studio Code (2)
|
||
|
Comment=Code Editing. Refined.
|
||
|
GenericName=Text Editor
|
||
|
Exec=CARGO_TARGET_DIR=/dev/shm/cargo_target_test /usr/bin/code --no-sandbox --unity-launch %F
|
||
|
Icon=visual-studio-code
|
||
|
Type=Application
|
||
|
StartupNotify=false
|
||
|
StartupWMClass=Code
|
||
|
Categories=Utility;TextEditor;Development;IDE;
|
||
|
MimeType=text/plain;inode/directory;application/x-visual-studio-code-workspace;
|
||
|
Actions=new-empty-window;
|
||
|
Keywords=vscode;
|
||
|
|
||
|
[Desktop Action new-empty-window]
|
||
|
Name=New Empty Window
|
||
|
Exec=CARGO_TARGET_DIR=/dev/shm/cargo_target_test /usr/bin/code --no-sandbox --new-window %F
|
||
|
Icon=visual-studio-code
|