summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/lib/lwrb/.vscode/c_cpp_properties.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/fluent-bit/lib/lwrb/.vscode/c_cpp_properties.json')
-rw-r--r--src/fluent-bit/lib/lwrb/.vscode/c_cpp_properties.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/fluent-bit/lib/lwrb/.vscode/c_cpp_properties.json b/src/fluent-bit/lib/lwrb/.vscode/c_cpp_properties.json
new file mode 100644
index 000000000..9768bc29f
--- /dev/null
+++ b/src/fluent-bit/lib/lwrb/.vscode/c_cpp_properties.json
@@ -0,0 +1,13 @@
+{
+ "version": 4,
+ "configurations": [
+ {
+ "name": "Win32",
+ "compilerPath": "c:\\msys64\\mingw64\\bin\\gcc.exe",
+ "cStandard": "gnu17",
+ "cppStandard": "gnu++14",
+ "intelliSenseMode": "windows-gcc-x86",
+ "configurationProvider": "ms-vscode.cmake-tools"
+ }
+ ]
+} \ No newline at end of file