1、找到 vscode的安装路径
比如: /home/work/Downloads/VSCode-linux-x64/bin
执行 ./code 确认vscode能否正常驱动;
2、随便目录创建一个文件,例如VScode.text
vim VScode.text
添加如下内容,然后保存退出。
[Desktop Entry]
Name=Visual Studio Code
Comment=Multi-platform code editor for Linux
Exec=/home/work/Downloads/VSCode-linux-x64/bin/code
Icon=/home/work/Downloads/VSCode-linux-x64/resources/app/resources/linux/code.png
Type=Application
StartupNotify=true
Categories=TextEditor;Development;Utility;
MimeType=text/plain;
3、然后将VScode.txt改为VScode.desktop 最后将该文件复制到/usr/share/applications/
4、在搜索里搜索VScode, 找到图片拖拽到桌面或者任务栏中;
完成。