Reduce C# tokenization line length (#166968)

Fixes #163434
This commit is contained in:
Alex Ross 2022-11-22 16:00:14 +01:00 committed by GitHub
parent f57d336cfc
commit 6c866f92d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,11 @@
"update-grammar": "node ../node_modules/vscode-grammar-updater/bin dotnet/csharp-tmLanguage grammars/csharp.tmLanguage ./syntaxes/csharp.tmLanguage.json"
},
"contributes": {
"configurationDefaults": {
"[csharp]": {
"editor.maxTokenizationLineLength": 2500
}
},
"languages": [
{
"id": "csharp",