Closed NiloDrumond closed 1 year ago
When I try to open the file on qflist I get sent to an empty buffer.
The type errors are captured as expected, but you can even see on the preview that the file is empty
If I press enter in any of the files, I get sent to an empty buffer:
Additional info:
{ "compilerOptions": { "baseUrl": ".", "paths": { "@/*": [ "./*" ] }, "target": "es6", "lib": [ "dom", "dom.iterable", "esnext" ], "allowJs": true, "skipLibCheck": true, "strict": true, "forceConsistentCasingInFileNames": true, "noEmit": true, "esModuleInterop": true, "module": "esnext", "moduleResolution": "node", "resolveJsonModule": true, "isolatedModules": true, "jsx": "preserve", "incremental": true }, "include": [ "next-env.d.ts", "**/*.ts", "**/*.tsx", ], "exclude": [ "node_modules" ] }
Thanks for the issue - I was able to reproduce this will have a fix up shortly.
@NiloDrumond Fix should be in - lmk if you're still having problems.
When I try to open the file on qflist I get sent to an empty buffer.
The type errors are captured as expected, but you can even see on the preview that the file is empty
If I press enter in any of the files, I get sent to an empty buffer:
Additional info: