Skip to content

bernardoadc/vscode-autorun

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vscode-autorun

Automatically runs the build task and/or debug/run the launch configuration whenever a folder is opened in VS Code.

Extension Settings

autorun must be enabled by configuring these seetings:

Settings

  • autorun.build: If .vscode/tasks.json exists and this setting is true, runs the 'Run Build Task' command
  • autorun.launch: If .vscode/launch.json exists, runs either the 'Start Debugging' (="debug") or 'Start Without Debugging' (="run") command

1.0.0

Initial release

About

Run commands upon VS Code startup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 72.0%
  • JavaScript 28.0%