Hello, @rioj7. Thanks for your work on this extension!
I am trying to use it to pass paths to make on from tasks.json on Windows. If I use ${fileDirname}, the paths get into make with backslashes. If I use ${command:extension.commandvariable.file.fileDirnamePosix}, the slashes are fixed, but the Windows drive specification is not. I need to maintain the s:/ format. Would it be possible for you to add a fileDirnameForwardSlashes command that just fixes the slashes? Thanks!
Hello, @rioj7. Thanks for your work on this extension!
I am trying to use it to pass paths to
makeon from tasks.json on Windows. If I use${fileDirname}, the paths get intomakewith backslashes. If I use${command:extension.commandvariable.file.fileDirnamePosix}, the slashes are fixed, but the Windows drive specification is not. I need to maintain thes:/format. Would it be possible for you to add afileDirnameForwardSlashescommand that just fixes the slashes? Thanks!