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

autocomplete of npm package is jacked up #54190

Closed
swilliams-a3digital opened this issue Jul 12, 2018 · 1 comment
Closed

autocomplete of npm package is jacked up #54190

swilliams-a3digital opened this issue Jul 12, 2018 · 1 comment
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) typescript Typescript support issues

Comments

@swilliams-a3digital
Copy link

swilliams-a3digital commented Jul 12, 2018

Issue Type: Bug

autocomplete is now doing this:
import { DateProvider } from '../../node_modules/@a3-digital/date-utils';

It should be doing this:
import { DateProvider } from '@a3-digital/date-utils';

The ../../node_modules stuff is jacked up and doesn't work.

VS Code version: Code 1.25.0 (0f080e5, 2018-07-05T13:02:28.333Z)
OS version: Darwin x64 17.6.0

System Info
Item Value
CPUs Intel(R) Core(TM) i7-7920HQ CPU @ 3.10GHz (8 x 3100)
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: enabled
rasterization: enabled
video_decode: enabled
video_encode: enabled
vpx_decode: enabled
webgl: enabled
webgl2: enabled
Load (avg) 3, 3, 5
Memory (System) 16.00GB (0.35GB free)
Process Argv /Applications/Visual Studio Code.app/Contents/MacOS/Electron -psn_0_7972762
Screen Reader no
VM 0%
Extensions (11)
Extension Author (truncated) Version
vscode-docker Pet 0.0.27
xml Dot 2.3.1
gitlens eam 8.4.1
tslint eg2 1.0.33
json-tools eri 1.0.2
terraform mau 1.2.3
csharp ms- 1.15.2
vscode-icons rob 7.24.0
yo sam 0.9.3
gitblame wad 2.4.2
vscode-proto3 zxh 0.2.1
@Tyriar Tyriar added the typescript Typescript support issues label Jul 12, 2018
@mjbvz
Copy link
Contributor

mjbvz commented Jul 12, 2018

Duplicate of #53597

Fixed in VS Code insiders and if you upgrade to to use TypeScript 3.0 in your workspace (or downgrade to use TS 2.9.1)

@mjbvz mjbvz closed this as completed Jul 12, 2018
@mjbvz mjbvz added the *duplicate Issue identified as a duplicate of another issue(s) label Jul 12, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Aug 26, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) typescript Typescript support issues
Projects
None yet
Development

No branches or pull requests

3 participants