|
41 | 41 | "c_cpp.configuration.commentContinuationPatterns.items.anyof.object.continue.description":"The text that will be inserted on the next line when Enter is pressed inside a multiline or single line comment block.", |
42 | 42 | "c_cpp.configuration.commentContinuationPatterns.description":"Defines the editor behavior for when the Enter key is pressed inside a multiline or single line comment block.", |
43 | 43 | "c_cpp.configuration.configurationWarnings.description":"Determines whether pop up notifications will be shown when a configuration provider extension is unable to provide a configuration for a source file.", |
44 | | -"c_cpp.configuration.intelliSenseCachePath.description":"Defines the folder path for cached precompiled headers used by IntelliSense. The default cache path is\"%LocalAppData%/Microsoft/vscode-cpptools\" on Windows and\"~/.vscode-cpptools\"on Linuxand Mac. The default path will be used if no path is specified or if a specified path is invalid.", |
| 44 | +"c_cpp.configuration.intelliSenseCachePath.description":"Defines the folder path for cached precompiled headers used by IntelliSense. The default cache path is\"%LocalAppData%/Microsoft/vscode-cpptools\" on Windows,\"$XDG_CACHE_HOME/vscode-cpptools/\" on Linux (or\"~/.cache/vscode-cpptools/\"if XDG_CACHE_HOME is not defined),and\"~/Library/Caches/vscode-cpptools/\" on Mac. The default path will be used if no path is specified or if a specified path is invalid.", |
45 | 45 | "c_cpp.configuration.intelliSenseCacheSize.description":"Maximum size of the per-workspace hard drive space in megabytes for cached precompiled headers; the actual usage may fluctuate around this value. The default size is 5120 MB. Precompiled header caching is disabled when the size is 0.", |
46 | 46 | "c_cpp.configuration.default.includePath.description":"The value to use in a configuration if\"includePath\" is not specified, or the values to insert if\"${default}\" is present in\"includePath\".", |
47 | 47 | "c_cpp.configuration.default.defines.description":"The value to use in a configuration if\"defines\" is not specified, or the values to insert if\"${default}\" is present in\"defines\".", |
|