Skip to content

Commit

Permalink
Add to VSCode's recommended extensions (qmk#6656)
Browse files Browse the repository at this point in the history
This includes a number of recommended extensions from the VS Code doc page that should make coding things a lot easier for QMK Firmware.
  • Loading branch information
drashna authored and nooges committed Sep 13, 2019
1 parent b4161ac commit 1620066
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
// Suggested extensions
{
"recommendations": [
"EditorConfig.EditorConfig"
"EditorConfig.EditorConfig",
"xaver.clang-format",
"ms-vscode.cpptools",
"bierner.github-markdown-preview",
"donjayamanne.git-extension-pack",
"CoenraadS.bracket-pair-colorizer-2"
]
}

0 comments on commit 1620066

Please sign in to comment.