Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ nushell/history.txt
backup-moved/
tests/tmp/
github-copilot
k9s/screen-dumps
gh/hosts.yml
1 change: 0 additions & 1 deletion k9s/symlink.config+k9s+config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/derailed/k9s/master/internal/config/json/schemas/k9s.json
k9s:
liveViewAutoRefresh: false
screenDumpDir: $K9S_CONFIG_DIR/screen-dumps
refreshRate: 2
maxConnRetry: 5
readOnly: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,13 @@
"*.md": "vscode.markdown.preview.editor",
},
"chat.tools.compressOutput.enabled": true,
// Added by default
"yaml.disableSchemaDetection": [
"**/.github/workflows/*.yml",
"**/.github/workflows/*.yaml",
"**/.gitea/workflows/*.yml",
"**/.gitea/workflows/*.yaml",
"**/.forgejo/workflows/*.yml",
"**/.forgejo/workflows/*.yaml"
],
Comment on lines +120 to +128
}