Skip to content

Commit c75cc6d

Browse files
committed
docs(amazonq): remove lsp experiments
1 parent 91f584f commit c75cc6d

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

docs/lsp.md

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ sequenceDiagram
2626

2727
## Language Server Debugging
2828

29-
1. Clone https://github.com/aws/language-servers.git and set it up in the same workspace as this project by cmd+shift+p and "add folder to workspace" and selecting the language-servers folder that you just cloned. Your VS code folder structure should look like below.
30-
31-
29+
1. Clone https://github.com/aws/language-servers.git and set it up in the same workspace as this project by cmd+shift+p and "add folder to workspace" and selecting the language-servers folder that you just cloned. Your VS code folder structure should look like below.
3230

3331
```
3432
/aws-toolkit-vscode
@@ -45,17 +43,9 @@ sequenceDiagram
4543
npm run package
4644
```
4745
to get the project setup
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` and `__AMAZONQLSP_UI` variables in the `amazonq/.vscode/launch.json` extension configuration
57-
5. Use the `Launch LSP with Debugging` configuration and set breakpoints in VSCode or the language server
58-
6. (Optional): Enable `"amazonq.trace.server": "on"` or `"amazonq.trace.server": "verbose"` in your VSCode settings to view detailed log messages sent to/from the language server. These log messages will show up in the "Amazon Q Language Server" output channel
46+
3. Uncomment the `__AMAZONQLSP_PATH` and `__AMAZONQLSP_UI` variables in the `amazonq/.vscode/launch.json` extension configuration
47+
4. Use the `Launch LSP with Debugging` configuration and set breakpoints in VSCode or the language server
48+
5. (Optional): Enable `"amazonq.trace.server": "on"` or `"amazonq.trace.server": "verbose"` in your VSCode settings to view detailed log messages sent to/from the language server. These log messages will show up in the "Amazon Q Language Server" output channel
5949
6050
## Amazon Q Inline Activation
6151

0 commit comments

Comments
 (0)