You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"typescript.tsdk": "./node_modules/typescript/lib"
, "typescript.check.tscVersion": false
, "files.exclude": {
"dist/": true
, "doc/": true
, "node_modules/": true
, "package/": true
}
, "alignment": {
"operatorPadding": "right"
, "indentBase": "firstline"
, "surroundSpace": {
"colon": [-1, 1], // The first number specify how much space to add to the left, can be negative. The second number is how much space to the right, can be negative.
"assignment": [1, 1], // The same as above.
"arrow": [1, 1], // The same as above.
"comment": 2 // Special how much space to add between the trailing comment and the code.
// If this value is negative, it means don't align the trailing comment.
}
}
The last position is missing a '}'
The text was updated successfully, but these errors were encountered:
file './vscode/settings.json'
The last position is missing a '}'
The text was updated successfully, but these errors were encountered: