Skip to content

Commit eec091e

Browse files
authored
feat(types): add a feature flag support for show logs (#631)
1 parent b264b47 commit eec091e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

runtimes/protocol/lsp.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,11 @@ export interface AWSInitializationOptions {
145145
* Indicates client support for `aws/showSaveFileDialog` request from server.
146146
*/
147147
showSaveFileDialog?: boolean
148+
149+
/**
150+
* Indicates client support for `aws/showLogs` request from server.
151+
*/
152+
showLogs?: boolean
148153
}
149154
textDocument?: {
150155
/**

0 commit comments

Comments
 (0)