Skip to content

build(amazonq): remove bundled mynah-ui distribution #5652

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: feature/q-lsp-chat
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all 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
4 changes: 0 additions & 4 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,5 @@ codemodernizer/ @aws/elastic-gumby
codetransform/ @aws/elastic-gumby
codewhisperer/ @aws/codewhisperer-team

mynah-ui/ @aws/flare
mynah-ui/package.json @aws/flare @aws/elastic-gumby @aws/earlybird @aws/codewhisperer-team
mynah-ui/package-lock.json @aws/flare @aws/elastic-gumby @aws/earlybird @aws/codewhisperer-team

# nested within chat/, so needs to be after to take precedence
amazonqFeatureDev/ @aws/earlybird
1 change: 0 additions & 1 deletion plugins/amazonq/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ dependencies {
implementation(project(":plugin-amazonq:chat"))
implementation(project(":plugin-amazonq:codetransform"))
implementation(project(":plugin-amazonq:codewhisperer"))
implementation(project(":plugin-amazonq:mynah-ui"))
implementation(project(":plugin-amazonq:shared"))
implementation(libs.bundles.jackson)
implementation(libs.lsp4j)
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import com.intellij.openapi.Disposable
import com.intellij.openapi.project.Project
import com.intellij.openapi.util.Disposer
import com.intellij.ui.jcef.JBCefJSQuery
import org.cef.CefApp
import software.aws.toolkits.jetbrains.services.amazonq.lsp.AmazonQLspService
import software.aws.toolkits.jetbrains.services.amazonq.lsp.flareChat.AwsServerCapabilitiesProvider
import software.aws.toolkits.jetbrains.services.amazonq.profile.QRegionProfile
Expand Down Expand Up @@ -36,13 +35,6 @@ class Browser(parent: Disposable, private val webUri: URI, val project: Project)
highlightCommand: HighlightCommand?,
activeProfile: QRegionProfile?,
) {
// register the scheme handler to route http://mynah/ URIs to the resources/assets directory on classpath
CefApp.getInstance()
.registerSchemeHandlerFactory(
"http",
"mynah",
AssetResourceHandler.AssetResourceHandlerFactory(),
)
AmazonQLspService.getInstance(project).addLspInitializeMessageListener {
loadWebView(
isCodeTransformAvailable,
Expand Down
10 changes: 0 additions & 10 deletions plugins/amazonq/mynah-ui/.eslintignore

This file was deleted.

121 changes: 0 additions & 121 deletions plugins/amazonq/mynah-ui/.eslintrc.js

This file was deleted.

11 changes: 0 additions & 11 deletions plugins/amazonq/mynah-ui/.gitignore

This file was deleted.

36 changes: 0 additions & 36 deletions plugins/amazonq/mynah-ui/build.gradle.kts

This file was deleted.

Loading
Loading