Replies: 1 comment
-
可以直接忽略,这个就是遥测功能,用于统计用户数量的;没有这个模块就忽略了,运行不会报错的 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我在编译eide时遇到了如下错误:
WARNING in ./src/extension.ts 993:38-72
Module not found: Error: Can't resolve './Private/TelemetryTask' in 'D:\workspace\eide\src'
WARNING in ./src/utility.ts 624:27-59
Module not found: Error: Can't resolve './Private/GithubProxy' in 'D:\workspace\eide\src'
插件最终能够正常打包,目前在使用时也未遇到问题。
请问下,这两个模块是已经移除了吗?我该如何避免这个两个WARNING?
Beta Was this translation helpful? Give feedback.
All reactions