Skip to content

Commit d487484

Browse files
committed
save
1 parent b8da844 commit d487484

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CONTRIBUTING.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,19 @@ Example:
440440
}
441441
```
442442

443+
<a name="amazonqWorkspaceLsp-settings">Overrides specifically for the Amazon Q Workspace Context language server can be set using the `aws.dev.amazonqWorkspaceLsp` setting. This is a JSON object consisting of keys/values required to override language server: `manifestUrl`, `supportedVersions`, `id`, and `locationOverride`.</a>
444+
445+
Example:
446+
447+
```json
448+
"aws.dev.amazonqWorkspaceLsp": {
449+
"manifestUrl": "https://custom.url/manifest.json",
450+
"supportedVersions": "4.0.0",
451+
"id": "AmazonQ",
452+
"locationOverride": "/custom/path/to/local/lsp/folder",
453+
}
454+
```
455+
443456
### Environment variables
444457

445458
Environment variables can be used to modify the behaviour of VSCode. The following are environment variables that can be used to configure the extension:

0 commit comments

Comments
 (0)