My current challenge involves debugging some Angular TypeScript source code in VS Code, and I suspect that the issue lies in the incorrect values of certain VS Code Variables - as mentioned here.
I want to address this by checking the values of the VS Code variables (like displaying the current values for my project), but I am unsure how to proceed.
One such variable is
${workspaceFolder}
These variables are utilized in the configuration files of VS Code, such as the launch.json
file.
Is there a way to access these values? Even something simple like logging or displaying them in an alert window would help me troubleshoot the issue.