浅析VSCode launch.json中的各种替换变量的意思 ${workspaceFolder} ${file} ${fileBasename} ${fil
VS Code supports variable substitution inside strings in launch.json and has the following predefined variables: ${workspaceFolder} – the path of the folder opened in VS Code ${workspaceRootFolderName} – the name of the folder opened in VS Code without any slashes (/) ${file} – the current ope
下载地址
用户评论