Define 2500 chars max limit for javascript, not typescript (#135573)

This commit is contained in:
Alex Dima 2021-10-22 14:22:20 +02:00
parent af09288b84
commit 8358d0ca67
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
2 changed files with 5 additions and 5 deletions

View file

@ -9,6 +9,11 @@
"vscode": "0.10.x"
},
"contributes": {
"configurationDefaults": {
"[javascript]": {
"editor.maxTokenizationLineLength": 2500
}
},
"languages": [
{
"id": "javascriptreact",

View file

@ -13,11 +13,6 @@
"update-grammar": "node ./build/update-grammars.js"
},
"contributes": {
"configurationDefaults": {
"[typescript]": {
"editor.maxTokenizationLineLength": 2500
}
},
"languages": [
{
"id": "typescript",