Skip to content

Commit

Permalink
updated vscode extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
lipkau committed Jan 10, 2024
1 parent cdf04d4 commit 8fade87
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"DavidAnson.vscode-markdownlint",
"editorconfig.editorconfig",
"formulahendry.code-runner",
// "github.codespaces",
// "github.vscode-github-actions",
// "github.vscode-pull-request-github",
"ms-vscode.PowerShell",
"DavidAnson.vscode-markdownlint"
"jasonnutter.vscode-codeowners",
"streetsidesoftware.code-spell-checker",
"pspester.pester-test"
// "davidanson.vscode-markdownlint",
// "github.copilot",
// "eamodio.gitlens",
]
}

0 comments on commit 8fade87

Please sign in to comment.