Uncategorized
visual code debug configuration variables
from the official docs: https://code.visualstudio.com/docs/editor/variables-reference Predefined variables The following predefined variables are supported: ${workspaceFolder} – the path of the folder opened in VS Code ${workspaceFolderBasename} – the name of the folder opened in VS Code without any slashes (/) ${file} – the current opened file ${fileWorkspaceFolder} – the current opened file’s workspace folder ${relativeFile} – Read more…