2) test/api/tokenInformation.test.ts (src/api.ts)
getScopeRangeAtPosition(): Promise<TextmateToken>:
Error: Near offset 1: expected < ~~~"name":"Plain Text","scopeName":"text","patterns":~~~
This is happening because JSON support is hacked in for JSON file URIs, but not JSON content values:
This is happening because JSON support is hacked in for JSON file URIs, but not JSON
contentvalues:vscode-textmate/src/parseRawGrammar.ts
Lines 11 to 13 in 8b07a3c