Open initplatform opened 1 week ago
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", }
My full ts-configs
tsconfig.app.json tsconfig.base.json tsconfig.json tsconfig.spec.json
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: