mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
b6475afc9a
* remove insomnia-config, move it inside insomnia * rename generate to generate-config
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,
|
|
}
|