mirror of
https://github.com/hexedtech/codemp-vscode.git
synced 2024-11-22 15:34:49 +01:00
fix: change icon for jump-to
This commit is contained in:
parent
d65f6c0c34
commit
3e9a6999ab
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@
|
||||||
"command": "codemp.jump",
|
"command": "codemp.jump",
|
||||||
"title": "Jump",
|
"title": "Jump",
|
||||||
"category": "codemp",
|
"category": "codemp",
|
||||||
"icon": "$(debug-step-into)"
|
"icon": "$(debug-console-evaluation-input)"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"configuration": {
|
"configuration": {
|
||||||
|
|
Loading…
Reference in a new issue