Laur's blog
Sign in Subscribe

vs

A collection of 2 posts
Multiline Regex in Visual Studio Code
code

Multiline Regex in Visual Studio Code

Setting up a multi-line regular expression in VS code is done by explicitly matching the CR/LF characters using \r?\n. For example, if I want to find all lines starting with a [, including subsequent blank lines, I can do: ^\[.*(\r?\n\s*)* HTH,
Jan 6, 2017
Use Git Bash as Integrated Terminal in VS Code
bash

Use Git Bash as Integrated Terminal in VS Code

TL;DR:: Install windows git to get bash and add "C:\\Program Files\\Git\\bin\\bash.exe" to "terminal.integrated.shell.windows" in VS Code's user settings. As I'm trying my hand at developing a node application today, I'm getting
Nov 18, 2016 1 min read
Page 1 of 1
Laur's blog © 2025
  • Sign up
Powered by Ghost