formulahendry / formulahendry/vscode-code-runner
concatenation for variable filenames not working
Open
- Dominant language
- TypeScript
- Stars
- 2.4k
- Forks
- 351
- PR merge metrics
- No merged PRs in 30d
Description
- VS Code Version: 1.33.1
- OS Version: win10
- Code Runner Version: 0.9.8
custom coderunner with variable filenames (customized parameters) not working.
$dir$fileNameWithoutExt results in ".
in settingd.json, add
"code-runner.executorMap": {
"myahk compile w.icon": "\"C:\\Program Files\\AutoHotkey\\Compiler\\Ahk2Exe.exe\" /in $fullFileName /icon $dir$fileNameWithoutExt.ico"
etc...
**Actual behavior**
"c:\_mydata\Development\AHK_parrot\"KeepMoving.ico
**Expected behavior**
"c:\_mydata\Development\AHK_parrot\KeepMoving.ico
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.