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
If the first line in the file is pragma (for example to suppress warning in table extension that the table is obsoleted, the extension shows an error.
File 'PurchasePrice.TableExt.al' does not have valid object name. Maybe it got double quotes (") in the object name?
The text was updated successfully, but these errors were encountered:
I think the Regex that parses the objects has problems with pragma.
Maybe we can remove pragmas, similiar to the way how comment lines are removed?
crs-al-language-extension/src/NAVObject.ts
Line 151 in 8d00f3a
Sorry, something went wrong.
No branches or pull requests
If the first line in the file is pragma (for example to suppress warning in table extension that the table is obsoleted, the extension shows an error.
File 'PurchasePrice.TableExt.al' does not have valid object name. Maybe it got double quotes (") in the object name?
The text was updated successfully, but these errors were encountered: