Typo
parent
a5b1d5a13a
commit
e52d48abd7
|
@ -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"
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue