te0
te0
do you know why doesn't Intellisense work in the STM32 VS Code extension?
Hmm, that's the modified content of that file :
{
"version": 4,
"configurations":
[
{
"includePath": [
"${workspaceFolder}/Core/Inc",
"${workspaceFolder}/Drivers/STM32F7xx_HAL_Driver/Inc",
"${workspaceFolder}/Drivers/CMSIS/Device/ST/STM32F7xx/Include",
"${workspaceFolder}/Drivers/CMSIS/Include"
],
"name": "STM32",
"configurationProvider": "ms-vscode.cmake-tools",
"intelliSenseMode": "${default}",
"defines": [
"STM32F4xx",
"USE_HAL_DRIVER",
"STM32F756xx"
]
}
]
}
{
"version": 4,
"configurations":
[
{
"includePath": [
"${workspaceFolder}/Core/Inc",
"${workspaceFolder}/Drivers/STM32F7xx_HAL_Driver/Inc",
"${workspaceFolder}/Drivers/CMSIS/Device/ST/STM32F7xx/Include",
"${workspaceFolder}/Drivers/CMSIS/Include"
],
"name": "STM32",
"configurationProvider": "ms-vscode.cmake-tools",
"intelliSenseMode": "${default}",
"defines": [
"STM32F4xx",
"USE_HAL_DRIVER",
"STM32F756xx"
]
}
]
}
6 replies