Cleaned .vscode folder
- Removed settings.json from appearing as it only contains file accosiations - Updated config to have one global instead of one for Linux and Windows each as they were identical
This commit is contained in:
11
.gitignore
vendored
11
.gitignore
vendored
@@ -1,11 +1,12 @@
|
|||||||
# CMake output directory #
|
# Visual studio directory (all uneeded) #
|
||||||
out/
|
|
||||||
|
|
||||||
# Visual studio directory #
|
|
||||||
.vs/
|
.vs/
|
||||||
|
|
||||||
# VSC and manual build folders #
|
# Uneeded autogenerated VSCode files #
|
||||||
|
.vscode/settings.json
|
||||||
|
|
||||||
|
# Build folders (different depending on IDE) #
|
||||||
build/
|
build/
|
||||||
|
out/
|
||||||
|
|
||||||
# Excludes binary outputs in root dir #
|
# Excludes binary outputs in root dir #
|
||||||
*.exe
|
*.exe
|
||||||
|
|||||||
12
.vscode/c_cpp_properties.json
vendored
12
.vscode/c_cpp_properties.json
vendored
@@ -3,17 +3,7 @@
|
|||||||
|
|
||||||
"configurations": [
|
"configurations": [
|
||||||
{
|
{
|
||||||
"name": "Linux",
|
"name": "Default",
|
||||||
|
|
||||||
"includePath":
|
|
||||||
[
|
|
||||||
"${workspaceFolder}/**"
|
|
||||||
],
|
|
||||||
|
|
||||||
"cppStandard": "c++20"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Windows",
|
|
||||||
|
|
||||||
"includePath":
|
"includePath":
|
||||||
[
|
[
|
||||||
|
|||||||
Reference in New Issue
Block a user