This website works better with JavaScript.
Home
Explore
Help
Sign In
myitinos
/
HackTheGame-v001
Watch
1
Star
0
Fork
1
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
removed vscode folder
master
myitinos
5 years ago
parent
e7b8e12c85
commit
a959f34110
3 changed files
with
0 additions
and
35 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-16
.vscode/c_cpp_properties.json
+0
-7
.vscode/settings.json
+0
-12
.vscode/tasks.json
+ 0
- 16
.vscode/c_cpp_properties.json
View File
@ -1,16 +0,0 @@
{
"configurations"
:
[
{
"name"
:
"Linux"
,
"includePath"
:
[
"${workspaceFolder}/**"
]
,
"defines"
:
[
]
,
"compilerPath"
:
"/usr/bin/gcc"
,
"cStandard"
:
"c11"
,
"cppStandard"
:
"c++17"
,
"intelliSenseMode"
:
"clang-x64"
}
]
,
"version"
:
4
}
+ 0
- 7
.vscode/settings.json
View File
@ -1,7 +0,0 @@
{
"files.associations"
:
{
"limits"
:
"cpp"
,
"type_traits"
:
"cpp"
,
"ostream"
:
"cpp"
}
}
+ 0
- 12
.vscode/tasks.json
View File
@ -1,12 +0,0 @@
{
/
/
S
e
e
h
t
t
p
s
:
/
/
g
o
.
m
i
c
r
o
s
o
f
t
.
c
o
m
/
f
w
l
i
n
k
/
?
L
i
n
k
I
d
=
733558
/
/
f
o
r
t
h
e
d
o
c
u
m
e
n
t
a
t
i
o
n
a
b
o
u
t
t
h
e
t
a
s
k
s
.
j
s
o
n
f
o
r
m
a
t
"version"
:
"2.0.0"
,
"tasks"
:
[
{
"label"
:
"echo"
,
"type"
:
"shell"
,
"command"
:
"echo Hello"
}
]
}
Write
Preview
Loading…
Cancel
Save