mirror of
https://github.com/Kong/insomnia.git
synced 2026-01-20 20:08:31 -05:00
* refactor import to run in node * format json with prettier * fix lint * add process fork for tests, this is bad
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"typescript.preferences.importModuleSpecifier": "non-relative",
|
|
"files.associations": {
|
|
"*.db": "ndjson",
|
|
"*.jsonl": "ndjson",
|
|
"*.njson": "ndjson"
|
|
},
|
|
"files.insertFinalNewline": true,
|
|
"editor.formatOnSave": true,
|
|
"editor.formatOnSaveMode": "file",
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "always",
|
|
"source.fixAll.ts": "always"
|
|
},
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"[json]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[jsonc]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[typescriptreact]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"cSpell.words": [
|
|
"apikey",
|
|
"Dismissable",
|
|
"getinsomnia",
|
|
"inso",
|
|
"libcurl",
|
|
"mockbin",
|
|
"Revalidator",
|
|
"svgr",
|
|
"Uncommited",
|
|
"Unpushed",
|
|
"unstage",
|
|
"Unstaged",
|
|
"upsert",
|
|
"xmark"
|
|
],
|
|
"[cpp]": {
|
|
"editor.defaultFormatter": "llvm-vs-code-extensions.vscode-clangd"
|
|
}
|
|
}
|