mirror of
https://github.com/Kong/insomnia.git
synced 2026-05-18 21:55:38 -04:00
27 lines
588 B
JSON
27 lines
588 B
JSON
{
|
|
"json.schemas": [],
|
|
"files.associations": {
|
|
"*.db": "ndjson",
|
|
"*.jsonl": "ndjson",
|
|
"*.njson": "ndjson"
|
|
},
|
|
"files.insertFinalNewline": true,
|
|
"editor.formatOnSave": true,
|
|
"editor.formatOnSaveMode": "modifications",
|
|
"editor.defaultFormatter": "vscode.typescript-language-features",
|
|
"[json]": {
|
|
"editor.defaultFormatter": "vscode.json-language-features"
|
|
},
|
|
"[jsonc]": {
|
|
"editor.defaultFormatter": "vscode.json-language-features"
|
|
},
|
|
"cSpell.words": [
|
|
"Dismissable",
|
|
"getinsomnia",
|
|
"inso",
|
|
"libcurl",
|
|
"svgr",
|
|
"xmark"
|
|
],
|
|
}
|