O que é JSON - JavaScript Object Notation

This commit is contained in:
Luiz Otávio
2022-12-21 08:49:18 -03:00
parent a10c4acb3a
commit 5bcd4388e1
3 changed files with 34 additions and 1 deletions

View File

@@ -42,5 +42,5 @@
"python.analysis.diagnosticSeverityOverrides": {},
// "python.defaultInterpreterPath": "./venv/bin/python",
"python.analysis.typeCheckingMode": "basic",
"cSpell.enabled": false
"cSpell.enabled": true
}