From c8e4c9f22678a3761c7d1fa32b9ff1cb9c02f626 Mon Sep 17 00:00:00 2001 From: Francis Williams Date: Wed, 13 Sep 2023 12:40:29 -0400 Subject: [PATCH] vscode --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 2eaa141..24f9288 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -85,5 +85,6 @@ "python.linting.pylintEnabled": true, "cmake.environment": { "PATH": "${env:CONDA_PREFIX}/envs/point_cloud_utils/bin:${env:PATH}" - } + }, + "cmake.configureOnOpen": false } \ No newline at end of file