Skip to content

Commit

Permalink
adds ndjson support extension (#4043)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitropoulos committed Sep 21, 2021
1 parent bc35b48 commit 0333bf6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/extensions.json
Expand Up @@ -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": [
Expand Down
7 changes: 7 additions & 0 deletions .vscode/settings.json
@@ -0,0 +1,7 @@
{
"files.associations": {
"*.db": "ndjson",
"*.jsonl": "ndjson",
"*.njson": "ndjson"
},
}

0 comments on commit 0333bf6

Please sign in to comment.