I have an accent in my first name (é). This makes my user path containing an invalid character to build using make. This itself is not the issue, but it led me to override the VSCODE EXTENSIONS path to a fixed directory on my machine.
When I download the extension tooling (ctrl+shift+p + "stm32: install all the build tools for the STM32 for VSCode") it download the tooling into C:\USERS\JEAN-SÉBASTIENBREAUL\APPDATA\ROAMING\CODE\USER\GLOBALSTORAGE\BMD.STM32-FOR-VSCODE\ which is an invalid path when I run Make.
Is there a way to force the extension to use another directory for the tooling payloads? Or maybe use the Extensions directory configured from VS Code?
Hi,
I have an accent in my first name (é). This makes my user path containing an invalid character to build using make. This itself is not the issue, but it led me to override the VSCODE EXTENSIONS path to a fixed directory on my machine.
When I download the extension tooling (ctrl+shift+p + "stm32: install all the build tools for the STM32 for VSCode") it download the tooling into
C:\USERS\JEAN-SÉBASTIENBREAUL\APPDATA\ROAMING\CODE\USER\GLOBALSTORAGE\BMD.STM32-FOR-VSCODE\
which is an invalid path when I run Make.Is there a way to force the extension to use another directory for the tooling payloads? Or maybe use the Extensions directory configured from VS Code?
Thanks,