Skip to content

Commit 7d473c5

Browse files
authored
docs(amazonq): Add instructions on how to start Amazon Q inline debugging (#6685)
## Problem - Multiple people have gotten confused on how to get the language server activated for inline ## Solution - Add that to the language server debugging documentation --- - Treat all work as PUBLIC. Private `feature/x` branches will not be squash-merged at release time. - Your code changes must meet the guidelines in [CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines). - License: I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent ffcba47 commit 7d473c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/lsp-debugging.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@
2121
to get the project setup
2222
3. Uncomment the `AWS_LANGUAGE_SERVER_OVERRIDE` variable in `amazonq/.vscode/launch.json` Extension configuration
2323
4. Use the `Launch LSP with Debugging` configuration and set breakpoints in VSCode or the language server
24+
25+
## Amazon Q Inline Activation
26+
27+
- In order to get inline completion working you must open a supported file type defined in CodewhispererInlineCompletionLanguages in `packages/amazonq/src/app/inline/completion.ts`

0 commit comments

Comments
 (0)