> ## 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.

# VSCode

> Visual Studio Code configuration and tips

## Configuration

```json title="VSCode Config" theme={null}
{
  // 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
}
```
