Commit 1d72423
authored
fix(workspace): remove non-flare workspace lsp (#7359)
## Problem
The workspace LSP has been merged into the Amazon Q LSP (Flare). There
is no need to keep the non-flare workspace LSP, it will consume both CPU
and memory once it starts to index. This will make non agentic chat
experience not having `@file` or `@workspace ` but at this point we want
customers to use agentic chat. As such CPU and memory usage problem is
of higher priority.
## Solution
remove: disable workspace lsp
---
- 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 00c220a commit 1d72423
File tree
2 files changed
+6
-11
lines changed- packages/amazonq
- .changes/next-release
- src/app/chat
2 files changed
+6
-11
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | 17 | | |
26 | 18 | | |
27 | 19 | | |
| |||
37 | 29 | | |
38 | 30 | | |
39 | 31 | | |
40 | | - | |
41 | 32 | | |
42 | 33 | | |
43 | 34 | | |
| |||
0 commit comments