vscode

3 posts tagged “vscode”.

  1. 2025
  2. Configuring GitHub Codespaces using devcontainers

    GitHub Codespaces provides full development environments in your browser, and is free to use with anyone with a GitHub account.

    3 min read
  3. 2024
  4. Search and replace with regular expressions in VS Code

    I wanted to replace all instances of this: With this: :issue: For sqlite-utils issue 306. I used the VS Code's Find and Replace tool with regular expression mode turned on (the button).

    1 min read
  5. 2023
  6. Language-specific indentation settings in VS Code

    When I'm working with Python I like four space indents, but for JavaScript or HTML I like two space indents. Today I figured out how to teach VS Code those defaults. 1.

    1 min read