diff options
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/c_cpp_properties.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 18e0c6e..b7a0988 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -1,7 +1,7 @@ { "configurations": [ { - "name": "WSL", + "name": "Linux", "intelliSenseMode": "gcc-x64", "compilerPath": "/usr/bin/g++", "includePath": [ @@ -13,4 +13,4 @@ } ], "version": 4 -}
\ No newline at end of file +} |