Skip to content

Commit 501ed9f

Browse files
committed
docs
1 parent ffe0d90 commit 501ed9f

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/lsp.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,16 @@ sequenceDiagram
4545
npm run package
4646
```
4747
to get the project setup
48-
3. Uncomment the `__AMAZONQLSP_PATH` variable in `amazonq/.vscode/launch.json` Extension configuration
49-
4. Use the `Launch LSP with Debugging` configuration and set breakpoints in VSCode or the language server
48+
3. Enable the lsp experiment:
49+
```
50+
"aws.experiments": {
51+
"amazonqLSP": true,
52+
"amazonqLSPInline": true, // optional: enables inline completion from flare
53+
"amazonqLSPChat": true // optional: enables chat from flare
54+
}
55+
```
56+
4. Uncomment the `__AMAZONQLSP_PATH` variable in `amazonq/.vscode/launch.json` Extension configuration
57+
5. Use the `Launch LSP with Debugging` configuration and set breakpoints in VSCode or the language server
5058
5159
## Amazon Q Inline Activation
5260

0 commit comments

Comments
 (0)