Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.rasmusj.dk/llms.txt

Use this file to discover all available pages before exploring further.

Configuration

VSCode Config
{
  // https://code.visualstudio.com/blogs/2025/02/12/next-edit-suggestions
  "github.copilot.nextEditSuggestions.enabled": true,

  // Disable telemetry
  "telemetry.enableCrashReporter": false,
  "telemetry.enableTelemetry": false,

  // https://code.visualstudio.com/updates/v1_60#_high-performance-bracket-pair-colorization
  "editor.bracketPairColorization.enabled": true
}