Ignore invalid errors #1766
-
Can someone point me towards how to get the extension to ignore invalid schema errors. At the moment it doesn't support Filter and so I'd like to tell it to ignore specific invalid function names like filter and lambda |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Sorry, didn't see this. Currently there's no "official" way to do this. However, lambda and filter will be in the next released version, expected early December. In the meantime, the unofficial way is to edit this file:
That controls the validation and intellisense for template functions. Here's the updated one that has lambda/etc: Note that any changes you make will be overridden when the extension is updated. |
Beta Was this translation helpful? Give feedback.
Sorry, didn't see this. Currently there's no "official" way to do this. However, lambda and filter will be in the next released version, expected early December.
In the meantime, the unofficial way is to edit this file:
That controls the validation and intellisense for template functions. Here's the updated one that has lambda/etc:
ExpressionMetadata.zip
Note that any changes you make will be overridden when the extension is updated.