18 lines
436 B
Desktop File
18 lines
436 B
Desktop File
[Desktop Entry]
|
|
Actions=new-empty-window
|
|
Categories=Utility;TextEditor;Development;IDE
|
|
Comment=Code Editing. Redefined.
|
|
Exec=env GDK_SCALE=1 GDK_DPI_SCALE=1 code %F
|
|
GenericName=Text Editor
|
|
Icon=vscode
|
|
Keywords=vscode
|
|
Name=Visual Studio Code
|
|
StartupNotify=true
|
|
StartupWMClass=Code
|
|
Type=Application
|
|
Version=1.5
|
|
|
|
[Desktop Action new-empty-window]
|
|
Exec=env GDK_SCALE=1 GDK_DPI_SCALE=1 code --new-window %F
|
|
Icon=vscode
|
|
Name=New Empty Window
|