Skip to content

Commit 8ee75f8

Browse files
Merge branch 'feature/q-lsp' into samgst/lsp-WSmessages
2 parents 780395e + 6bfc0e5 commit 8ee75f8

File tree

14 files changed

+83
-35
lines changed

14 files changed

+83
-35
lines changed

.changes/3.57.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"date" : "2025-02-28",
3+
"version" : "3.57",
4+
"entries" : [ {
5+
"type" : "bugfix",
6+
"description" : "Fix suggestion not visible in remote for 2024.3"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "/test: update capability card text"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Amazon Q /doc: update workspace too large error message"
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "Amazon Q /doc: Fix uploading file method throwing incorrect workspace too large error message"
16+
}, {
17+
"type" : "bugfix",
18+
"description" : "/transform: skip running tests locally when user chooses to do so"
19+
} ]
20+
}

.changes/next-release/bugfix-1a22ff93-2d99-4527-a73b-26dba66c4f71.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/next-release/bugfix-2d7fabbf-8b6b-4a9d-8764-fb0286a5ea23.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/next-release/bugfix-3adca794-d149-4f2e-bf7c-6f748f339849.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/next-release/bugfix-8878216c-a256-4459-80de-8334711c8d53.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/next-release/bugfix-ce55123f-2437-4740-b9c8-c1069856e316.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# _3.57_ (2025-02-28)
2+
- **(Bug Fix)** Fix suggestion not visible in remote for 2024.3
3+
- **(Bug Fix)** /test: update capability card text
4+
- **(Bug Fix)** Amazon Q /doc: update workspace too large error message
5+
- **(Bug Fix)** Amazon Q /doc: Fix uploading file method throwing incorrect workspace too large error message
6+
- **(Bug Fix)** /transform: skip running tests locally when user chooses to do so
7+
18
# _3.56_ (2025-02-20)
29
- **(Feature)** Amazon Q /doc: support making changes to architecture diagrams
310

buildspec/windowsTestsForAmazonQ.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ env:
88
phases:
99
install:
1010
commands:
11-
- # force install java21 while we work throuh path issues
12-
- |
13-
$javaName = "C:\Program Files\Amazon Corretto" | ForEach-Object {
14-
ls $_ | Where-Object {$_ -Like "jdk*"} | Sort-Object -Descending -Property Name | Select-Object -first 1 -expandproperty Name
15-
}
16-
$JAVA_HOME = "C:\Program Files\Amazon Corretto\$javaName"
11+
# force install java21 while we work through path issues
12+
- |
13+
$javaName = "C:\Program Files\Amazon Corretto" | ForEach-Object {
14+
ls $_ | Where-Object {$_ -Like "jdk*"} | Sort-Object -Descending -Property Name | Select-Object -first 1 -expandproperty Name
15+
}
16+
$JAVA_HOME = "C:\Program Files\Amazon Corretto\$javaName"
1717
- |
1818
if(-Not($Env:CODE_COV_TOKEN -eq $null)) {
1919
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;

buildspec/windowsTestsForCore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
phases:
99
install:
1010
commands:
11-
# force install java21 while we work throuh path issues
11+
# force install java21 while we work through path issues
1212
- |
1313
$javaName = "C:\Program Files\Amazon Corretto" | ForEach-Object {
1414
ls $_ | Where-Object {$_ -Like "jdk*"} | Sort-Object -Descending -Property Name | Select-Object -first 1 -expandproperty Name

buildspec/windowsTestsForToolkit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
phases:
99
install:
1010
commands:
11-
# force install java21 while we work throuh path issues
11+
# force install java21 while we work through path issues
1212
- |
1313
$javaName = "C:\Program Files\Amazon Corretto" | ForEach-Object {
1414
ls $_ | Where-Object {$_ -Like "jdk*"} | Sort-Object -Descending -Property Name | Select-Object -first 1 -expandproperty Name

0 commit comments

Comments
 (0)