Replies: 9 comments 2 replies
-
我们也需要这个 options 吗 |
Beta Was this translation helpful? Give feedback.
-
vscode 讨论是否要更换一个 fs watcher 的 issue: |
Beta Was this translation helpful? Give feedback.
-
各位有遇到什么 nsfw 现在的坑吗? 翻聊天记录看到一个创建文件相关的问题: 具体聊天记录就不贴了,大家在群里搜一下 nsfw,2021-11 月份的讨论。 hacke2:
我们过滤的是 /node_module/,所以上面的变更如果不找到 realpath 就会被过滤掉 最后得出的结论应该就是 nsfw 的问题: |
Beta Was this translation helpful? Give feedback.
-
小程序 IDE 遇到过一个文件监听的问题: 通过 preference 关联配置项文件,然后疯狂的点击配置项文件的 checkbox,PreferenceProxy 会把修改后的值写入文件中。 感觉是 FileChangeEvent 有问题 |
Beta Was this translation helpful? Give feedback.
-
vscode 转移到 @parcel/watcher 的 commit |
Beta Was this translation helpful? Give feedback.
-
related: #867 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Done on #1437. |
Beta Was this translation helpful? Give feedback.
-
提醒一个额外引入的本地开发问题,在 native 构建时候我当时出现了报错 在一堆 error 中
可以通过软链接搞过去 ln -s -f /opt/homebrew/bin/python3 /opt/homebrew/bin/python |
Beta Was this translation helpful? Give feedback.
-
https://www.npmjs.com/package/@parcel/watcher
also can add an options:
"files.legacyWatcher": "on"
setting does not lead to expected file watcher log messages microsoft/vscode#135891Beta Was this translation helpful? Give feedback.
All reactions