Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Documentation/LanguageServer/MinGW.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ When you set the `compilerPath` property and change `intelliSenseMode` to `clang
}
```

Replace "gcc.exe" with whatever compiler you're using, e.g. "g++.exe", "clang-5.0.exe", etc. -- just make sure the file is a valid Windows executable (not a 0 size symlink).

For Cygwin, set the `compilerPath` to the appropriate Cygwin path, e.g. "C:/cygwin64/bin/g++.exe".

If it seems like the `compilerPath` is not getting used, you can debug the issue via [enabling logging](Enabling%20logging.md).

## Extension version 0.16.1 and earlier:

If you have an older version of the C/C++ extension installed, use [these instructions](Archive/MinGW.md) instead.