Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/typescript/8.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
TypeScript文件的右侧面板没有';不能正确更新_Typescript - Fatal编程技术网

TypeScript文件的右侧面板没有';不能正确更新

TypeScript文件的右侧面板没有';不能正确更新,typescript,Typescript,我刚刚在Visual Studio 2012上安装了TypeScript 0.9.5。对于某些文件,一切正常。但是对于某些文件,甚至是不同时间的相同文件,以下错误显示在ts文件的右侧面板中 /* Compile Error. See error list for details The TypeScript compiler couldn't be found. Download http://www.typescriptlang.org/#Download */ 不要将WebEsse

我刚刚在Visual Studio 2012上安装了TypeScript 0.9.5。对于某些文件,一切正常。但是对于某些文件,甚至是不同时间的相同文件,以下错误显示在
ts
文件的右侧面板中

/*

Compile Error. 
See error list for details
 The TypeScript compiler couldn't be found. Download http://www.typescriptlang.org/#Download

*/

不要将WebEssentials与TypeScript 0.9.5一起使用


WebEssentials不再支持typescript。

你是说我完全卸载了它?或者有一种方法可以在TypeScript文件上禁用它?