Skip to content

Commit efc5356

Browse files
committed
tidy up some rogue .gitignore files, update vscode settings
1 parent 7ff9d0a commit efc5356

File tree

5 files changed

+24
-69
lines changed

5 files changed

+24
-69
lines changed

.vscode/c_cpp_properties.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"configurations": [
3+
{
4+
"name": "Mac",
5+
"includePath": [
6+
"${workspaceFolder}/Source/**"
7+
],
8+
"defines": [],
9+
"macFrameworkPath": [
10+
"/System/Library/Frameworks",
11+
"/Library/Frameworks"
12+
],
13+
"compilerPath": "/usr/bin/clang",
14+
"cStandard": "c11",
15+
"cppStandard": "c++17",
16+
"intelliSenseMode": "clang-x64"
17+
}
18+
],
19+
"version": 4
20+
}

.vscode/tasks.json

Lines changed: 4 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"windows": {
1818
"args": [
19-
"vs2015"
19+
"vs2017"
2020
],
2121
"command": ".\\premake.bat"
2222
}
@@ -30,41 +30,9 @@
3030
"panel": "new"
3131
},
3232
"args": [
33-
"config=debug_x64"
34-
],
35-
"problemMatcher": {
36-
"owner": "cpp",
37-
"fileLocation": [
38-
"relative",
39-
"${workspaceRoot}"
40-
],
41-
"pattern": {
42-
"regexp": "^(.*):(\\d+):(\\d+):\\s+(warning|error):\\s+(.*)$",
43-
"file": 1,
44-
"line": 2,
45-
"column": 3,
46-
"severity": 4,
47-
"message": 5
48-
}
49-
},
50-
"group": {
51-
"kind": "build",
52-
"isDefault": true
53-
},
54-
"windows": {
55-
"command": "make.cmd"
56-
}
57-
},
58-
{
59-
"label": "Build All",
60-
"type": "shell",
61-
"command": "make",
62-
"presentation": {
63-
"reveal": "always",
64-
"panel": "new"
65-
},
66-
"args": [
67-
"all"
33+
"-C",
34+
"Build",
35+
"config=debug"
6836
],
6937
"problemMatcher": {
7038
"owner": "cpp",

Source/Foundation/.gitignore

Lines changed: 0 additions & 11 deletions
This file was deleted.

Source/Platform/.gitignore

Lines changed: 0 additions & 11 deletions
This file was deleted.

Source/Reflect/.gitignore

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)