formulahendry / formulahendry/vscode-code-runner
Improve the usage and consistency of quotation marks for variable substitutions
- Dominant language
- TypeScript
- Stars
- 2.4k
- Forks
- 351
- PR merge metrics
- No merged PRs in 30d
Description
I would like to see more variable substitutions available I can use when defining my executed commands. Below are some examples I got from [here](https://code.visualstudio.com/docs/editor/tasks#_variable-substitution):
> ${workspaceRoot} the path of the folder opened in VS Code
> ${workspaceRootFolderName} the name of the folder opened in VS Code without any slashes (/)
> ${fileBasename} the current opened file's basename
> ${fileBasenameNoExtension} the current opened file's basename without the extension
> ${fileDirname} the current opened file's dirname
> ${fileExtname} the current opened file's extension
Thanks!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.