Files
hikari 904a164dbf
Security Scan and Upload / Security & DefectDojo Upload (push) Successful in 49s
feat: add witchy dark theme
2026-02-26 21:34:55 -08:00

14 lines
246 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Extension Development Host",
"type": "extensionHost",
"request": "launch",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}"
]
}
]
}