jest-run-it icon indicating copy to clipboard operation
jest-run-it copied to clipboard

Wrong filename on out/JestDoItCodeLensProvider folder

Open ckoryom opened this issue 4 years ago • 2 comments

VS Code was complaining with the extension, because it couldn't find the file:

.vscode-server/extensions/vespa-dev-works.jestrunit-0.4.0/out/jestDoItCodeLensProvider.js

I took a look and actually the file was on upperCase! JestDoItCodeLensProvider.js. I fixed it by just changing the name to lowerCase.

ckoryom avatar May 15 '20 07:05 ckoryom

I found same problem

nitpum avatar Sep 25 '20 07:09 nitpum

@nithinpeter

nitpum avatar Sep 25 '20 08:09 nitpum