-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error compiling test-provider-sample executionCount does not exist on type StatementCoverage #979
Comments
Not about lsp-sample. |
This'll be fixed as we finalize test coverage |
Hi there, I'm using the https://github.com/microsoft/vscode-extension-samples/blob/main/test-provider-sample as the base of my extension, and I'm getting the same error. is it because the example should be updated? |
connor4312
added a commit
that referenced
this issue
Apr 29, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Extension sample
test-provider-sample
VS Code version
1.87.0
What went wrong?
Following the instructions here https://code.visualstudio.com/api/language-extensions/language-server-extension-guide
It says the steps to get this running are:
When I get to the compile step, it succeeds for a while but eventually hits an error and seems to abort
I've tried this with both Node 18 and 20
The text was updated successfully, but these errors were encountered: