Skip to content

Navifra-Kerry/MingW-VSCode-Recipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VSCode Configurtaion Recipe for MingW-64 Windows

Download and Install

Download : MingW-64

add Envirment path in Powershell

$env:PATH +=";${MingW-install-path}/bin/"

if you need clang-format, first install clang-format

  1. install node package
npm install -g clang-format
  1. VSCode Extentions
    https://marketplace.visualstudio.com/items?itemName=mjohns.clang-format

  2. Settings VSCode Open the command palette (either with F1 or Ctrl+Shift+P) Type "open settings" You are presented with two options, choose "Open Settings (JSON)"

{
    "clang-format.executable": "clang-format.cmd"
}

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages