George Borrelli
George Borrelli
Thread doesn't seem to do anything. Still makes multiple requests
[aliyun.aliyun-serverless-unresponsive.cpuprofile.txt](https://github.com/alibaba/serverless-vscode/files/4412495/aliyun.aliyun-serverless-unresponsive.cpuprofile.txt) 同问,win10,插件版本:1.27.5,vscode:1.43.2
+1, 支持实现近原生滑动效果。就是scroll x 时,阻止scroll y 的动作
@dlhandsome 有进度吗?
I've had this issue for quite a long time. I'm using TS in a Quasar project and after a fresh open of VS Code and starting the dev server it...
We had issues with lazy loaded images anywhere in the dom, not just within the element targeted for export. No error logs, but the output logs show that the process...
同问。要是可以禁止处理某些引入的文件就好。options中应该有个excludeFiles: ['file1', 'file2']
我也遇到了这个问题,先删除node-gyp缓存: > For future reference, deleting the `node-gyp` cache folder should fix this issue. > > Path - `C:\Users\[USERNAME]\.node-gyp` or `C:\Users\[USERNAME]\AppData\Local\node-gyp` > > [Source](https://github.com/node-ffi/node-ffi/issues/272) 如果还不行,可以重新安装node-gyp(同时确认python安装好了) 重新安装这个包时,使用 npm --build-from-source install 不知道中间步骤哪个有效,反正都做了以后成功了