Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经安装了 TypeScript 0.8.2 ...引入了 compile-on-save 功能。我不喜欢它,因为它在解决方案资源管理器中引入了各种操作的滞后,例如重命名文件……我关闭了选项中的两个复选框,但它继续编译和保存未更改的 ts 文件。 .
关于如何让它停止的任何想法?
根据0.8.2 发行说明,您可以使用以下说明在保存时切换编译。
打开工具 > 选项对话框。
展开文本编辑器 > 语言 > TypeScript
选择项目
勾选或取消勾选“保存时编译”选项。