-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
[Bug] Code completion for "try:" snippets have a syntax error #213
Comments
The first part of the error message in the screenshot looks like a server configuration error on our side. |
@BertLindeman would you like to make a pull request to fix this? Click on the edit button (pencil icon) in https://github.com/pybricks/pybricks-code/blob/master/src/components/editor-snippets.ts |
Will try ;-) |
I do not completely understand the file, but it's not so difficult to change a comma into |
I had no doubts that you could handle it. 😉 |
Fix Code completion for "try:" snippets have a syntax error pybricks/support#213
Got a neat message on code.pybricks.com:
Did ctrl-F5 to reload. |
Describe the bug
Code completion snippets for
try:
are refusedTo reproduce
Steps to reproduce the behavior:
code.pybricks.com
try
Expected behavior
Correct syntax, e.g. like the third screenshot
the snippet has
and should be:
Screenshots
The text was updated successfully, but these errors were encountered: