Skip to content

Commit 2384f8c

Browse files
Merge master into feature/LSP-gamma
2 parents 60341a9 + fbf8bd0 commit 2384f8c

7 files changed

+26
-14
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/amazonq/.changes/1.68.0.json

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"date": "2025-05-15",
3+
"version": "1.68.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "Fix Error: 'Amazon Q service is not signed in'"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "Fix Error: 'Amazon Q Profile is not selected for IDC connection type'"
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "Add inline completion support for abap language"
16+
}
17+
]
18+
}

packages/amazonq/.changes/next-release/Bug Fix-2471c584-3904-4d90-bb7c-61efff219e43.json

-4
This file was deleted.

packages/amazonq/.changes/next-release/Bug Fix-91d391d4-3777-4053-9e71-15b36dfa1f67.json

-4
This file was deleted.

packages/amazonq/.changes/next-release/Feature-31d91f84-30cb-4acd-9e39-9dc153edf0a6.json

-4
This file was deleted.

packages/amazonq/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.68.0 2025-05-15
2+
3+
- **Bug Fix** Fix Error: 'Amazon Q service is not signed in'
4+
- **Bug Fix** Fix Error: 'Amazon Q Profile is not selected for IDC connection type'
5+
- **Feature** Add inline completion support for abap language
6+
17
## 1.67.0 2025-05-14
28

39
- **Bug Fix** Previous and subsequent cells are used as context for completion in a Jupyter notebook

packages/amazonq/package.json

+1-1
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.68.0-SNAPSHOT",
5+
"version": "1.69.0-SNAPSHOT",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)