Skip to content

Commit 280b6fd

Browse files
leigaolrli
andauthored
feat(amazonq): Automatically pause and resume @workspace indexing when OS CPU load is high (#4952)
* upgrade lsp to 0.1.13 * Update .changes/next-release/feature-ac28b77d-4b47-4312-afe7-ece71de355ed.json Co-authored-by: Richard Li <[email protected]> * Update .changes/next-release/feature-ac28b77d-4b47-4312-afe7-ece71de355ed.json Co-authored-by: Richard Li <[email protected]> --------- Co-authored-by: Richard Li <[email protected]>
1 parent 07640ec commit 280b6fd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "bugfix",
3+
"description" : "Automatically pause and resume `@workspace` indexing when OS CPU load is high"
4+
}

plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/cwc/editor/context/project/manifest/ManifestManager.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import software.aws.toolkits.jetbrains.core.getTextFromUrl
1515

1616
class ManifestManager {
1717
private val cloudFrontUrl = "https://aws-toolkit-language-servers.amazonaws.com/q-context/manifest.json"
18-
val currentVersion = "0.1.10"
18+
val currentVersion = "0.1.13"
1919
val currentOs = getOs()
2020
private val arch = CpuArch.CURRENT
2121
private val mapper = jacksonObjectMapper()

0 commit comments

Comments
 (0)