Skip to content

Commit f826372

Browse files
Merge branch 'feature/q-lsp' into samgst/lsp-WSmessages
2 parents c3d855a + 5338e0c commit f826372

File tree

69 files changed

+389
-105
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+389
-105
lines changed

.changes/3.55.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"date" : "2025-02-13",
3+
"version" : "3.55",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "/transform: support transformations to Java 21"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Enable syntax highlighting when viewing diff for /test"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Amazon Q /test: Truncating user input to 4096 characters for unit test generation."
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "Amazon Q /review: Unable to navigate to code location when selecting issues"
16+
}, {
17+
"type" : "bugfix",
18+
"description" : "Amazon Q /test: Q identify active test file and infer source file for test generation."
19+
}, {
20+
"type" : "removal",
21+
"description" : "Amazon Q: Revert prefetch logic to enable more stable inline completion."
22+
} ]
23+
}

.changes/next-release/bugfix-3b7843b4-9673-4afa-90e8-7c4278f0d0fe.json

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

.changes/next-release/bugfix-47911d01-4571-42a5-b447-d443910e8aee.json

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

.changes/next-release/bugfix-572380a5-32ca-490b-9a38-caf365871328.json

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

.changes/next-release/bugfix-62042604-3335-445b-90f6-d6f688087c9d.json

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

.changes/next-release/feature-a6b77635-5ddb-42c9-a31a-518f8cae1ebc.json

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

.changes/next-release/removal-758edd1c-4ebd-49c6-8ad8-0ec59a5d9f0b.json

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

.run/Run AWS Toolkit - Community [2024.1].run.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<component name="ProjectRunConfigurationManager">
22
<configuration default="false" name="Run AWS Toolkit - Community [2024.1]" type="GradleRunConfiguration" factoryName="Gradle" folderName="2024.1">
3-
<log_file alias="idea.log" path="$PROJECT_DIR$/plugins/toolkit/intellij-standalone/build/idea-sandbox/system/log/idea.log" />
3+
<log_file alias="idea.log" path="$PROJECT_DIR$/plugins/toolkit/intellij-standalone/build/idea-sandbox/IC-2024.1/log/idea.log" />
44
<ExternalSystemSettings>
55
<option name="executionName" />
66
<option name="externalProjectPath" value="$PROJECT_DIR$" />

.run/Run AWS Toolkit - Community [2024.2].run.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<component name="ProjectRunConfigurationManager">
22
<configuration default="false" name="Run AWS Toolkit - Community [2024.2]" type="GradleRunConfiguration" factoryName="Gradle" folderName="2024.2">
3-
<log_file alias="idea.log" path="$PROJECT_DIR$/plugins/toolkit/intellij-standalone/build/idea-sandbox/system/log/idea.log" />
3+
<log_file alias="idea.log" path="$PROJECT_DIR$/plugins/toolkit/intellij-standalone/build/idea-sandbox/IC-2024.2/log/idea.log" />
44
<ExternalSystemSettings>
55
<option name="executionName" />
66
<option name="externalProjectPath" value="$PROJECT_DIR$" />

.run/Run AWS Toolkit - Community [2024.3].run.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<component name="ProjectRunConfigurationManager">
22
<configuration default="false" name="Run AWS Toolkit - Community [2024.3]" type="GradleRunConfiguration" factoryName="Gradle" folderName="2024.3">
3-
<log_file alias="idea.log" path="$PROJECT_DIR$/plugins/toolkit/intellij-standalone/build/idea-sandbox/system/log/idea.log" />
3+
<log_file alias="idea.log" path="$PROJECT_DIR$/plugins/toolkit/intellij-standalone/build/idea-sandbox/IC-2024.3/log/idea.log" />
44
<ExternalSystemSettings>
55
<option name="executionName" />
66
<option name="externalProjectPath" value="$PROJECT_DIR$" />

0 commit comments

Comments
 (0)