We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Does this issue occur when all extensions are disabled?: Yes
Version: 1.95.1 (Universal) Commit: 65edc4939843c90c34d61f4ce11704f09d3e5cb6 Date: 2024-10-31T05:14:54.222Z Electron: 32.2.1 ElectronBuildId: 10427718 Chromium: 128.0.6613.186 Node.js: 20.18.0 V8: 12.8.374.38-electron.0 OS: Darwin arm64 23.4.0
Steps to Reproduce:
{ "module": "ESNext", "target": "ESNext", "moduleResolution": "Bundler" }
The suggested paths to import, for example, are:
The suggested paths to import are now:
I want the QuickFix Suggestions from 2. while using "moduleResolution": "Bundler"
I have these settings:
{ "javascript.preferences.importModuleSpecifierEnding": "minimal", "javascript.preferences.importModuleSpecifier": "non-relative" "typescript.preferences.importModuleSpecifierEnding": "minimal", "typescript.preferences.importModuleSpecifier": "non-relative", }
The text was updated successfully, but these errors were encountered:
My full ts-configs
tsconfig.app.json tsconfig.base.json tsconfig.json tsconfig.spec.json
Sorry, something went wrong.
No branches or pull requests
Does this issue occur when all extensions are disabled?: Yes
Version: 1.95.1 (Universal)
Commit: 65edc4939843c90c34d61f4ce11704f09d3e5cb6
Date: 2024-10-31T05:14:54.222Z
Electron: 32.2.1
ElectronBuildId: 10427718
Chromium: 128.0.6613.186
Node.js: 20.18.0
V8: 12.8.374.38-electron.0
OS: Darwin arm64 23.4.0
My project is Node/Fastify written in typescript.
Steps to Reproduce:
The suggested paths to import, for example, are:
The suggested paths to import are now:
I want the QuickFix Suggestions from 2. while using "moduleResolution": "Bundler"
I have these settings:
The text was updated successfully, but these errors were encountered: