diff options
Diffstat (limited to '.vscode/settings.json')
| -rw-r--r-- | .vscode/settings.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index a0539ff..14117e6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -15,6 +15,9 @@ "cmake.configureOnOpen": true, "cmake.ctest.testExplorerIntegrationEnabled": false, + "cmake.configureArgs": [ + "-DTURNS_USE_INSTALLED_TRANSLATIONS=OFF" + ], "C_Cpp.autoAddFileAssociations": false, }
\ No newline at end of file |
