Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type" : "feature",
"description" : "Support @workspace queries for specific files like @workspace what does test.ts do? . Timely update @workspace index when files are added or deleted"
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import software.aws.toolkits.jetbrains.core.getTextFromUrl

class ManifestManager {
private val cloudFrontUrl = "https://aws-toolkit-language-servers.amazonaws.com/q-context/manifest.json"
val currentVersion = "0.1.6"
val currentVersion = "0.1.8"
val currentOs = getOs()
private val arch = CpuArch.CURRENT
private val mapper = jacksonObjectMapper()
Expand Down
Loading