Skip to content

Commit

Permalink
[vscode] Add a recommended extension for a workspace (Samsung#1373)
Browse files Browse the repository at this point in the history
This commit adds xaver.clang-format as a recommended extension for a workspace.

ONE-vscode-DCO-1.0-Signed-off-by: Changho Shin <[email protected]>
  • Loading branch information
chshin59 authored Oct 18, 2022
1 parent 7bf97ba commit 348aac1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"dbaeumer.vscode-eslint"
"dbaeumer.vscode-eslint",
"xaver.clang-format"
]
}

0 comments on commit 348aac1

Please sign in to comment.