Skip to content

Commit

Permalink
Treat .workbook files as json in VSCode
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri-furman committed Jun 28, 2023
1 parent a2cfb87 commit f0b02aa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@
"MD025": {
"front_matter_title": ""
}
}
}
},
"files.associations": {
"*.workbook": "json"
},}

0 comments on commit f0b02aa

Please sign in to comment.