Skip to content

Conversation

@lox
Copy link
Owner

@lox lox commented Oct 30, 2025

Summary

  • keep Ghostty fully opaque for readability
  • switch VS Code to Solarized Dark and enable Zig tooling
  • add ~/.cargo/bin to PATH so cargo installs are detected

Testing

  • not run (configuration-only changes)

lox added 3 commits October 30, 2025 12:02
Solarized Dark keeps the contrast comfortable while matching other tools.

Zig settings point the extension at the repo's toolchain and enable style warnings.

Disabling git.confirmSync removes an extra modal in the daily SCM flow.
@lox lox merged commit b87eada into main Oct 30, 2025
1 check passed
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +141 to +146
//--------------------------------------------------
// Zig Configuration
//--------------------------------------------------
"zig.path": "${workspaceFolder}/bin/zig",
"zig.zls.warnStyle": true,
"git.confirmSync": false

Choose a reason for hiding this comment

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

P1 Badge Hard-code zig.path to workspace folder

The settings now force zig.path to ${workspaceFolder}/bin/zig. Because this dotfiles file is applied to every VS Code instance, the Zig extension will try to use that path even in projects that do not vendor a Zig binary and where Zig is expected to come from the user’s $PATH. In those projects the extension will fail to start, disabling linting and language features. Removing the override or pointing to a real installation path preserves Zig tooling while still allowing auto-detection.

Useful? React with 👍 / 👎.

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