mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-22 23:28:33 -04:00
17 lines
332 B
JSON
17 lines
332 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,
|
|
}
|