You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/docs/software/vscode-overview/3rd-party-libraries.rst
+27-21Lines changed: 27 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,33 @@ The ``vendordep`` gradle task can also fetch vendordep JSONs from the user ``wpi
78
78
Libraries
79
79
---------
80
80
81
+
WPILib Libraries
82
+
^^^^^^^^^^^^^^^^
83
+
84
+
Command Library
85
+
~~~~~~~~~~~~~~~
86
+
87
+
The WPILib :doc:`command library </docs/software/commandbased/index>` has been split into a vendor library. It is installed by the WPILib installer for offline installation. It may also be installed with the following online link:
Click these links to visit the vendor site to see whether they offer online installers, offline installers, or both. URLs below are to plug in to the :guilabel:`VS Code` -> :guilabel:`Install New Libraries (online)` feature.
82
109
83
110
`2023 CTRE Phoenix Framework <https://store.ctr-electronics.com/software/>`__ - Contains CANcoder, CANifier, CANdle, Pigeon IMU, Pigeon 2.0, Talon FX, Talon SRX, and Victor SPX Libraries and Phoenix Tuner program for configuring CTRE CAN devices
@@ -112,25 +139,4 @@ Community Libraries
112
139
`PathPlanner <https://github.com/mjansen4857/pathplanner/wiki>`_ - Library for PathPlanner
The WPILib :doc:`new </docs/software/commandbased/index>` command library has been split into a vendor library. It is installed by the WPILib installer for offline installation. It may also be installed with the following online link:
To remove a library dependency from a project, select **Manage Current Libraries** from the **Manage Vendor Libraries** menu, check the box for any libraries to uninstall and click OK. These libraries will be removed as dependencies from the project.
123
-
124
-
Romi Library
125
-
~~~~~~~~~~~~
126
-
127
-
A Romi Library has been created to contain several helper classes that are a part of the ``RomiReference`` example.
0 commit comments