Skip to content
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

C/C++ extension throws unhandled promise exceptions #29

Closed
Radeonmann opened this issue Dec 8, 2021 · 0 comments
Closed

C/C++ extension throws unhandled promise exceptions #29

Radeonmann opened this issue Dec 8, 2021 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@Radeonmann
Copy link
Collaborator

If a C or C++ file is already open when a workspace is opened, the C/C++ extension throws an unhandled promise exception because our extension did not provide the configuration in time.
Debug log example

Probably this is a timing issue of registering our extension and when we give the ready signal to the C/C++ extension.

The extension still works well after our extension finished activation, but for the end user it seems like something is not Ok:

image

@Radeonmann Radeonmann added the bug Something isn't working label Dec 8, 2021
@Radeonmann Radeonmann added this to the v0.0.5 milestone Dec 8, 2021
@Radeonmann Radeonmann self-assigned this Dec 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant