mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
VSCode: added 64-bit configurations
They merely for IntelliSense, re-labelling 32-bit ones is sufficient.
This commit is contained in:
8
.vscode/c_cpp_properties.json
vendored
8
.vscode/c_cpp_properties.json
vendored
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"configurations": [
|
||||
{
|
||||
"name": "SDL1 Debug Win32",
|
||||
"name": "SDL1 Debug Win32/Win64",
|
||||
"browse": {
|
||||
"path": [
|
||||
"${workspaceFolder}"
|
||||
@@ -41,7 +41,7 @@
|
||||
"intelliSenseMode": "msvc-x64"
|
||||
},
|
||||
{
|
||||
"name": "SDL1 Release Win32",
|
||||
"name": "SDL1 Release Win32/Win64",
|
||||
"browse": {
|
||||
"path": [
|
||||
"${workspaceFolder}"
|
||||
@@ -80,7 +80,7 @@
|
||||
"intelliSenseMode": "msvc-x64"
|
||||
},
|
||||
{
|
||||
"name": "SDL2 Debug Win32",
|
||||
"name": "SDL2 Debug Win32/Win64",
|
||||
"browse": {
|
||||
"path": [
|
||||
"${workspaceFolder}"
|
||||
@@ -120,7 +120,7 @@
|
||||
"intelliSenseMode": "msvc-x64"
|
||||
},
|
||||
{
|
||||
"name": "SDL2 Release Win32",
|
||||
"name": "SDL2 Release Win32/Win64",
|
||||
"browse": {
|
||||
"path": [
|
||||
"${workspaceFolder}"
|
||||
|
Reference in New Issue
Block a user