Skip to content

Commit

Permalink
add "debuggers" category to extension
Browse files Browse the repository at this point in the history
  • Loading branch information
softwareCobbler committed Aug 28, 2024
1 parent 6cfbe6c commit f5d393f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vscode-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "luceedebug",
"publisher": "DavidRogers",
"version": "2.0.9",
"version": "2.0.10",
"description": "VS Code client for luceedebug backend.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand All @@ -15,6 +15,7 @@
"activationEvents": [
"onDebugResolve:cfml"
],
"categories": ["Debuggers"],
"repository": {
"type": "git",
"url": "https://github.com/softwareCobbler/luceedebug"
Expand Down

0 comments on commit f5d393f

Please sign in to comment.