Files
insomnia/.vscode/settings.json
yaoweiprc bc8aa3889c Support for resolving conflicts when using git-merge [INS-4638] (#8185)
* 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
2024-11-25 16:20:53 +00:00

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"
],
}