Closed
Description
At present, a built-in type is conveyed to the client using a token with type builtinType
. This is not in the standard set of semantic token types and therefore requires configuration in the client. The same semantic idea can be conveyed using a token with type type
and the defaultLibrary
modifier, both of which are part of the standard set of token types and modifiers.