Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto imports including full path #53969

Closed
c17r opened this issue Jul 10, 2018 · 4 comments
Closed

Auto imports including full path #53969

c17r opened this issue Jul 10, 2018 · 4 comments
Assignees

Comments

@c17r
Copy link

c17r commented Jul 10, 2018

Issue Type: Bug

Not sure whose the cause, VSC or TS, but with VSC 1.25 and TS 2.9.2 the auto-add import process is broken and I end up with something like import { FormGroup } from '../../../../node_modules/@angular/forms'; where previously it would do import { FormGroup } from '@angular/forms';

Nothing changed in any configs

VS Code version: Code 1.25.0 (0f080e5, 2018-07-05T13:11:58.697Z)
OS version: Windows_NT x64 10.0.17134

System Info
Item Value
CPUs Intel(R) Core(TM) i7-4930MX CPU @ 3.00GHz (8 x 3193)
GPU Status 2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: disabled_software
rasterization: disabled_software
video_decode: enabled
video_encode: enabled
vpx_decode: enabled
webgl: enabled
webgl2: enabled
Memory (System) 31.93GB (19.04GB free)
Process Argv C:\Program Files\Microsoft VS Code\Code.exe C:\Users\cs\source\repos\3SS\Cheetah\FrontEnd\hydra
Screen Reader no
VM 0%
Extensions (15)
Extension Author (truncated) Version
bracket-pair-colorizer Coe 1.0.59
jshint dba 0.10.19
vscode-eslint dba 1.4.12
EditorConfig Edi 0.12.4
tslint eg2 1.0.33
auto-rename-tag for 0.0.15
dotnet-test-explorer for 0.3.1
csharpextensions jch 1.3.0
python ms- 2018.6.0
csharp ms- 1.15.2
debugger-for-chrome msj 4.7.0
vscode-coverage-gutters rya 2.0.1
code-settings-sync Sha 2.9.2
rewrap stk 1.9.1
html-css-class-completion Zig 1.17.1
@DenysVuika
Copy link

Had to rollback to 1.24 because of this bug. Renders entire IDE useless for Angular development so far.

@olsonjj
Copy link

olsonjj commented Jul 10, 2018

Same issue here. Re-installed 1.24 on Mac.

@ashley-hunter
Copy link

Same issue on Windows 10

@mjbvz mjbvz self-assigned this Jul 10, 2018
@mjbvz
Copy link
Contributor

mjbvz commented Jul 10, 2018

Duplicate of #53597

Either upgrade to VS Code insiders or upgrade your workspace to use typescript@next by following these instructions

@mjbvz mjbvz closed this as completed Jul 10, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Aug 24, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants