-
Notifications
You must be signed in to change notification settings - Fork 31k
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
Test Telemetry Command's extension suppot #76057
Comments
@lramos15 are there any other steps? I'm testing on Windows and I just get this:
|
There's not any other steps and that is just error message given when VS code fails to read either the shipped JSON or the one in the extension folder. I'll investigate this and see what's going on. |
@alexr00 The JSON previously provided in the test comment was not valid JSON syntax and therefore was failing when the function tried to parse it. I have updated the example snippet. Please try to run it again with the newly provided snippet and it should work. Sorry about that. |
@lramos15 I can still see the same error
|
The reason that it failed on my machine is I have a symlink in the extension folder which now points to a folder no longer exits. As the file doesn't exist,
|
Test for #76029
Complexity: 2
telemetry.json
copy and paste this into it:--telemetry
. Ensure that the event shows up under the appropriate extension in the JSON output.The text was updated successfully, but these errors were encountered: