Migrate to ifileeditor from ifilemanager, which adds support of unsav…#24
Merged
Migrate to ifileeditor from ifilemanager, which adds support of unsav…#24
Conversation
…ed(e.g. opened in IDE) files. Split lint action into lint and lint_files, which handles lint by language. Do the same with format. Move jsonrpc client in a new package finecode_jsonrpc.
…ault in format preset.
…from extension runner to fine_python_package_info
…act published to registry, get src artifact versions, get src artifact registries. And handlers for python
… fine_python_lint
…tFilesSave' handler in builtin handlers. Add 'get_actions_by_source' and 'get_actions_for_language' methods in IActionRunner. Add 'current_result' in RunActionContext. Improve terms: declaration and definiton of action and handlers.
…fact_version. Add possibility to replace all action handlers or disable single handlers.
…ackage) repository credentials provider. Extend protocol between WM and ER to request and return response in multiple formats at once.
…n be registered. Fix wrong function call in prepare_envs
…ast hardcoded services definitions from DI to config. Fix parsing of lists in CLI params.
…after adding multiple result formats
… finecode_httpclient
…rs, if not only handlers of actions which will be run
…) in pyrefly and ruff
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…ed(e.g. opened in IDE) files. Split lint action into lint and lint_files, which handles lint by language. Do the same with format. Move jsonrpc client in a new package finecode_jsonrpc.