mirror of
https://github.com/projectPiki/pikmin2.git
synced 2024-11-27 15:20:37 +00:00
14 lines
383 B
JSON
14 lines
383 B
JSON
{
|
|
// Use IntelliSense to learn about possible attributes.
|
|
// Hover to view descriptions of existing attributes.
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "F5 Anything: Custom Command",
|
|
"type": "f5anything",
|
|
"request": "launch",
|
|
"command": "ninja"
|
|
}
|
|
]
|
|
} |