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

Fix Error Squiggles in Expression Input Field #6

Closed
hediet opened this issue Feb 11, 2020 · 3 comments
Closed

Fix Error Squiggles in Expression Input Field #6

hediet opened this issue Feb 11, 2020 · 3 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@hediet
Copy link
Owner

hediet commented Feb 11, 2020

No description provided.

@hediet hediet added bug Something isn't working help wanted Extra attention is needed labels Feb 11, 2020
@hediet
Copy link
Owner Author

hediet commented Feb 12, 2020

Maybe all variables can be requested from the debug adapter and typed as any.

@hediet
Copy link
Owner Author

hediet commented Mar 21, 2020

Also, the monaco editor expects a statement, but the extension an expression.
This conflicts for object literals.

@hediet
Copy link
Owner Author

hediet commented Mar 22, 2020

"Fixed" by setting mode to text. Maybe later this can be set back to typescript again (or whatever language is being debugged).

@hediet hediet closed this as completed Mar 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant