feat: add witchy dark theme
Security Scan and Upload / Security & DefectDojo Upload (push) Successful in 49s

This commit is contained in:
2026-02-26 21:34:36 -08:00
committed by Naomi Carrigan
parent 6fb0280339
commit 904a164dbf
3 changed files with 481 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Extension Development Host",
"type": "extensionHost",
"request": "launch",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}"
]
}
]
}