master
Marc Gilleron 2021-05-29 19:06:26 +01:00
parent a5b1d5a13a
commit e52d48abd7
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ In VSCode, the cpp-tools extension supports Natvis files. Godot comes with such
```
Unfortunately, only one file can be provided at the moment. [An issue is open](https://github.com/Microsoft/vscode-cpptools/issues/925) to request support for multiple files.
That means if you also want pretty-printing for structures of the voxel module, you have to replace the natvis path to the following:
That means if you also want pretty-printing for structures of the voxel module, you have to replace the natvis path with the following:
```json
"visualizerFile": "${workspaceFolder}/modules/voxel/voxel.natvis"
```