Open
Description
Server Version
0.31.1
Terraform Version
Terraform v1.4.6
on windows_amd64
Client Version
VS Code 1.78.1
Terraform Configuration Files
resource "azurerm_monitor_scheduled_query_rules_alert_v2" "test" {
criteria {
query = <<-QUERY
traces
QUERY
}
}
Log Output
https://gist.github.com/orgads/87c8ffa8c37c8e203d9b8b18a5fbe301
Expected Behavior
The first character should be brown, as the rest of the string.
Actual Behavior
The first character is colored like keywords (true
/false
)
Steps to Reproduce
- Open a folder in VS Code
- Paste the example above
- Trigger autocompletion