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

PR: Remove Kite completion provider code #21249

Merged
merged 19 commits into from
Sep 11, 2023
Merged
Show file tree
Hide file tree
Changes from 5 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
31 changes: 0 additions & 31 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1479,37 +1479,6 @@ spyder/images/light/file_type_tex.svg
-------------------------------------------------------------------------------


Icons for Kite Completions Plugin
---------------------------------


Copyright (c) 2019 Kite


Author: Kite | https://kite.com
Site: https://kite.com
Source: https://kite.com
License: Creative Commons Attribution 4.0 International
https://creativecommons.org/licenses/by/4.0/


Licensed under the terms of the Creative Commons Attribution International 4.0.


See below for the full text of the Creative Commons Attribution International 4.0 License.


Files covered:

spyder/images/dark/kite.svg
spyder/images/kite/kite_copilot.png
spyder/images/light/kite.svg


===============================================================================



dalthviz marked this conversation as resolved.
Show resolved Hide resolved
Plugin Assets
=============

Expand Down
3 changes: 0 additions & 3 deletions spyder/app/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,9 +298,6 @@ def main_window(request, tmpdir, qtbot):
# fails
super_processEvents = QApplication.processEvents

# Disable Kite provider
CONF.set('completions', 'enabled_providers', {'kite': False})

# Don't show tours message
CONF.set('tours', 'show_tour_message', False)

Expand Down
1 change: 0 additions & 1 deletion spyder/images/dark/kite.svg

This file was deleted.

Binary file removed spyder/images/kite/kite_completions.png
Binary file not shown.
Binary file removed spyder/images/kite/kite_copilot.png
Binary file not shown.
1 change: 0 additions & 1 deletion spyder/images/light/kite.svg

This file was deleted.

53 changes: 0 additions & 53 deletions spyder/plugins/completion/providers/kite/__init__.py

This file was deleted.

29 changes: 0 additions & 29 deletions spyder/plugins/completion/providers/kite/bloomfilter/__init__.py

This file was deleted.

Binary file not shown.
178 changes: 0 additions & 178 deletions spyder/plugins/completion/providers/kite/client.py

This file was deleted.

47 changes: 0 additions & 47 deletions spyder/plugins/completion/providers/kite/decorators.py

This file was deleted.

Loading