From 2901e1c2214ca05955581ce5cfc1e160fdd3def8 Mon Sep 17 00:00:00 2001 From: sciencewhiz Date: Fri, 10 Jan 2025 08:36:25 -0800 Subject: [PATCH] Add note about VS Code Settings Sync (#2928) --- source/docs/zero-to-robot/step-2/wpilib-setup.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/docs/zero-to-robot/step-2/wpilib-setup.rst b/source/docs/zero-to-robot/step-2/wpilib-setup.rst index 568fac346a..9c2f54eea4 100644 --- a/source/docs/zero-to-robot/step-2/wpilib-setup.rst +++ b/source/docs/zero-to-robot/step-2/wpilib-setup.rst @@ -202,6 +202,9 @@ The Offline Installer installs the following components: - **Documentation** - Offline copies of this frc-docs documentation and Java/C++/Python APIs +.. note:: It's not recommended to use the VS Code Backup and Settings Sync feature to sync settings between a regular VS Code installation and the FRC VS Code installation. This could lead to either installation being broken. + + ## Uninstalling WPILib is designed to install to different folders for different years, so that it is not necessary to uninstall a previous version before installing this year's WPILib. However, the following instructions can be used to uninstall WPILib if desired.