Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/visual-studio-code/3.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
Visual studio code VSCode角TS自动导入不再工作_Visual Studio Code - Fatal编程技术网

Visual studio code VSCode角TS自动导入不再工作

Visual studio code VSCode角TS自动导入不再工作,visual-studio-code,Visual Studio Code,我刚刚更新了我的VSCode,这是我的VSCode的最新更新版本 Version 1.19.2 Commit 490ef761b76b3f3b3832eff7a588aac891e5fe80 Date 2018-01-10T15:55:03.538Z Shell 1.7.9 Renderer 58.0.3029.110 Node 7.9.0 Architecture x64 我不太确定我的VSCode的上一个版本,但是因为更新自动导入功能不再工作了 例如,在app.module.ts文件(An

我刚刚更新了我的VSCode,这是我的VSCode的最新更新版本

Version 1.19.2
Commit 490ef761b76b3f3b3832eff7a588aac891e5fe80
Date 2018-01-10T15:55:03.538Z
Shell 1.7.9
Renderer 58.0.3029.110
Node 7.9.0
Architecture x64
我不太确定我的VSCode的上一个版本,但是因为更新自动导入功能不再工作了

例如,在
app.module.ts
文件(Angular 2+项目上)中,当我键入
FormsModule
时,左侧栏上没有可单击以从
@Angular/forms
自动导入
FormsModule
灯泡图标,在以前的版本上,它可以正常工作,虽然有时不工作,但在重新启动vscode后,问题通常会得到修复,但在当前版本上,即使重新启动vscode,问题仍然存在,为什么会发生这种情况?如何解决这个问题