diff --git a/doc/source/module_development.md b/doc/source/module_development.md index 25ec8bd4..d951e26e 100644 --- a/doc/source/module_development.md +++ b/doc/source/module_development.md @@ -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" ```