现象:双击.go文件,从打开方式中选择新安装的liteide.exe无效。
解决办法:
打开regedit
找到HKCU\Software\Classes\go_auto_file 发现下面有shell open command三个子目录
其中command 下,默认值为"D:\liteidex\bin\liteide.exe" "%1"
而新安装的exe是在d:\liteide目录下面 ,修改为:"D:\liteide\bin\liteide.exe" "%1"
关闭regedit,双击.go文件,可以自动用liteide打开了。
原文地址:https://www.cnblogs.com/pu369/p/10346716.html
时间: 2024-10-28 16:43:19