Show me errors

This commit is contained in:
2025-09-07 03:11:57 +02:00
parent c9a13afbe8
commit e068e4160b
4 changed files with 1070 additions and 2 deletions

View File

@@ -59,6 +59,11 @@
"command": "ashes.refreshCommands",
"title": "Refresh ASHES Commands",
"category": "ASHES"
},
{
"command": "ashes.refreshDiagnostics",
"title": "Refresh ASHES Diagnostics",
"category": "ASHES"
}
],
"menus": {
@@ -68,6 +73,9 @@
},
{
"command": "ashes.refreshCommands"
},
{
"command": "ashes.refreshDiagnostics"
}
]
}