mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-28 15:34:31 +00:00
chore(vscode): rename preLaunchTask from launch-qemu to QEMU
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
parent
84298fc4eb
commit
9bffe3e013
10
.vscode/launch.json
vendored
10
.vscode/launch.json
vendored
@ -32,7 +32,7 @@
|
|||||||
"text": "source ${workspaceFolder}/../tools/.gdbinit"
|
"text": "source ${workspaceFolder}/../tools/.gdbinit"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"preLaunchTask": "launch-qemu"
|
"preLaunchTask": "QEMU"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Debug Kernel (x86)",
|
"name": "Debug Kernel (x86)",
|
||||||
@ -65,7 +65,7 @@
|
|||||||
"text": "source ${workspaceFolder}/../tools/.gdbinit"
|
"text": "source ${workspaceFolder}/../tools/.gdbinit"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"preLaunchTask": "launch-qemu"
|
"preLaunchTask": "QEMU"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Debug Kernel (arm64)",
|
"name": "Debug Kernel (arm64)",
|
||||||
@ -98,7 +98,7 @@
|
|||||||
"text": "source ${workspaceFolder}/../tools/.gdbinit"
|
"text": "source ${workspaceFolder}/../tools/.gdbinit"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"preLaunchTask": "launch-qemu"
|
"preLaunchTask": "QEMU"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Debug Kernel (arm)",
|
"name": "Debug Kernel (arm)",
|
||||||
@ -131,7 +131,7 @@
|
|||||||
"text": "source ${workspaceFolder}/../tools/.gdbinit"
|
"text": "source ${workspaceFolder}/../tools/.gdbinit"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"preLaunchTask": "launch-qemu"
|
"preLaunchTask": "QEMU"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "gdb",
|
"type": "gdb",
|
||||||
@ -149,7 +149,7 @@
|
|||||||
],
|
],
|
||||||
"internalConsoleOptions": "neverOpen",
|
"internalConsoleOptions": "neverOpen",
|
||||||
"printCalls": false,
|
"printCalls": false,
|
||||||
"preLaunchTask": "launch-qemu"
|
"preLaunchTask": "QEMU"
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
@ -124,7 +124,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "launch-qemu",
|
"label": "QEMU",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "make",
|
"command": "make",
|
||||||
"args": [
|
"args": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user