Skip to content

Commit

Permalink
Apply correct order to extension.json items
Browse files Browse the repository at this point in the history
VSCode applys this sorting anyways
  • Loading branch information
tbnobody committed Apr 17, 2023
1 parent 59f43a8 commit 18f8805
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide",
"DavidAnson.vscode-markdownlint",
"Vue.volar",
"Vue.vscode-typescript-vue-plugin"
"Vue.vscode-typescript-vue-plugin",
"platformio.platformio-ide"
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
Expand Down

0 comments on commit 18f8805

Please sign in to comment.