diff options
| author | Alee <Alee14498@gmail.com> | 2019-01-29 16:40:33 -0500 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-01-29 16:40:33 -0500 |
| commit | beb447db2ffe03728d5ded11768e5f7fd5a2dc75 (patch) | |
| tree | 9d977dc99269fd27bed2fb11b18affc58e2ff77f /.vscode/c_cpp_properties.json | |
| parent | 1ca25b55458d6c68ce15d4afaf10ae1f7b093568 (diff) | |
| download | Project-Xeon-beb447db2ffe03728d5ded11768e5f7fd5a2dc75.tar.gz Project-Xeon-beb447db2ffe03728d5ded11768e5f7fd5a2dc75.tar.bz2 Project-Xeon-beb447db2ffe03728d5ded11768e5f7fd5a2dc75.zip | |
added JSON (alpha)
Diffstat (limited to '.vscode/c_cpp_properties.json')
| -rw-r--r-- | .vscode/c_cpp_properties.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 180ed08..f4b0568 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -3,7 +3,7 @@ { "name": "Win32", "includePath": [ - "${workspaceFolder}/**" + "${workspaceFolder}" ], "defines": [ "_DEBUG", |
