Skip to content

Commit a7a9847

Browse files
sciencewhizgithub-actions
andauthored
Update VSCode RLIs for 2025.1.1 (#2900)
* Update VSCode RLIs for 2025.1.1 --------- Co-authored-by: github-actions <[email protected]>
1 parent f230925 commit a7a9847

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/inspector.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
{
1919
"baseUrl": "https://raw.githubusercontent.com/wpilibsuite/vscode-wpilib/",
2020
"versionScheme": "v\\d{4}\\.\\d\\.\\d(?:-(?:alpha|beta)-\\d)?|[0-9a-f]{40}",
21-
"latestVersion": "v2025.1.1-beta-3"
21+
"latestVersion": "v2025.1.1"
2222
},
2323
{
2424
"baseUrl": "https://raw.githubusercontent.com/wpilibsuite/StandaloneAppSamples/",

source/docs/romi-robot/programming-romi.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ One aspect where a Romi project differs from a regular FRC robot project is that
3434

3535
To run a Romi program, first, ensure that your Romi is powered on. Next, connect to the ``WPILibPi-<number>`` WiFi network broadcast by the Romi. If you changed the Romi network settings (for example, to connect it to your own WiFi network) you may change the IP address that your program uses to connect to the Romi. To do this, open the ``build.gradle`` file and update the ``wpi.sim.envVar`` line to the appropriate IP address.
3636

37-
.. rli:: https://raw.githubusercontent.com/wpilibsuite/vscode-wpilib/v2025.1.1-beta-3/vscode-wpilib/resources/gradle/javaromi/build.gradle
37+
.. rli:: https://raw.githubusercontent.com/wpilibsuite/vscode-wpilib/v2025.1.1/vscode-wpilib/resources/gradle/javaromi/build.gradle
3838
:language: groovy
3939
:lines: 44-47
4040
:lineno-match:

source/docs/software/advanced-gradlerio/profiling-with-visualvm.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To begin, [download VisualVM](https://visualvm.github.io/download.html) and unpa
1010

1111
GradleRIO supports passing JVM launch arguments, and this is what is necessary to enable remote debugging. Remote debugging is a feature that allows a local machine (such as the user's desktop) to view important information about a remote target (in our case, a roboRIO). To begin, locate the ``frcJava`` code block located in the projects ``build.gradle``. Below is what is looks like.
1212

13-
.. rli:: https://raw.githubusercontent.com/wpilibsuite/vscode-wpilib/v2025.1.1-beta-3/vscode-wpilib/resources/gradle/java/build.gradle
13+
.. rli:: https://raw.githubusercontent.com/wpilibsuite/vscode-wpilib/v2025.1.1/vscode-wpilib/resources/gradle/java/build.gradle
1414
:language: groovy
1515
:lines: 15-42
1616
:lineno-match:

source/docs/software/basic-programming/java-gc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ All objects in Java are retained in a section of memory called the *heap*. As ob
3333

3434
Since ``OutOfMemoryError``\ s both crash the program and are a common reason to want a heap dump, the JVM can be configured to automatically take a heap dump the moment an ``OutOfMemoryError`` is caught by the JVM. To configure these options, locate the ``frcJava`` code block in your project's ``build.gradle``:
3535

36-
.. rli:: https://raw.githubusercontent.com/wpilibsuite/vscode-wpilib/v2025.1.1-beta-3/vscode-wpilib/resources/gradle/java/build.gradle
36+
.. rli:: https://raw.githubusercontent.com/wpilibsuite/vscode-wpilib/v2025.1.1/vscode-wpilib/resources/gradle/java/build.gradle
3737
:language: groovy
3838
:lines: 15-42
3939
:lineno-match:

source/docs/software/wpilib-tools/robot-simulation/unit-testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ For more advanced usage of JUnit and Google Test, see the framework docs.
7070

7171
For Java tests to run, make sure that your ``build.gradle`` file contains the following block:
7272

73-
.. rli:: https://raw.githubusercontent.com/wpilibsuite/vscode-wpilib/v2025.1.1-beta-3/vscode-wpilib/resources/gradle/java/build.gradle
73+
.. rli:: https://raw.githubusercontent.com/wpilibsuite/vscode-wpilib/v2025.1.1/vscode-wpilib/resources/gradle/java/build.gradle
7474
:language: groovy
7575
:lines: 77-80
7676
:lineno-match:

source/docs/xrp-robot/programming-xrp.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ One aspect where an XRP project differs from a regular FRC robot project is that
3434

3535
To run an XRP program, first, ensure that your XRP is powered on. Next, connect to ``XRP-<IDENT>`` WiFi network broadcast by the XRP. If you changed the XRP network settings (for example, to connect it to your own network), you may change the IP address that your program uses to connect to the XRP. To do this, open the ``build.gradle`` file and update the ``wpi.sim.envVar`` line to the appropriate IP address.
3636

37-
.. rli:: https://raw.githubusercontent.com/wpilibsuite/vscode-wpilib/v2025.1.1-beta-3/vscode-wpilib/resources/gradle/javaxrp/build.gradle
37+
.. rli:: https://raw.githubusercontent.com/wpilibsuite/vscode-wpilib/v2025.1.1/vscode-wpilib/resources/gradle/javaxrp/build.gradle
3838
:language: groovy
3939
:lines: 44-47
4040
:lineno-match:

0 commit comments

Comments
 (0)