formulahendry / formulahendry/vscode-code-runner

Improve the usage and consistency of quotation marks for variable substitutions

Open
#145 13 comments 0 reactions 0 assignees View on GitHub
enhancement
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.