Skip to content

Commit bba660a

Browse files
committed
Tweak metadata
1 parent 16022e5 commit bba660a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tools/vscode-extension/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "6502 Debugger for dotnet-6502",
44
"version": "0.1.0",
55
"publisher": "highbyte",
6-
"description": "Debug 6502 assembly code programs using the dotnet-6502 emulator",
6+
"description": "Debug 6502 assembly code programs for the Commodore 64 (C64) and other 6502-based systems using the dotnet-6502 emulator written in .NET. Supports ca65/cc65 toolchains.",
77
"author": {
88
"name": "highbyte"
99
},
@@ -19,6 +19,9 @@
1919
"categories": [
2020
"Debuggers"
2121
],
22+
"keywords": [
23+
"6502", "C64", "Commodore 64", "ca65", "cc65"
24+
],
2225
"activationEvents": [
2326
"onDebugResolve:dotnet6502",
2427
"onDebugDynamicConfigurations:dotnet6502"

0 commit comments

Comments
 (0)