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 posts tagged “vscode”.
GitHub Codespaces provides full development environments in your browser, and is free to use with anyone with a GitHub account.
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).
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.