Use VS Code mode

This commit is contained in:
brice.boisson
2025-10-22 23:24:27 +02:00
parent 0d91be6664
commit 8896c92d75
3 changed files with 123 additions and 118 deletions

View File

@@ -16,10 +16,10 @@
{ "command": "modelsim.toggleWaveMode", "title": "Toggle Wave Debug Mode" }
],
"keybindings": [
{ "command": "modelsim.addWaveUnderCursor", "key": "ctrl+w", "args": { "mode": "auto" } },
{ "command": "modelsim.addWaveUnderCursor", "key": "ctrl+e", "args": { "mode": "set" } },
{ "command": "modelsim.toggleWaveMode", "key": "ctrl+alt+m" },
{ "command": "modelsim.zoomInWave", "key": "ctrl+alt+u" }
{ "command": "modelsim.addWaveUnderCursor", "key": "ctrl+w", "when": "modelsim.mode", "args": { "mode": "auto" } },
{ "command": "modelsim.addWaveUnderCursor", "key": "ctrl+e", "when": "modelsim.mode", "args": { "mode": "set" } },
{ "command": "modelsim.toggleWaveMode", "key": "ctrl+alt+m" },
{ "command": "modelsim.zoomInWave", "key": "ctrl+alt+u", "when": "modelsim.mode" }
],
"viewsContainers": {
"panel": [