Add reset-terminal terminal menu workaround (#2349)

This commit is contained in:
Austin Wang 2026-03-30 02:05:13 -07:00 committed by GitHub
parent 63dd7281f5
commit 27db2eb8dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 134 additions and 5 deletions

View file

@ -84898,6 +84898,108 @@
}
}
}
},
"terminalContextMenu.copy": {
"extractionState": "manual",
"localizations": {
"en": {
"stringUnit": {
"state": "translated",
"value": "Copy"
}
},
"ja": {
"stringUnit": {
"state": "translated",
"value": "コピー"
}
}
}
},
"terminalContextMenu.paste": {
"extractionState": "manual",
"localizations": {
"en": {
"stringUnit": {
"state": "translated",
"value": "Paste"
}
},
"ja": {
"stringUnit": {
"state": "translated",
"value": "ペースト"
}
}
}
},
"terminalContextMenu.resetTerminal": {
"extractionState": "manual",
"localizations": {
"en": {
"stringUnit": {
"state": "translated",
"value": "Reset Terminal"
}
},
"ja": {
"stringUnit": {
"state": "translated",
"value": "ターミナルをリセット"
}
}
}
},
"terminalContextMenu.splitHorizontally": {
"extractionState": "manual",
"localizations": {
"en": {
"stringUnit": {
"state": "translated",
"value": "Split Horizontally"
}
},
"ja": {
"stringUnit": {
"state": "translated",
"value": "水平に分割"
}
}
}
},
"terminalContextMenu.splitVertically": {
"extractionState": "manual",
"localizations": {
"en": {
"stringUnit": {
"state": "translated",
"value": "Split Vertically"
}
},
"ja": {
"stringUnit": {
"state": "translated",
"value": "垂直に分割"
}
}
}
},
"terminalContextMenu.triggerFlash": {
"extractionState": "manual",
"localizations": {
"en": {
"stringUnit": {
"state": "translated",
"value": "Trigger Flash"
}
},
"ja": {
"stringUnit": {
"state": "translated",
"value": "フラッシュを発火"
}
}
}
}
}
}