79723402

Date: 2025-08-02 13:55:44
Score: 2
Natty:
Report link

The problem was that I forgot to exclude my vitest.config.ts from tsconfig.build.json, as shown below.
enter image description here

It made vitest.config.ts get compiled into a vitest.config.js inside the dist folder:
enter image description here

Which made the extension think it should consider that file and locked it for some reason (I don't know why, to be honest).
Adding vitest.config.ts to exclude solved my problem.

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: King Witcher