We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cfbe6c commit f5d393fCopy full SHA for f5d393f
vscode-client/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "luceedebug",
3
"publisher": "DavidRogers",
4
- "version": "2.0.9",
+ "version": "2.0.10",
5
"description": "VS Code client for luceedebug backend.",
6
"scripts": {
7
"test": "echo \"Error: no test specified\" && exit 1",
@@ -15,6 +15,7 @@
15
"activationEvents": [
16
"onDebugResolve:cfml"
17
],
18
+ "categories": ["Debuggers"],
19
"repository": {
20
"type": "git",
21
"url": "https://github.com/softwareCobbler/luceedebug"
0 commit comments