Skip to content

Instantly share code, notes, and snippets.

@yzorg
Created May 19, 2023 13:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yzorg/a42cf444d4110f7850e1063dc4b6c6ea to your computer and use it in GitHub Desktop.
Save yzorg/a42cf444d4110f7850e1063dc4b6c6ea to your computer and use it in GitHub Desktop.
VSCode notes, yzorg

my VSCode notes

regex in VSCode

  • (?<!/)MIDOFFICE
    • only match if there is NOT a slash (/) before the match (i.e. don't match URLs)
  • (?<=- "?)MIDOFFICE
    • trying to match kustomize env var literal

extensions I really like

  • humao.rest-client
  • mechatroner.rainbow-csv
  • HyunKyunMoon.gzipdecompressor
  • TODO: customize adpyke.vscode-sql-formatter

extensions I need b/c VScode doesn't have all the built-in features I'd like

  • EditorConfig.EditorConfig
  • RedHat YAML - format YAML documents
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment