Skip to content

Commit e17e8f5

Browse files
authored
Second attempt to resolve conflicts between feature/subscription and main (#1998)
Problem Feature branch continues to report merge conflicts despite attempts to resolve it. Solution Try touching the affected files instead of collapsing the conflicts into a no-op commit.
1 parent 1960f25 commit e17e8f5

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

chat-client/src/client/chat.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ import {
111111
SUBSCRIPTION_DETAILS_NOTIFICATION_METHOD,
112112
SubscriptionDetailsParams,
113113
} from '@aws/language-server-runtimes-types'
114+
114115
import { ConfigTexts, MynahUIDataModel, MynahUITabStoreModel } from '@aws/mynah-ui'
115116
import { ServerMessage, TELEMETRY, TelemetryParams } from '../contracts/serverContracts'
116117
import { Messager, OutboundChatApi } from './messager'

chat-client/src/client/mynahUi.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ import {
4040
ExecuteShellCommandParams,
4141
SubscriptionDetailsParams,
4242
} from '@aws/language-server-runtimes-types'
43+
4344
import {
4445
ChatItem,
4546
ChatItemType,

server/aws-lsp-codewhisperer/src/language-server/agenticChat/qAgenticChatServer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ export const QAgenticChatServer =
6464
const shortcutEnabled = enableShortcut(params)
6565

6666
const subscriptionDetailsEnabled = isSubscriptionDetailsEnabled(params)
67-
6867
const supportedExecutionCommands: string[] = ['aws/chat/manageSubscription']
68+
6969
if (subscriptionDetailsEnabled) {
7070
supportedExecutionCommands.push(SUBSCRIPTION_SHOW_COMMAND_METHOD)
7171
}

server/aws-lsp-codewhisperer/src/language-server/configuration/qConfigurationServer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ interface QConfigurationSections {
3434
developerProfiles?: AmazonQDeveloperProfile[]
3535
}
3636

37-
// Feature flag interface for client capabilities
37+
// Feature flag interface for client capabilities.
3838
export interface QClientCapabilities {
3939
developerProfiles?: boolean
4040
customizationsWithMetadata?: boolean

0 commit comments

Comments
 (0)