waldo1001 / crs-al-language-extension

Make working with the (Dynamics NAV / 365) AL Language easier and more efficient.
MIT License
34 stars 42 forks source link

Error when the first line in the file is pragma #301

Open TKapitan opened 2 months ago

TKapitan commented 2 months ago

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?