Skip to content

Commit

Permalink
add vscode workspace defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
PrivatePuffin committed Jun 25, 2024
1 parent 288f285 commit be9538b
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"recommendations": [
"redhat.vscode-yaml",
"mrmlnc.vscode-duplicate",
"mhutchie.git-graph",
"eamodio.gitlens",
"yzhang.markdown-all-in-one",
"searKing.preview-vscode",
"DavidAnson.vscode-markdownlint",
"IgorSbitnev.error-gutters",
"usernamehw.errorlens",
"Tim-Koehler.helm-intellisense",
"ms-kubernetes-tools.vscode-kubernetes-tools",
"sandipchitale.vscode-kubernetes-helm-extras",
"VadzimNestsiarenka.helm-template-preview-and-more",
"karyan40024.helmix"
]
}
7 changes: 7 additions & 0 deletions library-charts.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"folders": [
{
"path": "."
}
]
}

0 comments on commit be9538b

Please sign in to comment.