We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Whenever you assign the string which has unicode character to the variable. LSP shows the unterminated string error.
fn main(): var str1 = String("Hello 🔥") var str = "Hello 🔥"
LSP shows the unterminated string error
unterminated string
Package Version Build Size Kind Source max 25.2.0.dev2025022519 release 9.7 KiB conda max max-core 25.2.0.dev2025022519 release 232.1 MiB conda max-core max-python 25.2.0.dev2025022519 release 114.5 MiB conda max-python
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug description
Whenever you assign the string which has unicode character to the variable. LSP shows the unterminated string error.
Steps to reproduce
LSP shows the
unterminated string
errorSystem information
Package Version Build Size Kind Source
max 25.2.0.dev2025022519 release 9.7 KiB conda max
max-core 25.2.0.dev2025022519 release 232.1 MiB conda max-core
max-python 25.2.0.dev2025022519 release 114.5 MiB conda max-python
The text was updated successfully, but these errors were encountered: