mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
177d6adf38
Co-authored-by: Opender Singh <opender94@gmail.com> Co-authored-by: Opender Singh <opender.singh@konghq.com>
17 lines
326 B
JSON
17 lines
326 B
JSON
{
|
|
"json.schemas": [
|
|
{
|
|
"fileMatch": [
|
|
"insomnia.config.json",
|
|
],
|
|
"url": "./packages/insomnia-config/src/generated/schemas/insomnia.schema.json"
|
|
}
|
|
],
|
|
"files.associations": {
|
|
"*.db": "ndjson",
|
|
"*.jsonl": "ndjson",
|
|
"*.njson": "ndjson"
|
|
},
|
|
"files.insertFinalNewline": true,
|
|
}
|