Skip to content

Instantly share code, notes, and snippets.

View hervehobbes's full-sized avatar

Hervé hervehobbes

View GitHub Profile
@hervehobbes
hervehobbes / VSCode.md
Created March 14, 2024 06:06 — forked from anonymous1184/VSCode.md
AHK Debugging with Visual Studio Code

AHK Debugging with Visual Studio Code

Created on 2021/11/03 with VSCode version 1.53.
Last revision on 2022/06/30 with VSCode version 1.68.2.

I'm not a native English speaker, so please report inconsistencies to [u/anonymous1184][00] (or send a .patch of the [source][01]).

Table of Contents

@hervehobbes
hervehobbes / example.ahk
Created March 14, 2024 06:10 — forked from anonymous1184/example.ahk
YouTube Download Helper

;
; REQUIRED
;
ytdl.Path := "D:\CLI\youtube"
; Path of yt-dlp.exe
;
@hervehobbes
hervehobbes / vscode.md
Created December 30, 2024 09:11 — forked from dahlsailrunner/vscode.md
VS Code Notes

VS Code Notes

The following are some notes regarding my setup within VS Code for anyone that is curious.

Settings

  • Font: Cascadia Code (with ligatures)
  • Theme: Dracula -- see Extensions below
  • Workbench->Tree:Indent: 20. I like a little more indentation than is default -- it's easier to see diferrent levels / folders
  • Files->Exclude: I omit certain things from the VS Code Explorer to make focusing on the code easier:
 **/.git
@hervehobbes
hervehobbes / WindowsTerminal.md
Created December 30, 2024 09:11 — forked from dahlsailrunner/WindowsTerminal.md
Customization and Setup notes for Windows Terminal