From 3bd3984e92fdfb529c37b31c6f0570abab1ed54e Mon Sep 17 00:00:00 2001 From: WlodekM Date: Fri, 14 Feb 2025 19:12:47 +0200 Subject: initial commit; beginning work on smolsh --- .vscode/c_cpp_properties.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .vscode/c_cpp_properties.json (limited to '.vscode') diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json new file mode 100644 index 0000000..4039bef --- /dev/null +++ b/.vscode/c_cpp_properties.json @@ -0,0 +1,16 @@ +{ + "configurations": [ + { + "name": "Linux", + "includePath": [ + "${workspaceFolder}/**" + ], + "defines": [], + "compilerPath": "/usr/bin/gcc", + "cStandard": "c17", + "cppStandard": "gnu++17", + "intelliSenseMode": "linux-gcc-x64" + } + ], + "version": 4 +} \ No newline at end of file -- cgit 1.4.1-2-gfad0