You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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: 48f7c27
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.
Node problem do make it error,right?
What I should do now,and What I should do after node problem solved.