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

Import path quick suggestions - jsconfig aliases not recognised #35970

Closed
mudrz opened this issue Oct 10, 2017 · 1 comment
Closed

Import path quick suggestions - jsconfig aliases not recognised #35970

mudrz opened this issue Oct 10, 2017 · 1 comment
Assignees
Labels
javascript JavaScript support issues upstream Issue identified as 'upstream' component related (exists outside of VS Code)

Comments

@mudrz
Copy link

mudrz commented Oct 10, 2017

  • VSCode Version: 1.17.0
  • OS Version: macOS High Sierra 10.13

Reproduces without extensions: Yes

Doesn't work properly with aliases added in jsconfig.json https://code.visualstudio.com/docs/languages/jsconfig

Sample jsconfig.json

{
  "compilerOptions": {
    "baseUrl": ".",
    "paths": {
      "ClientApp/*": ["./ClientApp/*"]
    }
  }
}

Expected behaviour

import Something from 'ClientApp/...'

will pull path intellisense for folder ClientApp

Existing extension path-intellisense for example can also be configured with aliases in settings.json

"path-intellisense.mappings": {
    "ClientApp": "${workspaceRoot}/MvcProject/ClientApp",
  }
@mjbvz
Copy link
Collaborator

mjbvz commented Oct 11, 2017

This issue was moved to microsoft/TypeScript#19113

@mjbvz mjbvz closed this as completed Oct 11, 2017
@mjbvz mjbvz added the upstream Issue identified as 'upstream' component related (exists outside of VS Code) label Oct 11, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 25, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
javascript JavaScript support issues upstream Issue identified as 'upstream' component related (exists outside of VS Code)
Projects
None yet
Development

No branches or pull requests

3 participants