mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
f34d7650f9
* add stack and redirect * fix format * fix formdata parsing * remove console log
20 lines
464 B
JSON
20 lines
464 B
JSON
{
|
|
"json.schemas": [
|
|
{
|
|
"fileMatch": [
|
|
"insomnia.config.json",
|
|
],
|
|
"url": "./packages/insomnia/src/utils/config/generated/schemas/insomnia.schema.json"
|
|
}
|
|
],
|
|
"files.associations": {
|
|
"*.db": "ndjson",
|
|
"*.jsonl": "ndjson",
|
|
"*.njson": "ndjson"
|
|
},
|
|
"files.insertFinalNewline": true,
|
|
"editor.formatOnSave": true,
|
|
"editor.formatOnSaveMode": "modifications",
|
|
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
|
|
}
|