From e65722262cf7cf46f34fbe398e46f43d393109fd Mon Sep 17 00:00:00 2001 From: Brian Daniels Date: Wed, 6 Mar 2019 11:30:14 -0600 Subject: [PATCH] Create template for missing generated vscode file This file was being dumped to the filesystem without going through the "gen_file" mechanism, thus it was missed when being zipped up. --- tools/export/vscode/c_cpp_properties.tmpl | 1 + 1 file changed, 1 insertion(+) create mode 100644 tools/export/vscode/c_cpp_properties.tmpl diff --git a/tools/export/vscode/c_cpp_properties.tmpl b/tools/export/vscode/c_cpp_properties.tmpl new file mode 100644 index 0000000000..e633d06f98 --- /dev/null +++ b/tools/export/vscode/c_cpp_properties.tmpl @@ -0,0 +1 @@ +{{cpp_props}}