mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-26 18:13:42 +02:00
27 lines
No EOL
803 B
Desktop File
Executable file
27 lines
No EOL
803 B
Desktop File
Executable file
[Desktop Entry]
|
|
Name=Visual Studio Code
|
|
Comment=Code Editing. Refined.
|
|
GenericName=Text Editor
|
|
Exec=/opt/vscode/code --no-sandbox %F
|
|
Icon=/opt/vscode/resources/app/resources/linux/code.png
|
|
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
|
|
Name[de]=Neues leeres Fenster
|
|
Name[es]=Nueva ventana vacía
|
|
Name[fr]=Nouvelle fenêtre vide
|
|
Name[it]=Nuova finestra vuota
|
|
Name[ja]=新しい空のウィンドウ
|
|
Name[ko]=새 빈 창
|
|
Name[ru]=Новое пустое окно
|
|
Name[zh_CN]=新建空窗口
|
|
Name[zh_TW]=開新空視窗
|
|
Exec=/opt/vscode/code --new-window %F
|
|
Icon=vscode |