Matheus Castello
67eea35d8f
Add dotconfig property for c_cpp_properties.json ( #7845 )
...
* Add dotConfig property for c_cpp_properties.json
2022-02-15 10:15:38 -08:00
Thomas Willson
a62acdb5a5
Allow merge of C_Cpp_Properties & configuration provider. ( #8174 )
...
* Allow merge of C_Cpp_Properties & configuration provider.
2021-10-04 17:28:41 -07:00
Sean McManus
05b0934e79
Update loc hints. Modify one string. ( #8153 )
...
* Update loc hints. Other string fixes.
2021-09-14 18:43:51 -07:00
Sean McManus
f28b78931d
Fix string. ( #8145 )
2021-09-13 11:03:41 -07:00
Sean McManus
88040d5d35
String/settings fixes ( #8129 )
...
* Fix strings, settings, etc.
* Add hints. Fix settings bug.
* Fix typos.
* Fix failure with GenerateOptionsSchema.
2021-09-10 15:55:51 -07:00
Elaheh Rashedi
e86fd97d71
add ${execpath} and ${pathSeparator} ( #8077 )
2021-08-31 12:22:01 -07:00
Colen Garoutte-Carson
6610004132
Add support for localization hints in schema files ( #8016 )
2021-08-23 12:25:03 -07:00
Michelle Matias
6514d98b2c
Clarify legacy IntelliSense modes in description ( #6929 )
2021-02-08 13:07:51 -08:00
Michelle Matias
46e6b87d13
Add triplet IntelliSense modes to support cross-compilation ( #6745 )
2021-01-13 15:05:30 -08:00
Colen Garoutte-Carson
659cc18243
Corrected some missed occurances of gnu18 -> gnu17 ( #6284 )
2020-10-08 17:49:34 -07:00
Colen Garoutte-Carson
9c835e5370
Add logging/warnings when compile probing alters explicit user configuration details ( #6180 )
2020-09-28 17:26:34 -07:00
Elaheh Rashedi
4ab525fd51
Adding the defaultFolder to the configuration.includePath ( #5989 )
...
* update description
* change UI description (match with Docs description)
2020-08-21 12:29:15 -07:00
Elaheh Rashedi
ca72441372
Improve the description of the browse.path setting ( #5974 )
...
* change definition of browse.path
2020-08-17 12:58:07 -07:00
Sean McManus
3a5a00bab4
Edit customConfigurationVariables description.
2020-06-15 15:02:24 -07:00
bugengine
1942a701bf
Added system to store and query properties from the active C/C++ configuration ( #5453 )
...
* Added system to store and query properties from the active C/C++ configuration
Co-authored-by: yngwe@farnsworth <yngwe@farnsworth>
Co-authored-by: yngwe@bender <yngwe@bender>
2020-06-15 14:50:38 -07:00
Michelle Matias
552c86c98b
Add ARM IntelliSenseMode options to default settings ( #5423 )
2020-05-06 17:02:12 -07:00
Michelle Matias
50a82baaff
Add GNU standards and C18 standard for querying compiler ( #5321 )
2020-04-29 13:10:22 -07:00
Michelle Matias
a037a70449
Add ARM IntelliSenseModes ( #5250 )
2020-04-06 17:35:48 -07:00
Jorge Reyes Paniagua
41893b049d
Add support for x86 architecture ( #4005 )
...
* add 32 bit architecture files
* add the option for 32 bit architectures
* changes on Intellisense mode description
2019-08-08 10:06:31 -07:00
Michelle Matias
b608921b9d
Add IntelliSense configuration property: compilerArgs ( #3950 )
2019-08-06 15:26:18 -07:00
Jorge Reyes Paniagua
3faaca14c0
Add c++20 to enums ( #3905 )
...
* Add c++20 to enums
* update msvc version in json files
2019-07-15 14:47:00 -07:00
Karsten Thoms
1d82458a3a
Fix typo in intelliSenseMode description ( #3682 )
2019-05-23 15:54:53 -07:00
Sean McManus
34d8874754
Seanmcm/disable cpp squiggles ( #3405 )
...
* Add enableConfigurationSquiggles.
2019-04-03 16:42:44 -07:00
Bob Brown
79f8262d26
show squiggles when invalid properties are added to the c_cpp_properties.json file ( #3283 )
2019-03-12 16:58:30 -07:00
Gabriel Arjones
c206a4b88c
Add support for 'workspaceFolderBasename' expansion ( #2491 ) ( #2495 )
2018-09-07 15:06:08 -07:00
Sean McManus
3a46f10d97
Add gcc-x64 intelliSenseMode. ( #2315 )
...
* Add gcc-x64 intelliSenseMode.
2018-08-02 13:53:19 -07:00
Sean McManus
879d880c82
Seanmcm/windows sdk version ( #2241 )
...
* Add windowsSDKVersion.
2018-07-10 15:57:03 -07:00
Bob Brown
d403c8f984
Polishing the custom configuration provider experience ( #2188 )
2018-06-26 13:10:49 -07:00
jogo-
2ded5b241e
Fix typo in c_cpp_properties.schema.json ( #1945 )
2018-05-07 10:40:56 -07:00
Bob Brown
58cfb5ee10
add support for custom variables ( #1921 )
...
* add support for custom variables
* support for string[] variables
* rename "variables" to "env"
2018-05-04 20:18:42 -07:00
Bob Brown
6faac1071f
Fixing issues found while testing settings changes ( #1865 )
...
* Fixing issues found while testing settings changes
* missed a property in the schema
* additional safety around config updates
2018-04-23 14:13:34 -07:00
Bob Brown
f5a2192235
update documentation ( #1710 )
2018-03-20 17:14:56 -07:00
Sean McManus
c68ad37d98
Seanmcm/change compiler path comments ( #1688 )
...
* Modify compilerPath description.
* Modification.
2018-03-15 13:04:29 -07:00
Sean McManus
bd181c3b8f
add compilerPath, cStandard, and cppStandard settings, fix inactive region deletion bug ( #1549 )
...
* Add compilerPath setting.
* Add code to query the default compiler.
* Add cStandard and cppStandard settings.
* Fix bug with inactive region deletion.
2018-03-02 16:29:27 -08:00
Bob Brown
00f70aed7c
add support for force includes in c_cpp_properties.json ( #1630 )
2018-03-02 15:11:00 -08:00
Pierson Lee (PIE)
b36642e5dc
Move extension code to github.
...
* Update LICENSE file and license headers
U
2017-12-28 13:55:35 -08:00