Skip to content

Commit

Permalink
chore(vscode): add recommended extensions
Browse files Browse the repository at this point in the history
Signed-off-by: Tristan Partin <tristan@partin.io>
  • Loading branch information
tristan957 committed Aug 30, 2024
1 parent 1d2cc60 commit 0df8457
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/* SPDX-License-Identifier: AGPL-3.0-or-later
*
* SPDX-FileCopyrightText: 2024 Tristan Partin <tristan@partin.io>
*/

{
"recommendations": [
"github.vscode-github-actions",
"GitHub.vscode-pull-request-github",
"golang.go",
"pb33f.vacuum",
"redhat.vscode-yaml",
"tamasfe.even-better-toml",
]
}

0 comments on commit 0df8457

Please sign in to comment.