From 1a3720cfb9d788b0de1e514cc99c4d936c5a8cc0 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sun, 18 Aug 2019 00:40:59 +0300 Subject: [PATCH] Ability to set "databaseFilename" for VSCode and C/C++ extension // Resolve #2825 --- HISTORY.rst | 1 + platformio/ide/tpls/vscode/.vscode/c_cpp_properties.json.tpl | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 6de3b758..9319c2a4 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -13,6 +13,7 @@ PlatformIO 4.0 * Do not shutdown PIO Home Server for "upgrade" operations (`issue #2784 `_) * Improved computing of project check sum (structure, configuration) and avoid unnecessary rebuilding * Improved printing of tabulated results +* Ability to set "databaseFilename" for VSCode and C/C++ extension (`issue #2825 `_) * Renamed "enable_ssl" setting to `strict_ssl `__ * Fixed an issue with incorrect escaping of Windows slashes when using `PIO Unified Debugger `__ and "piped" openOCD * Fixed an issue when "debug", "home", "run", and "test" commands were not shown in "platformio --help" CLI diff --git a/platformio/ide/tpls/vscode/.vscode/c_cpp_properties.json.tpl b/platformio/ide/tpls/vscode/.vscode/c_cpp_properties.json.tpl index 1658bcb4..23fef0eb 100644 --- a/platformio/ide/tpls/vscode/.vscode/c_cpp_properties.json.tpl +++ b/platformio/ide/tpls/vscode/.vscode/c_cpp_properties.json.tpl @@ -36,7 +36,6 @@ ], "browse": { "limitSymbolsToIncludedHeaders": true, - "databaseFilename": "${workspaceRoot}/.vscode/.browse.c_cpp.db", "path": [ % for include in cleaned_includes: "{{! _escape(include) }}",