2021-09-21 23:35:59 +00:00
|
|
|
{
|
2021-10-14 14:59:45 +00:00
|
|
|
"json.schemas": [
|
|
|
|
{
|
|
|
|
"fileMatch": [
|
|
|
|
"insomnia.config.json",
|
|
|
|
],
|
2022-11-21 13:33:18 +00:00
|
|
|
"url": "./packages/insomnia/src/utils/config/generated/schemas/insomnia.schema.json"
|
2021-10-14 14:59:45 +00:00
|
|
|
}
|
|
|
|
],
|
2021-09-21 23:35:59 +00:00
|
|
|
"files.associations": {
|
|
|
|
"*.db": "ndjson",
|
|
|
|
"*.jsonl": "ndjson",
|
|
|
|
"*.njson": "ndjson"
|
|
|
|
},
|
2021-09-30 15:00:38 +00:00
|
|
|
"files.insertFinalNewline": true,
|
2023-05-24 09:56:23 +00:00
|
|
|
"editor.formatOnSave": true,
|
2023-07-19 09:58:37 +00:00
|
|
|
"editor.formatOnSaveMode": "file",
|
2023-05-24 09:56:23 +00:00
|
|
|
"editor.defaultFormatter": "vscode.typescript-language-features",
|
2021-09-30 15:00:38 +00:00
|
|
|
}
|