Skip to content

amit839/VS-Code-setup-for-Competitive-Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Visual-Studio-Code-setup-for-Competitive-Programming

This repo contains my vscode editor setup for competitve programmign in Ubuntu and Windows

For Windows Users

If you are using windows follow below steps to update the compiler and debugger path.

  1. Move to Windows-setup/.vscode/c_cpp_properties.json
  2. Change the configuration of "compilerPath" with your local mingw compiler path.
  3. Move to Windows-setup/.vscode/launch.json
  4. Change the configuration of "miDebuggerPath" with your local mingw debugger path.

For more info visit the official docs: https://code.visualstudio.com/docs/cpp/config-mingw

For Ubuntu Users

You are good to go :)

About

This repo contains my vscode editor setup for competitve programmign in Ubuntu and Windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages