You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
codewhisperer: Allow endpoint/region overrides for dev mode
Problem:
- It's not easy to change the codewhisperer endpoint when running tests against different versions of the api
Solution:
- Allow configuration via a setting for dev mode
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -342,6 +342,17 @@ Example:
342
342
}
343
343
```
344
344
345
+
Overrides specifically for CodeWhisperer/Amazon Q can be set using the `aws.dev.codewhispererService` setting. This is a JSON object consisting of keys/values required to override API calls to CodeWhisperer/Amazon Q: `region` and `endpoint`. If this setting is present, then all keys need to be explicitly provided.
Environment variables can be used to modify the behaviour of VSCode. The following are environment variables that can be used to configure the extension:
0 commit comments