Hi!
I really like VSCode’s snippets and would like to create a set of “private” ones that allows me to create common (for me) logging structures, functions (like “Enter DFU mode”), etc.
I found out that the Particle Workbench “global” snippets reside in:
~/.vscode/extensions/particle.particle-vscode-snippets-1.0.0-alpha.7/snippets/cpp_snippets.json
Is there a way to create my own cpp_snippets.json in a path that belongs “privately” to a single project so it’s not overwritten (resp. does not interfere with the global one) during an upgrade to the next beta/version?
I’ve already searched the MS VSCode docs but didn’t find an answer there :-o
Thanks in advance for your help!
Regards,
Max