mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-21 06:37:36 -04:00
* Remove unused codes * let user resolve conflict when using git merge * fix code review issue * Solve the bug that working area does not update after merge. * modify git smoke test timeout
34 lines
701 B
JSON
34 lines
701 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",
|
|
"mockbin",
|
|
"Revalidator",
|
|
"svgr",
|
|
"Uncommited",
|
|
"Unpushed",
|
|
"unstage",
|
|
"Unstaged",
|
|
"upsert",
|
|
"xmark"
|
|
],
|
|
}
|