Skip to content

Commit eb1ac06

Browse files
committed
Improved the local LSP setup documentation with more information
1 parent c88bfde commit eb1ac06

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/lsp.md

Lines changed: 2 additions & 4 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,7 +43,7 @@ sequenceDiagram
4543
npm run package
4644
```
4745
to get the project setup
48-
3. Enable the lsp experiment:
46+
3. You need to open VScode user settings (Cmd+Shift+P and Search User Settings) and add the lines below at the bottom of the settings to enable the lsp experiment:
4947
```
5048
"aws.experiments": {
5149
"amazonqLSP": true,

0 commit comments

Comments
 (0)