Commit 750145d
authored
ci(amazonq): fix linting issue on language server child process (#6332)
## Problem
In a recent PR we disabled using child_process in favour of our internal
one. This started flagging lsp/client.ts, since it wasn't skipped.
## Solution
Skip eslint for child_process in this case, since the language server
options expect the actual child process. The same is done for the
workspace context language server:
https://github.com/aws/aws-toolkit-vscode/blob/master/packages/core/src/amazonq/lsp/lspClient.ts#L13
---
- Treat all work as PUBLIC. Private `feature/x` branches will not be
squash-merged at release time.
- Your code changes must meet the guidelines in
[CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines).
- License: I confirm that my contribution is made under the terms of the
Apache 2.0 license.1 parent 35b679c commit 750145d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments