"File is a CommonJS module; it may be converted to an ES6 module"警告是什么意思?如何解决?

What is "File is a CommonJS module; it may be converted to an ES6 module" warning means? How to fix it?

我收到此警告'文件是 CommonJS 模块;当我需要 Express 时,它可能会在 VS Code 上转换为 ES6 模块'。这是什么意思,如何解决? ? Here is screenshot of the warning

vscode中存在bug,可以关注here

禁用此警告的唯一方法是设置:

 "javascript.suggestionActions.enabled": false 

到您的用户设置