<!-- Please see https://github.com/cdr/code-server/blob/master/doc/FAQ.md#how-do-i-debug-issues-with-code-server and include any logging information relevant to the issue. Please search for existing issues before filing. If you can reproduce the issue on vanilla VS Code, please file the issue at the VS Code repository instead. Provide screenshots if applicable. Please fill in the issue template and try to be as detailed and clear as possible! --> When I run my custom plugin with local VSCode env, It do well. But I run it with code-server, error occur. 【ERROR: The feature watch recursively is unavailable on the current platform, which is being used to r un Node.js.】 I guess error causes by this problem: Node v14 introduced a breaking change to the fs.watch() API. It report and fix have been submitted to filewatch: [http://github.com/fgnass/filewatcher/pull/6](http://github.com/fgnass/filewatcher/pull/6)  Web Browser: Chrome Local OS: Window Remote OS: Centos 7 Remote Architecture: Docker code-server --version: code-server: v3.4.1 VS Code: v1.45.1 Commit: 48f7c2724827e526eeaa6c2c151c520f48a61259 Date: 2020-06-04T10:39:14Z Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36 Based on I said before, may I have your reply about it. 1. Node problem do make it error,right? 2. What I should do now,and What I should do after node problem solved.