vscode-code-runner icon indicating copy to clipboard operation
vscode-code-runner copied to clipboard

How to modify the title name of Run Code in the right-click menu

Open wjm-hub opened this issue 8 months ago • 1 comments

Is your feature request related to a problem? Please describe. Description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like Description of what you want to happen.

Image I want to change the Run Code to a Chinese title, such as compile

wjm-hub avatar Jun 11 '25 01:06 wjm-hub

not possible in the code. you would need to modify the package.json file of the extension itself.

you can modify the cached extension package.json file itself, but it's not an ideal process. as far as i know, vscode doesn't have an api to programmatically change command titles

ericchase avatar Oct 17 '25 10:10 ericchase