cli icon indicating copy to clipboard operation
cli copied to clipboard

feat(language-server): integrate LS

Open Team-Hammerhead opened this issue 1 year ago • 1 comments

Changes since last integration of Language Server

commit 0c956c5aef5b5fcb87004864600a540f5c4e689d
Author: Bastian Doetsch <[email protected]>
Date:   Fri Oct 18 10:15:40 2024 +0200

    fix: golangci config, linter errors (#704)

:100644 100644 7dae4cd3 aa96c887 M	.golangci.yaml
:100644 100644 4d1eb9f6 85fea8f8 M	application/codeaction/codeaction.go
:100644 100644 48a98772 84e05a71 M	application/config/config.go
:100644 100644 a00e9a59 31fb5304 M	application/di/init.go
:100644 100644 148db0f8 a7600afe M	application/entrypoint/helpers.go
:100644 100644 fdbd5b6b c614d6fd M	application/server/configuration.go
:100644 100644 609e4502 3e344f1d M	application/server/configuration_test.go
:100644 100644 3ece40c9 e41dc04d M	application/server/execute_command_test.go
:100644 100644 816a5ba5 7fa98ed4 M	application/server/notification/scan_notifier_test.go
:100644 100644 809bab48 9f2dbd96 M	application/server/server_test.go
:100644 100644 6ab47ffb dac11ddf M	ast/maven/parser.go
:100644 100644 626db450 f517b929 M	domain/ide/codelens/codelens.go
:100644 100644 710d3f48 8fbb4d4e M	domain/ide/command/clear_cache.go
:100644 100644 5328205e 61932ee9 M	domain/ide/command/clear_cache_test.go
:100644 100644 7024acff 9d87e978 M	domain/ide/command/code_fix.go
:100644 100644 29637146 74b61dd8 M	domain/ide/command/code_fix_feedback.go
:100644 100644 69a0a334 09051fbc M	domain/ide/command/code_fix_test.go
:100644 100644 6db65d67 ad2a65db M	domain/ide/command/command_factory.go
:100644 100644 eae1ee5a 939ab41f M	domain/ide/command/execute_cli.go
:100644 100644 a3ccf862 750b8691 M	domain/ide/command/generate_issue_description.go
:100644 100644 d2bee480 6b904553 M	domain/ide/command/get_active_user_test.go
:100644 100644 9eb26e50 bfd5565e M	domain/ide/command/get_learn_lesson.go
:100644 100644 48f36890 0e9726a7 M	domain/ide/command/navigate_to_range.go
:100644 100644 0f7bf39e 0b497a6a M	domain/ide/command/open_browser.go
:100644 100644 e8ea9545 4356ce81 M	domain/ide/command/report_analytics_test.go
:100644 100644 0a80a709 40dc9707 M	domain/ide/command/workspace_folder_scan.go
:100644 100644 99e02be1 e7e31c30 M	domain/ide/workspace/folder.go
:100644 100644 ce12a7b3 a40e6f1b M	domain/ide/workspace/folder_test.go
:100644 100644 b5935cb3 3227c194 M	domain/ide/workspace/workspace.go
:100644 100644 7654b881 e2961d1f M	domain/ide/workspace/workspace_test.go
:100644 100644 89ce9518 3d74faeb M	domain/snyk/code_issue_data.go
:100644 100644 0931c751 55428c6e M	domain/snyk/persistence/file_operation.go
:100644 100644 4cfe7930 603afdcd M	domain/snyk/persistence/git_persistence_provider.go
:100644 100644 6c6eff21 6629b0c2 M	domain/snyk/persistence/git_persistence_provider_test.go
:100644 100644 9ea6a362 3ce2b3c5 M	domain/snyk/scanner/scanner_test.go
:100644 100644 efd1df6d ac7e4d06 M	domain/snyk/scanner/test_product_scanner.go
:100644 100644 9c499a9a e7bf3b0b M	domain/snyk/scanner/test_scanner.go
:100644 100644 949a9b0f be62b03d M	infrastructure/authentication/auth_configuration.go
:100644 100644 7858155e a377ab19 M	infrastructure/authentication/auth_configuration_test.go
:100644 100644 54ce0837 a54d0c66 M	infrastructure/authentication/authentication_functions.go
:100644 100644 b86f2069 8fe3f026 M	infrastructure/cli/cli.go
:100644 100644 85c723a7 f28d1556 M	infrastructure/cli/cli_extension_executor.go
:100644 100644 400fc380 384e8855 M	infrastructure/cli/environment.go
:100644 100644 cb4812d7 a4aa0fc3 M	infrastructure/cli/install/discovery.go
:100644 100644 ba922649 1e171c02 M	infrastructure/cli/install/releases.go
:100644 100644 4073df5e 8a785eeb M	infrastructure/cli/install/releases_test.go
:100644 100644 fe6780b2 ca247c12 M	infrastructure/code/autofix.go
:100644 100644 5a25b430 6c3a35a2 M	infrastructure/code/code.go
:100644 100644 95d75565 c9756dc7 M	infrastructure/code/code_error_reporter.go
:100644 100644 8a7f6597 dc216598 M	infrastructure/code/code_html.go
:100644 100644 ed3f3b88 be6e4953 M	infrastructure/code/code_instrumentor.go
:100644 100644 fd2e704b b7be6ebc M	infrastructure/code/code_tracker.go
:100644 100644 4947dc26 cb3d8a0a M	infrastructure/code/convert_test.go
:100644 100644 2f1876be 6fca2929 M	infrastructure/code/fake_snyk_code_api_service.go
:100644 100644 738ae7a6 0874b41a M	infrastructure/code/issue_enhancer.go
:100644 100644 03bb0aba dfe1d22d M	infrastructure/code/snyk_code_http_client.go
:100644 100644 6478e0fd d36f757b M	infrastructure/code/snyk_code_http_client_interface.go
:100644 100644 55445bd1 e8598139 M	infrastructure/iac/iac.go
:100644 100644 6a58b82e fd89007d M	infrastructure/iac/iac_html.go
:100644 100644 ea20b4b1 dcd37964 M	infrastructure/learn/service.go
:100644 100644 619364ff 01e76daa M	infrastructure/oss/cli_scanner.go
:100644 100644 3e62f3a2 3867f8d1 M	infrastructure/oss/code_actions.go
:100644 100644 25f1c956 03147db0 M	infrastructure/oss/oss_html.go
:100644 100644 6b8c129c 13590838 M	infrastructure/oss/types.go
:100644 100644 46d1bf84 c67ea2d6 M	infrastructure/snyk_api/snyk_api.go
:100644 100644 fc752d7f b5d603c9 M	infrastructure/utils/fingerprint.go
:100644 000000 49ad9178 00000000 D	internal/concurrency/atomic_map.go
:100644 000000 61451fab 00000000 D	internal/concurrency/atomic_map_test.go
:100644 100644 11e9595f c3f2b644 M	internal/delta/delta_finder_test.go
:100644 100644 64954bdd b06d4997 M	internal/delta/fuzzy_matcher.go
:100644 100644 58ddc442 7e78819f M	internal/delta/fuzzy_matcher_test.go
:100644 100644 44243161 117bd1e2 M	internal/html/nonce.go
:100644 100644 7dfae205 2c1ecfdb M	internal/logging/lsp_logger.go
:100644 100644 16e45d5a 43809c5e M	internal/notification/notifier_mock.go
:100644 100644 be006f0e 3225449f M	internal/observability/performance/noop_span.go
:100644 100644 a760c80f 6d744417 M	internal/sdk/sdk.go
:100644 100644 00b47420 c8e3b62a M	internal/types/command.go
:100644 100644 0a6814b6 c7273444 M	internal/types/grouping.go
:100644 100644 f70cbbac a44d87a6 M	internal/vcs/git_cloner.go
:100644 100644 f28d61d5 ffed8c9f M	internal/vcs/git_cloner_test.go
:100644 100644 2754163d eb493290 M	internal/vcs/git_utils.go
:100644 100644 bd0c8be8 6c08eac5 M	ls_extension/main.go
:100644 100644 bbf78e5f 1bade8dd M	main.go
:100644 100644 d57637b3 813c5a25 M	main_test.go

Team-Hammerhead avatar Oct 18 '24 11:10 Team-Hammerhead

Warnings
:warning:

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

Generated by :no_entry_sign: dangerJS against 23e336f236128c867e11968439737e8d805d5592

github-actions[bot] avatar Oct 18 '24 11:10 github-actions[bot]