Change VSCode to use Ninja instead of make

This commit is contained in:
intns 2024-02-28 15:46:02 +00:00
parent cbf274ce1d
commit 018f1cfc05

2
.vscode/launch.json vendored
View File

@ -8,7 +8,7 @@
"name": "F5 Anything: Custom Command",
"type": "f5anything",
"request": "launch",
"command": "make -j"
"command": "ninja"
}
]
}