Skip to content

Commit 835e7aa

Browse files
authored
feat: add endpoint override option for easier dev setup (#633)
1 parent c934896 commit 835e7aa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

runtimes/protocol/lsp.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,10 @@ export interface AWSInitializationOptions {
160160
* Whether the client supports inline edit suggestions with the tab-tab-tab workflow.
161161
*/
162162
inlineEditSupport?: boolean
163+
/**
164+
* Q inline completion API endpoint override
165+
*/
166+
endpointOverride?: string
163167
}
164168
}
165169
}

0 commit comments

Comments
 (0)