Does this issue occur when all extensions are disabled?: Yes VS Code Version: 1.63.0 OS Version: Windows 10 Steps to Reproduce: Add"importsNotUsedAsValues": "error"tocompilerOptionsintsconfig import a type into a ts file: import{typeReactNode}from'react'; This throws an error:This import ...
The error goes away after adding"type": "module"in package.json, however VSCode started to complain now (Cannot find module '@preact/preset-vite' or its corresponding type declarations.). There was an attempt to update vite templates (vitejs/vite#4293) but it has been closed. ...
vscode-spring-initializrvsc0.6.1 change-casewma1.0.0 JavaScriptSnippetsxab1.8.0 ReactSnippetsxab2.4.0 (1 theme extensions excluded) Activity Sign up for freeto join this conversation on GitHub.Already have an account?Sign in to comment Type ...
I believe the reason for theproject relativeimport was due to me using code actions such as alt+enter to add the imports when authoring the code in VSCode. This worked fine for months on my mac and on the build servers until a developer using a Windows box tried to build the repo. ...