How to setup VSCode for CP (Competitive Programming)

Опубликовано: 05 Июль 2026
на канале: Mohamed Warith
1,847
80

Folders to delete:
.vscode Folder: %APPDATA%
Visual Studio Code Folder: %LOCALAPPDATA%\Programs
code Folder: %USERPROFILE%


VSCode Setup:
https://code.visualstudio.com/

MSYS Setup:
https://www.msys2.org/

Command Used in MSYS2 UCRT64:
pacman -S --needed base-devel mingw-w64-ucrt-x86_64-toolchain


Formatting:
https://bit.ly/4hY71g1

Copy the contents of this file and paste it in a file called ".editorconfig" and put it in the same directory as your C++ project.

Thanks!