Automatically runs the build task and/or debug/run the launch configuration whenever a folder is opened in VS Code.
autorun must be enabled by configuring these seetings:
autorun.build: If .vscode/tasks.json exists and this setting istrue, runs the 'Run Build Task' commandautorun.launch: If .vscode/launch.json exists, runs either the 'Start Debugging' (="debug") or 'Start Without Debugging' (="run") command
Initial release
