hellopao / vscode-wechat

wechat app support for vscode
56 stars 16 forks source link

extension.previewWechatApp #2

Closed gexiaowei closed 7 years ago

gexiaowei commented 7 years ago

在mac下无法正常工作 预览时候出现extension.previewWechatApp

gexiaowei commented 7 years ago

wxss无法高亮

cloudy064 commented 7 years ago

修改$HOME/.vscode/extensions/qinjia.vscode-wechat-0.0.5/out/src/wechatApp.js这个文件 把第九行

const previewUri = vscode.Uri.parse(`file:///${previewContent}`);

修改为

const previewUri = vscode.Uri.file(previewContent);

即可

gexiaowei commented 7 years ago

可以解决问题了,希望作者赶紧解决下

gexiaowei commented 7 years ago

然后还是预览不了,不知道是什么情况

cloudy064 commented 7 years ago

wept模块有bug,单独运行这个模块有异常,没有深入研究,不知道为啥

cloudy064 commented 7 years ago

刚刚研究了一下,解决了,办法如下: 打开Terminal,跳转到~/.vscode/extensions/qinjia.vscode-wechat-0.0.5/node_modules/wept/bin目录下,这里的wccwcsc没有执行权限所以会执行失败,所以你只需要执行

chmod +x wcc
chmod +x wcsc

就可以了

gexiaowei commented 7 years ago

刚在研究https://github.com/phodal/weapp-webdemo这2个文件呢,我试试看

gexiaowei commented 7 years ago

吐槽下 字体真难看,可以解决问题了

gexiaowei commented 7 years ago

更改以后 第一次加载失败 需要第二次加载

chemzqm commented 7 years ago

怎么可能文件没权限?vscode 干的吗?