insomnia/.vscode/settings.json
Jack Kavanagh f34d7650f9
add stack and redirect to error page (#6171)
* add stack and redirect

* fix format

* fix formdata parsing

* remove console log
2023-07-19 13:56:27 +00:00

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