diff options
author | Alan Pearce | 2019-10-01 22:23:57 +0200 |
---|---|---|
committer | Alan Pearce | 2019-10-01 22:23:57 +0200 |
commit | a261579a74bc3bf9ec673ef190f1ec4bb625b86b (patch) | |
tree | 25a7e66176da6d8bf9ebe37329e93380a4dcaa11 /tabnine | |
parent | 7db5d558cb0d82a6842e1d77fa10ce17e30890f5 (diff) | |
download | dotfiles-main.tar.lz dotfiles-main.tar.zst dotfiles-main.zip |
It overwrites its own configuration, so it does not make sense to manage it in git.
Diffstat (limited to 'tabnine')
-rw-r--r-- | tabnine/.config/TabNine/tabnine_config.json | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/tabnine/.config/TabNine/tabnine_config.json b/tabnine/.config/TabNine/tabnine_config.json deleted file mode 100644 index 5404994..0000000 --- a/tabnine/.config/TabNine/tabnine_config.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "version": "2.0.2", - "hide_promotional_message": false, - "beta_enabled": "No", - "ignore_all_lsp": false, - "semantic_status": { - "javascript": "Enabled", - "typescript": "Enabled" - }, - "disable_auto_update": false, - "user_understands_that_enabling_tabnine_cloud_sends_code_to_tabnine_servers": false, - "hosted_deep_completions_enabled": "Disabled", - "tabnine_cloud_host": null, - "tabnine_cloud_port": null, - "cloud_whitelist": [], - "api_key": null, - "api_key_service_level": null -} |