mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
VSCode IntelliSense config: Typo fix with useless bracket
This commit is contained in:
@ -37,7 +37,7 @@
|
||||
"databaseFilename": "${workspaceRoot}/.vscode/.browse.c_cpp.db",
|
||||
"path": [
|
||||
% for include in cleaned_includes:
|
||||
"{{! _escape(include) }}}",
|
||||
"{{! _escape(include) }}",
|
||||
% end
|
||||
""
|
||||
]
|
||||
|
Reference in New Issue
Block a user