CP-VSCode-Setup icon indicating copy to clipboard operation
CP-VSCode-Setup copied to clipboard

Issue with VS code Path

Open Rashi1710 opened this issue 3 years ago • 1 comments

while changing the path, new path in C_cppproperties is : "C:\msys64\mingw64\bin\gcc.exe" but it shows error in "cStandard": "gnu18" and after hovering over it says :

Version of the C language standard to use for IntelliSense. Note: GNU standards are only used to query the set compiler to get GNU defines, and IntelliSense will emulate the equivalent C standard version.

Value is not accepted. Valid values: "c89", "c99", "c11", "c17", "gnu89", "gnu99", "gnu11", "gnu17", "${default}".(1)

please reply soon! Thank You

Rashi1710 avatar Aug 06 '22 06:08 Rashi1710

yes, gnu18 is outdated, gnu17 is correct.

Termiiii avatar Nov 03 '23 08:11 Termiiii