C++ programming with Visual Studio Code
code.visualstudio.com › docs › languagesCreate a folder called "HelloWorld" and open VS Code in that folder (code . opens VS Code in the current folder): mkdir HelloWorld cd HelloWorld code . The "code ." command opens VS Code in the current working folder, which becomes your "workspace". Accept the Workspace Trust dialog by selecting Yes, I trust the authors since this is a folder you created.