File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -31,4 +31,6 @@ examples_tests/tmp/*
31
31
android-sample /bin /*
32
32
.vs /*
33
33
* /.vs /*
34
+ __pycache__ /*
35
+ * /__pycache__ /*
34
36
* .pyc
Original file line number Diff line number Diff line change @@ -719,6 +719,7 @@ function(nbl_project_handle_json_config)
719
719
NBL_JSON_UPDATE_RELATIVE_REFERENCE_FILEPATH ("${_NBL_JSON_CONFIG_FILEPATH_} " _NBL_GEN_JSON_TOP_CONFIG_CONTENT_ "${_NBL_JSON_TOP_CONFIG_CONTENT_} " scriptPath )
720
720
721
721
configure_file ("${NBL_PYTHON_FRAMEWORK_VS_LAUNCH_JSON_ABS} " "${NBL_TEMPLATE_JSON_DIR} /.vscode/launch.json" @ONLY )
722
+ configure_file ("${NBL_PYTHON_FRAMEWORK_VS_SETTINGS_JSON_ABS} " "${NBL_TEMPLATE_JSON_DIR} /.vscode/settings.json" @ONLY )
722
723
723
724
target_sources (${EXECUTABLE_NAME} PUBLIC "${NBL_RUNALLTESTS_SCRIPT_FILEPATH} " )
724
725
source_group ("${NBL_PFT_SOURCE_GROUP_NAME} /target" FILES "${NBL_RUNALLTESTS_SCRIPT_FILEPATH} " )
You can’t perform that action at this time.
0 commit comments