Skip to content

Commit 5ca78d5

Browse files
aws-toolkit-automationnkomonen-amazonopieter-aws
authored
Merge master into feature/flare-mega (#7393)
## Automatic merge failed - Resolve conflicts and push to this PR branch. - **Do not squash-merge** this PR. Use the "Create a merge commit" option to do a regular merge. ## Command line hint To perform the merge from the command line, you could do something like the following (where "origin" is the name of the remote in your local git repo): ``` git stash git fetch --all git checkout origin/feature/flare-mega git merge origin/master git commit git push origin HEAD:refs/heads/autoMerge/feature/flare-mega ``` --------- Signed-off-by: nkomonen-amazon <nkomonen@amazon.com> Co-authored-by: Nikolas Komonen <118216176+nkomonen-amazon@users.noreply.github.com> Co-authored-by: aws-toolkit-automation <> Co-authored-by: opieter-aws <opieter@amazon.com>
1 parent dfcd2d6 commit 5ca78d5

File tree

7 files changed

+22
-10
lines changed

7 files changed

+22
-10
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ If you need to report an issue attach these to give the most detailed informatio
382382
- ![](./docs/images/logsView.png)
383383
2. Click the gear icon on the bottom right and select `Debug`
384384
- ![](./docs/images/logsSetDebug.png)
385-
3. Click the gear icon again and select `Set As Default`. This will ensure we stay in `Debug` until explicitly changed
385+
3. Click the gear icon again and select `Set As Default`. This will ensure we stay in `Debug` until explicitly changed.
386386
- ![](./docs/images/logsSetDefault.png)
387387
4. Open the Command Palette again and select `Reload Window`.
388388
5. Now you should see additional `[debug]` prefixed logs in the output.

package-lock.json

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/amazonq/.changes/1.70.0.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"date": "2025-05-28",
3+
"version": "1.70.0",
4+
"entries": [
5+
{
6+
"type": "Removal",
7+
"description": "Disable local workspace LSP"
8+
}
9+
]
10+
}

packages/amazonq/.changes/next-release/Removal-951c2b6a-c6ce-45df-95d0-381ca51b935f.json

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

packages/amazonq/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.70.0 2025-05-28
2+
3+
- **Removal** Disable local workspace LSP
4+
15
## 1.69.0 2025-05-22
26

37
- **Bug Fix** /transform: avoid prompting user for target JDK path unnecessarily

packages/amazonq/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "amazon-q-vscode",
33
"displayName": "Amazon Q",
44
"description": "The most capable generative AI-powered assistant for building, operating, and transforming software, with advanced capabilities for managing data and AI",
5-
"version": "1.70.0-SNAPSHOT",
5+
"version": "1.71.0-SNAPSHOT",
66
"extensionKind": [
77
"workspace"
88
],

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@
526526
"@aws-sdk/s3-request-presigner": "<3.731.0",
527527
"@aws-sdk/smithy-client": "<3.731.0",
528528
"@aws-sdk/util-arn-parser": "<3.731.0",
529-
"@aws/mynah-ui": "^4.30.3",
529+
"@aws/mynah-ui": "^4.34.1",
530530
"@gerhobbelt/gitignore-parser": "^0.2.0-9",
531531
"@iarna/toml": "^2.2.5",
532532
"@smithy/fetch-http-handler": "^5.0.1",

0 commit comments

Comments
 (0)