fips
fips copied to clipboard
VS Code does not automatically parse .natvis files
In Code you need to specify which .natvis files you want to use by specifying the "visualizerFile" setting in launch.json
This does require the 'vscode-cpptools' extension, but I'm assuming you'd need that anyways to do pretty much anything.
Is this anything that fips should setup automatically? Considering the launch file is auto-generated by fips anyways.