DEV Community

Discussion on: Make Competitive Programming Easy with VS Code

Collapse
 
mh_shifat profile image
5hfT
  • Clik on terminal (At the top)
  • select configure task
  • select create task.json from template (this will create a .json file in .vscode folder inside your working dir)
  • select other and new task.json file will be created
  • now copy and paste the my task.json file into your task.json file
  • done