formulahendry / formulahendry/vscode-code-runner

it can not run specified command when filetype is png or jpg

Open
#583 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
2.4k
Forks
351
PR merge metrics
No merged PRs in 30d

Description

I add next lines in setting.xml:
```
"code-runner.executorMapByFileExtension": {
".svg": "autohotkey g:\\workspace\\cmd\\showpic.ahk",
".png": "autohotkey g:\\workspace\\cmd\\showpic.ahk",
".jpg": "autohotkey g:\\workspace\\cmd\\showpic.ahk"
},
```

Now I right click on file explorer view and run "Run Code" command for svg file, it work well, but I run "Run Code" command for png file or jpg file, it seem it don't work.

other things, Can I run command for jpg with
```
"code-runner.runInTerminal": false
```

and run command for python with
```
"code-runner.runInTerminal": true
```
?

Thant you for the great work.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.