formulahendry / formulahendry/vscode-code-runner

concatenation for variable filenames not working

Open
#471 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

- 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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.