Skip to content

Commit f5d393f

Browse files
add "debuggers" category to extension
1 parent 6cfbe6c commit f5d393f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vscode-client/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "luceedebug",
33
"publisher": "DavidRogers",
4-
"version": "2.0.9",
4+
"version": "2.0.10",
55
"description": "VS Code client for luceedebug backend.",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
@@ -15,6 +15,7 @@
1515
"activationEvents": [
1616
"onDebugResolve:cfml"
1717
],
18+
"categories": ["Debuggers"],
1819
"repository": {
1920
"type": "git",
2021
"url": "https://github.com/softwareCobbler/luceedebug"

0 commit comments

Comments
 (0)