mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[examples] Update command template names with v2 to disambiguate (NFC) (#8875)
Partially addresses wpilibsuite/vscode-wpilib#876
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
"commandversion": 0
|
||||
},
|
||||
{
|
||||
"name": "Command",
|
||||
"name": "Command (v2)",
|
||||
"description": "A command.",
|
||||
"tags": [
|
||||
"command"
|
||||
@@ -32,7 +32,7 @@
|
||||
"commandversion": 2
|
||||
},
|
||||
{
|
||||
"name": "InstantCommand",
|
||||
"name": "InstantCommand (v2)",
|
||||
"description": "A command that finishes instantly.",
|
||||
"tags": [
|
||||
"instantcommand"
|
||||
@@ -48,7 +48,7 @@
|
||||
"commandversion": 2
|
||||
},
|
||||
{
|
||||
"name": "ParallelCommandGroup",
|
||||
"name": "ParallelCommandGroup (v2)",
|
||||
"description": "A command group that runs commands in parallel, ending when all commands have finished.",
|
||||
"tags": [
|
||||
"parallelcommandgroup"
|
||||
@@ -64,7 +64,7 @@
|
||||
"commandversion": 2
|
||||
},
|
||||
{
|
||||
"name": "ParallelDeadlineGroup",
|
||||
"name": "ParallelDeadlineGroup (v2)",
|
||||
"description": "A command group that runs commands in parallel, ending when a specific command has finished.",
|
||||
"tags": [
|
||||
"paralleldeadlinegroup"
|
||||
@@ -80,7 +80,7 @@
|
||||
"commandversion": 2
|
||||
},
|
||||
{
|
||||
"name": "ParallelRaceGroup",
|
||||
"name": "ParallelRaceGroup (v2)",
|
||||
"description": "A command that runs commands in parallel, ending as soon as any command has finished.",
|
||||
"tags": [
|
||||
"parallelracegroup"
|
||||
@@ -96,7 +96,7 @@
|
||||
"commandversion": 2
|
||||
},
|
||||
{
|
||||
"name": "SequentialCommandGroup",
|
||||
"name": "SequentialCommandGroup (v2)",
|
||||
"description": "A command group that runs commands in sequence.",
|
||||
"tags": [
|
||||
"sequentialcommandgroup"
|
||||
@@ -112,7 +112,7 @@
|
||||
"commandversion": 2
|
||||
},
|
||||
{
|
||||
"name": "Subsystem",
|
||||
"name": "Subsystem (v2)",
|
||||
"description": "A robot subsystem.",
|
||||
"tags": [
|
||||
"subsystem"
|
||||
|
||||
Reference in New Issue
Block a user