Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fd13044

Browse files
authored
Electron 38.5.0, copilot-language-server 1.389.0 (#16616)
* update to latest electron 38 and copilot-language-server * update lockfile
1 parent 320fff6 commit fd13044

File tree

6 files changed

+194
-149
lines changed

6 files changed

+194
-149
lines changed

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
- (#rstudio-pro/9386): Fixed an issue where server fonts could not be used in load-balanced Workbench configurations
6060

6161
### Dependencies
62-
- Copilot Language Server 1.387.0
62+
- Copilot Language Server 1.389.0
6363
- Electron 38.3.0
6464
- Copilot Language Server 1.381.0
65-
- Electron 38.4.0
65+
- Electron 38.5.0
6666
- Node.js 22.18.0
6767
- Quarto 1.8.25

dependencies/common/install-copilot-language-server

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ source "$(dirname "${BASH_SOURCE[0]}")/../tools/rstudio-tools.sh"
2121
section "Installing Copilot Language Server"
2222

2323
# version to download
24-
COPILOT_VERSION="1.387.0"
24+
COPILOT_VERSION="1.389.0"
2525

2626
# Function to check if Copilot language server is already installed with correct version
2727
check_copilot_installed() {

dependencies/tools/upload-copilot-language-server.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
set -euo pipefail
1111

1212
# Can pass version as first argument, or fallback to hardcoded value
13-
COPILOT_VERSION="${1:-1.387.0}"
13+
COPILOT_VERSION="${1:-1.389.0}"
1414

1515
# Validate version format
1616
if [[ ! "${COPILOT_VERSION}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then

dependencies/windows/install-dependencies.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ set NSPROCESS_VERSION=1.6
2121
set OPENSSL_VERSION=3.1.4
2222
set PANDOC_VERSION=3.2
2323
set QUARTO_VERSION=1.8.25
24-
set COPILOT_VERSION=1.387.0
24+
set COPILOT_VERSION=1.389.0
2525
set SUMATRA_VERSION=3.1.2
2626
set WINPTY_VERSION=0.4.3-msys2-2.7.0
2727
set WINUTILS_VERSION=1.0

0 commit comments

Comments
 (0)