Skip to content

Commit

Permalink
removed excessive recommended extensions for vscode.
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyStiles committed Dec 12, 2023
1 parent 906dc7e commit e5af415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"recommendations": ["golang.go", "ms-vsliveshare.vsliveshare-pack","redhat.vscode-yaml","yzhang.markdown-all-in-one","premparihar.gotestexplorer","github.vscode-pull-request-github","streetsidesoftware.code-spell-checker","eamodio.gitlens"]
"recommendations": ["golang.go",]
}

0 comments on commit e5af415

Please sign in to comment.