mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
adds ndjson support extension (#4043)
This commit is contained in:
parent
bc35b48f40
commit
0333bf62f2
1
.vscode/extensions.json
vendored
1
.vscode/extensions.json
vendored
@ -7,6 +7,7 @@
|
||||
"yzhang.markdown-all-in-one",
|
||||
"DavidAnson.vscode-markdownlint",
|
||||
"dbaeumer.vscode-eslint",
|
||||
"adrieankhisbe.vscode-ndjson",
|
||||
],
|
||||
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
|
||||
"unwantedRecommendations": [
|
||||
|
7
.vscode/settings.json
vendored
Normal file
7
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"files.associations": {
|
||||
"*.db": "ndjson",
|
||||
"*.jsonl": "ndjson",
|
||||
"*.njson": "ndjson"
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue
Block a user