From e52d48abd79035ea89bf66a9e233d0e130c4b889 Mon Sep 17 00:00:00 2001 From: Marc Gilleron Date: Sat, 29 May 2021 19:06:26 +0100 Subject: [PATCH] Typo --- doc/source/module_development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ```