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
Copy file name to clipboardExpand all lines: docs/lsp.md
+4-14Lines changed: 4 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,7 @@ sequenceDiagram
26
26
27
27
## Language Server Debugging
28
28
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.
32
30
33
31
```
34
32
/aws-toolkit-vscode
@@ -45,17 +43,9 @@ sequenceDiagram
45
43
npm run package
46
44
```
47
45
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
0 commit comments