Re-added vscode.
This commit is contained in:
parent
4575ac1ce5
commit
cb9bb53abc
6 changed files with 266 additions and 0 deletions
12
app-editors/vscode/files/vscode-url-handler.desktop
Normal file
12
app-editors/vscode/files/vscode-url-handler.desktop
Normal file
|
@ -0,0 +1,12 @@
|
|||
[Desktop Entry]
|
||||
Name=Visual Studio Code - URL Handler
|
||||
Comment=Editing evolved
|
||||
GenericName=Code Editor
|
||||
Exec=/usr/bin/vscode --open-url %U
|
||||
Icon=vscode
|
||||
Type=Application
|
||||
NoDisplay=true
|
||||
StartupNotify=true
|
||||
Categories=Utility;TextEditor;Development;IDE;
|
||||
MimeType=x-scheme-handler/vscode;
|
||||
Keywords=vscode;
|
18
app-editors/vscode/files/vscode.desktop
Normal file
18
app-editors/vscode/files/vscode.desktop
Normal file
|
@ -0,0 +1,18 @@
|
|||
[Desktop Entry]
|
||||
Name=Visual Studio Code
|
||||
Comment=Editing evolved
|
||||
GenericName=Code Editor
|
||||
Exec=/usr/bin/vscode --unity-launch %F
|
||||
Icon=vscode
|
||||
Type=Application
|
||||
StartupNotify=false
|
||||
StartupWMClass=Code
|
||||
Categories=Utility;TextEditor;Development;IDE;
|
||||
MimeType=text/plain;inode/directory;application/x-code-workspace;
|
||||
Actions=new-empty-window;
|
||||
Keywords=vscode;
|
||||
|
||||
[Desktop Action new-empty-window]
|
||||
Name=New Empty Window
|
||||
Exec=/usr/bin/vscode --new-window %F
|
||||
Icon=vscode
|
Loading…
Add table
Add a link
Reference in a new issue