formulahendry / formulahendry/vscode-code-runner

How can I get rid of double quotes when I use $fullFileName ?

Open
#326 2 comments 4 reactions 0 assignees View on GitHub
enhancement feature request
Dominant language
TypeScript
Stars
2.4k
Forks
351
PR merge metrics
No merged PRs in 30d

Description

我用如下设置将html打印为pdf,但在终端中会出现这样的效果`“fullFileName”.pdf`。请问怎样去掉双引号?另外,如何得到无扩展名的fullFileName?

".html": "...\\chrome.exe --headless --print-to-pdf=$fullFileName.pdf $fullFileName"

I print the HTML as a PDF with the following Settings, but `"fullFileName".pdf`, appears in the terminal. How can I get rid of double quotes? In addition, how can I get fullFileName without an extension?

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.