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
d
b
The textmate scope is constant.numeric.integer.powerquery for the section before the .
constant.numeric.integer.powerquery
.
powerquery.vscode-powerquery 0.1.19
[<number>].<char><anything>
a-f
let a = .z in a
PBI returns an Token Comma Expected error
Token Comma Expected
The text was updated successfully, but these errors were encountered:
'z.3' is working correctly
let a = 3.z in a
Expression.SyntaxError
let a = z.3 in a
Update:
Sorry, something went wrong.
No branches or pull requests
d
isn't throwing an errord
is enabled, it hides errorsb
would raiseThe textmate scope is
constant.numeric.integer.powerquery
for the section before the.
Environment
powerquery.vscode-powerquery 0.1.19
To Reproduce
.
followed by a single text character that triggers it. The rest can be anything.a-f
)Expected Behavior
PBI returns an
Token Comma Expected
errorThe text was updated successfully, but these errors were encountered: