mirror of
https://github.com/CopterExpress/clover_vm.git
synced 2026-05-26 15:13:25 +00:00
24 lines
667 B
Desktop File
Executable File
24 lines
667 B
Desktop File
Executable File
[Desktop Entry]
|
|
Name=VS Code + ROS
|
|
Comment=Code Editing. Redefined.
|
|
GenericName=Text Editor
|
|
Exec=/bin/bash -c "source /home/clever/catkin_ws/devel/setup.bash; /usr/share/code/code --no-sandbox --unity-launch %F"
|
|
Icon=/usr/share/pixmaps/com.visualstudio.code.png
|
|
Type=Application
|
|
StartupNotify=false
|
|
StartupWMClass=Code
|
|
Categories=Utility;TextEditor;Development;IDE;
|
|
MimeType=text/plain;inode/directory;
|
|
Actions=new-empty-window;
|
|
Keywords=vscode;
|
|
|
|
X-Desktop-File-Install-Version=0.23
|
|
|
|
Path=
|
|
Terminal=false
|
|
|
|
[Desktop Action new-empty-window]
|
|
Name=New Empty Window
|
|
Exec=/usr/share/code/code --no-sandbox --new-window %F
|
|
Icon=/usr/share/pixmaps/com.visualstudio.code.png
|