This addresses the issue where VSIX build/smoke tests might use file:// URIs as the path input in certain environments, causing file system operations like fs.existsSync to fail to handle them correctly. It also removes erroneously committed focused tests (it.only) to prevent CI from executing only a single test case and skipping other tests.
This addresses the issue where VSIX build/smoke tests might use file:// URIs as the path input in certain environments, causing file system operations like fs.existsSync to fail to handle them correctly. It also removes erroneously committed focused tests (it.only) to prevent CI from executing only a single test case and skipping other tests.