简体   繁体   English

Angular 2 Typescript vscode导入路径突然消失

[英]Angular 2 typescript vscode import path suddenly disappeared

I upgrade the VSCode and now when I press Ctrl + dot to import namespace, I now get paths like 我升级了VSCode,现在当我按Ctrl +点导入名称空间时,我现在得到如下路径

import { Store } from '../../../../node_modules/@ngrx/store';

instead of 代替

import { Store } from '@ngrx/store';

This was not happening before but suddenly now all of them are showing like this. 以前没有发生这种情况,但是突然之间所有的人都这样显示。

I already faced the same issue, and its an issue with the latest release. 我已经遇到了同样的问题,以及最新版本的问题。 Please check the following reported issue from here 请从here检查以下报告的问题

anyway VsCode team says its a duplicate of this , we might have to wait until get resolved. 反正VsCode团队说,它的复制this ,我们可能要等到得到解决。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM