Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfa81730

Browse files
authored
Update MinGW.md (microsoft#2813)
* Update MinGW.md
1 parent3079fb5 commitfa81730

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎Documentation/LanguageServer/MinGW.md‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ When you set the `compilerPath` property and change `intelliSenseMode` to `clang
2020
}
2121
```
2222

23+
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).
24+
25+
For Cygwin, set the`compilerPath` to the appropriate Cygwin path, e.g. "C:/cygwin64/bin/g++.exe".
26+
27+
If it seems like the`compilerPath` is not getting used, you can debug the issue via[enabling logging](Enabling%20logging.md).
28+
2329
##Extension version 0.16.1 and earlier:
2430

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp