Skip to content
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

feat(amazonq): Implement aws/syncModuleDependencies call #5414

Merged
merged 27 commits into from
Mar 7, 2025

change message to notification instead of Request

2fd9ee6
Select commit
Loading
Failed to load commit list.
Merged

feat(amazonq): Implement aws/syncModuleDependencies call #5414

change message to notification instead of Request
2fd9ee6
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / QDJVMC succeeded Mar 7, 2025 in 3s

7 new alerts

New alerts in code changed by this pull request

  • 7 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 22 in plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/dependencies/providers/PythonModuleDependencyProvider.kt

See this annotation in the file changed.

Code scanning / QDJVMC

Unstable API Usage Warning

'com.jetbrains.python.packaging.management.PythonPackageManager.Companion' is declared in unstable 'com.jetbrains.python.packaging.management.PythonPackageManager' marked with @ApiStatus.Experimental

Check warning on line 22 in plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/dependencies/providers/PythonModuleDependencyProvider.kt

See this annotation in the file changed.

Code scanning / QDJVMC

Unstable API Usage Warning

'forSdk(com.intellij.openapi.project.Project, com.intellij.openapi.projectRoots.Sdk)' is declared in unstable 'com.jetbrains.python.packaging.management.PythonPackageManager' marked with @ApiStatus.Experimental

Check warning on line 23 in plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/dependencies/providers/PythonModuleDependencyProvider.kt

See this annotation in the file changed.

Code scanning / QDJVMC

Unstable API Usage Warning

'getInstalledPackages()' is declared in unstable 'com.jetbrains.python.packaging.management.PythonPackageManager' marked with @ApiStatus.Experimental

Check warning on line 7 in plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/model/aws/dependencies/SyncModuleDependenciesParams.kt

See this annotation in the file changed.

Code scanning / QDJVMC

Unused symbol Warning

Property "moduleName" is never used

Check warning on line 11 in plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/model/aws/dependencies/SyncModuleDependenciesParams.kt

See this annotation in the file changed.

Code scanning / QDJVMC

Unused symbol Warning

Property "includePatterns" is never used

Check warning on line 12 in plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/model/aws/dependencies/SyncModuleDependenciesParams.kt

See this annotation in the file changed.

Code scanning / QDJVMC

Unused symbol Warning

Property "excludePatterns" is never used