Skip to content

Commit

Permalink
Add Flabuffers extension
Browse files Browse the repository at this point in the history
  • Loading branch information
hhvrc committed Oct 6, 2023
1 parent e29cb73 commit c47c70e
Showing 1 changed file with 16 additions and 19 deletions.
35 changes: 16 additions & 19 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"ardenivanov.svelte-intellisense",
"bradlc.vscode-tailwindcss",
"dbaeumer.vscode-eslint",
"editorconfig.editorconfig",
"esbenp.prettier-vscode",
"fivethree.vscode-svelte-snippets",
"ms-python.black-formatter",
"ms-vscode.cpptools",
"ms-vscode.cpptools-extension-pack",
"platformio.platformio-ide",
"svelte.svelte-vscode",
"xaver.clang-format"
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
]
"recommendations": [
"ardenivanov.svelte-intellisense",
"bradlc.vscode-tailwindcss",
"dbaeumer.vscode-eslint",
"editorconfig.editorconfig",
"esbenp.prettier-vscode",
"fivethree.vscode-svelte-snippets",
"gaborv.flatbuffers",
"ms-python.black-formatter",
"ms-vscode.cpptools",
"ms-vscode.cpptools-extension-pack",
"platformio.platformio-ide",
"svelte.svelte-vscode",
"xaver.clang-format"
],
"unwantedRecommendations": ["ms-vscode.cpptools-extension-pack"]
}

0 comments on commit c47c70e

Please sign in to comment.