Closed ervamate closed 1 year ago
Thanks for the issue. I'm not able to repro this. My first suspect would be some kind of path sensitivity issue. Can you confirm that you're opening the file as Tokenizer.js
and not something like tokenizer.js
, and likewise that all parts of the file path in your workspace have the same casing as this incorrect file URI?
I tried to reduce to the minimum setup. I created a new empty profile and installed only the extension. When I click "run tests" or run it with the keyboard shortcut and the test fails, here's what I get:
When I click "create file", here's what it shows:
My current dir is:
$ pwd
/Users/felipe/Projects/cbh/node-testing
Hopefully this helps. This doesn't seem to happen on successful tests.
Sorry for the long turnaround time. Extension version 1.0.3 with this fixed is published.
The runner works fine when all tests pass, but when it fails, I get the following screen:
I'm on VSCode
Version: 1.77.3
and I believe the version of the extension.I thought it was related to me using devcontainers, however it happens while running on my machine.
When I press
Create File
, it returns the following error:I also noticed that the gutter does not show the arrow icon, but maybe that's unrelated
LMK if I can provide more info.