18 lines
460 B
JSON
18 lines
460 B
JSON
{
|
|
"editor.quickSuggestions": {
|
|
"comments": "on"
|
|
},
|
|
"auto-close-tag.disableOnLanguage": [
|
|
|
|
],
|
|
"editor.accessibilityPageSize": 10,
|
|
"editor.fontSize": 18,
|
|
"files.autoSave": "afterDelay",
|
|
"editor.tabSize": 2,
|
|
"editor.wordWrap": "on",
|
|
"editor.defaultFormatter": "batisteo.vscode-django",
|
|
"[html]": {
|
|
"editor.defaultFormatter": "vscode.html-language-features"
|
|
},
|
|
"CodeGPT.apiKey": "Groq",
|
|
} |