标签: node.js mocha visual-studio-code
我正在运行VS Code 1.0。我已经成功地为许多框架添加了智能感知,即Express,Restify甚至Gulp。
现在我正在尝试为Mocha启用它。
我正在做的最小设置是:
std::cout << boost::typeindex::type_id<decltype(a)>().pretty_name() << std::endl;
npm init
npm install mocha
此外,this guy让它发挥作用。
答案 0 :(得分:0)
您只需将jsconfig.json文件添加到项目的根目录即可。它甚至可以是空的。
Check this docs.