diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 731c15b6b06..f28cc35b124 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -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": [ diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000000..36ea5841ba4 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,7 @@ +{ + "files.associations": { + "*.db": "ndjson", + "*.jsonl": "ndjson", + "*.njson": "ndjson" + }, +} \ No newline at end of file