user
01/21/2022, 12:21 AM~/.local/share/applications
, create a file named {filename}.desktop
, then fill in the contents of the template:
[Desktop Entry]
Name={name of shortcut}
Icon={path to the icon image file}
Comment={a short description of the application}
Exec=code {path to the workspace file}
Version=1.0
Type=Application
Categories=Utility;Development;IDE
Terminal=false
Keywords={some keywords for searching, I used dendron; Dendron as I used something else in the name}