我在VS Code中具有以下用户设置。但是它没有创建日志文件。为什么?
{
"tfvc.location": "C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer\tf.exe",
"tfvc.restrictWorkspace": true,
"team.logging.level": "debug",
"typescript.tsserver.log": "normal"
}