Permalink
Cannot retrieve contributors at this time
12 lines (12 sloc)
321 Bytes
| [Desktop Entry] | |
| Name=Visual Studio Code - URL Handler | |
| Comment=Code Editing. Redefined. | |
| GenericName=Text Editor | |
| Exec=/opt/vscode/code --no-sandbox --open-url %U | |
| Icon=vscode | |
| Type=Application | |
| NoDisplay=true | |
| StartupNotify=true | |
| Categories=Utility;TextEditor;Development;IDE; | |
| MimeType=x-scheme-handler/vscode; | |
| Keywords=vscode; |