Skip to content

Small fix for K9S config#29

Merged
r-richmond merged 2 commits into
mainfrom
small-fix
Jul 8, 2026
Merged

Small fix for K9S config#29
r-richmond merged 2 commits into
mainfrom
small-fix

Conversation

@r-richmond

Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings July 8, 2026 06:25

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates local developer configuration in the dotfiles repo, primarily adjusting K9S behavior and related ignore rules, and also introducing a VS Code YAML setting change.

Changes:

  • Remove screenDumpDir from the K9S config.
  • Drop k9s/screen-dumps from .gitignore.
  • Add a VS Code YAML setting to disable schema detection for workflow YAML paths.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
vscode/symlinkLibrary+Application Support+Code+User+settings.json Adds a YAML-related VS Code setting affecting schema detection for workflow YAML files.
k9s/symlink.config+k9s+config.yaml Removes the screenDumpDir setting from K9S configuration.
.gitignore Removes an ignore entry for k9s/screen-dumps.

Comment on lines +120 to +128
// Added by default
"yaml.disableSchemaDetection": [
"**/.github/workflows/*.yml",
"**/.github/workflows/*.yaml",
"**/.gitea/workflows/*.yml",
"**/.gitea/workflows/*.yaml",
"**/.forgejo/workflows/*.yml",
"**/.forgejo/workflows/*.yaml"
],
@r-richmond
r-richmond merged commit bfc5caa into main Jul 8, 2026
1 check passed
@r-richmond
r-richmond deleted the small-fix branch July 8, 2026 06:29
r-richmond added a commit that referenced this pull request Jul 9, 2026
* main:
  Small fix for K9S config & vscode config update (#29)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants