File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments