Simon Willison: TILs on vscode

Atom feed for vscode

vscode Search and replace with regular expressions in VS Code - 2021-08-02

I wanted to replace all instances of this: …

vscode Language-specific indentation settings in VS Code - 2021-04-04

When I'm working with Python I like four space indents, but for JavaScript or HTML I like two space indents. …