jest-run-it
jest-run-it copied to clipboard
Wrong filename on out/JestDoItCodeLensProvider folder
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.
I found same problem
@nithinpeter