no .vscode
parent
868474be3a
commit
720719753c
|
@ -2,6 +2,7 @@ default
|
|||
.art*.zip
|
||||
__pycache__
|
||||
.vs
|
||||
.vscode
|
||||
_deploy
|
||||
tools/steamcmd
|
||||
!tools/steamcmd/steamcmd.exe
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
{
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Win32",
|
||||
"includePath": [
|
||||
"${workspaceFolder}/**"
|
||||
],
|
||||
"windowsSdkVersion": "10.0.22621.0",
|
||||
"compilerPath": "cl.exe",
|
||||
"intelliSenseMode": "windows-msvc-x64",
|
||||
"defines": [
|
||||
"NDEBUG=1"
|
||||
]
|
||||
}
|
||||
],
|
||||
"version": 4
|
||||
}
|
|
@ -1,14 +0,0 @@
|
|||
{
|
||||
"dotnet.defaultSolution": "disable",
|
||||
"C_Cpp.errorSquiggles": "disabled",
|
||||
"files.associations": {
|
||||
"*.rc": "c",
|
||||
"*.tmsl": "hlsl",
|
||||
"*.gspec": "go",
|
||||
"fsm.h": "c",
|
||||
"v4k": "c"
|
||||
},
|
||||
"C_Cpp.default.defines": [
|
||||
"_WIN32"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue