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(language-server): integrate LS #5364

Merged
merged 1 commit into from
Jul 16, 2024

Conversation

Team-Hammerhead
Copy link
Collaborator

@Team-Hammerhead Team-Hammerhead commented Jul 16, 2024

Changes since last integration of Language Server

commit 5daa97aa5fc3cd15ea7e842af1c8ea9c67a9411d
Author: Bastian Doetsch <[email protected]>
Date:   Tue Jul 16 11:26:11 2024 +0200

    fix: only show one code lens and quick fix code action in OSS files [IDE-484][IDE-485] (#582)
    
    Co-authored-by: bastiandoetsch <[email protected]>

:100644 100644 885e6ea ab0ad4c M	application/codeaction/codeaction.go
:100644 100644 ef79bea 75128e8 M	application/codeaction/codeaction_test.go
:100644 100644 1a15697 aa211b4 M	application/config/automatic_config.go
:100644 100644 a7b5f24 706a6cb M	application/config/config.go
:100644 100644 4e07897 4b158e8 R072	application/codeaction/handlers.go	application/server/codeaction_handlers.go
:100644 100644 fd64247 df109ce M	application/server/server.go
:100644 100644 77cdb68 515b464 M	application/server/server_smoke_test.go
:100644 100644 c1ef608 792bacd M	application/server/server_test.go
:100644 100644 8efadab 87c1d9a M	domain/ide/codelens/codelens.go
:100644 100644 74dddb1 ca867a1 M	domain/ide/codelens/codelens_test.go
:100644 100644 13c0dd4 90ad895 M	domain/ide/converter/converter.go
:100644 100644 d0aba29 d36f594 M	domain/ide/workspace/folder.go
:100644 100644 7fe54b2 cd2ace3 M	domain/snyk/codeaction.go
:100644 100644 ee2e46c afe78d6 M	domain/snyk/codeaction_test.go
:100644 100644 795d369 cf7c62f M	infrastructure/authentication/auth_configuration.go
:100644 100644 2351661 1b3d6a3 M	infrastructure/authentication/auth_service_impl.go
:100644 100644 04aa39f 87c16c1 M	infrastructure/authentication/auth_service_impl_test.go
:100644 100644 08a8240 467e3d2 M	infrastructure/code/convert.go
:100644 100644 bf94cc3 8c54144 M	infrastructure/code/issue_enhancer.go
:000000 100644 0000000 408ddbd A	infrastructure/oss/code_actions.go
:100644 100644 44f0fe2 5b8b939 M	infrastructure/oss/issue.go
:100644 100644 3e5a8f1 435e295 M	infrastructure/oss/types.go
:100644 100644 ec27783 e2d9aa7 M	internal/types/command.go
:000000 100644 0000000 0a6814b A	internal/types/grouping.go
:000000 100644 0000000 6a66aea A	licenses/golang.org/x/mod/semver/LICENSE

@Team-Hammerhead Team-Hammerhead requested a review from a team as a code owner July 16, 2024 09:56
Copy link
Contributor

Warnings
⚠️

"feat: automatic integration of language server 5daa97aa5fc3cd15ea7e842af1c8ea9c67a9411d" is too long. Keep the first line of your commit message under 72 characters.

Generated by 🚫 dangerJS against a6871ca

@Team-Hammerhead Team-Hammerhead merged commit cc52e4a into main Jul 16, 2024
12 checks passed
@Team-Hammerhead Team-Hammerhead deleted the feat/automatic-upgrade-of-ls branch July 16, 2024 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants