最近更新后 vs 代码转译停止工作:tsc 不被识别为内部或外部命令

After recent update vs code transpiling stopped working: tsc is not recognized as internal or external command

标题说明了一切,无论如何,昨天更新后 visual code studio 没有将 ts 文件转译为 js 说 tsc 不被识别为外部或内部命令

在您的设置中,设置 typescript sdk 的位置

设置现在可以采用绝对路径和相对路径。

我在我的项目中本地安装了打字稿,所以我的设置看起来像

 {
     "typescript.tsdk": "./node_modules/typescript/lib"
 }

我使用 VSCode 撰写本文时最新的 0.10.5 和 TS 1.7.5