AdaCore / ada_language_server

Server implementing the Microsoft Language Protocol for Ada and SPARK
GNU General Public License v3.0
226 stars 54 forks source link

Fix semanticTokens request #1071

Closed reznikmm closed 1 year ago

reznikmm commented 1 year ago

to avoid returning token types/modifiers not supported by the client and avoid raising CONSTRAINT_ERROR.

Fixes #1070