Maximum call stack size exceeded
Issue Id: 15c33dcd-ba64-8a1b-a9af-b9d2f564b709
Versions
- 1.42.0
- 26076a4de974ead31f97692a0d32f90d735645c0
- 9579eda04fdb3a9bba2750f15193e5fafe16b959
Stack
RangeError: Maximum call stack size exceeded
at Function.ScopeListElement._matches (/node_modules.asar/vscode-textmate/release/main.js:3167:42)
at Function.ScopeListElement.mergeMetadata (/node_modules.asar/vscode-textmate/release/main.js:3199:26)
at Function.ScopeListElement._push (/node_modules.asar/vscode-textmate/release/main.js:3213:45)
at ScopeListElement.push (/node_modules.asar/vscode-textmate/release/main.js:3227:33)
at handleCaptures (/node_modules.asar/vscode-textmate/release/main.js:2745:62)
at scanNext (/node_modules.asar/vscode-textmate/release/main.js:3041:17)
at _tokenizeString (/node_modules.asar/vscode-textmate/release/main.js:2930:9)
at handleCaptures (/node_modules.asar/vscode-textmate/release/main.js:2750:13)
at scanNext (/node_modules.asar/vscode-textmate/release/main.js:3041:17)
at _tokenizeString (/node_modules.asar/vscode-textmate/release/main.js:2930:9)
at handleCaptures (/node_modules.asar/vscode-textmate/release/main.js:2750:13)
at s
It looks that there is a grammar in the wild that is somehow recursing infinitely.
This might just have been an accident from a grammar developer, since this looks like an automatic posting from an error trap? I think I have triggered this error a couple times myself ... maybe it was me :).