diff options
author | Alan Pearce | 2020-01-22 16:52:22 +0100 |
---|---|---|
committer | Alan Pearce | 2020-01-22 16:52:32 +0100 |
commit | 65af77332cf92701f177721dd01a60ff2a6566c4 (patch) | |
tree | 497784865e1b156b0076a197fca6be504ee97c84 /user | |
parent | 13ff1bb6fea6de1f09b858285d3bdca84df09078 (diff) | |
download | nixfiles-65af77332cf92701f177721dd01a60ff2a6566c4.tar.lz nixfiles-65af77332cf92701f177721dd01a60ff2a6566c4.tar.zst nixfiles-65af77332cf92701f177721dd01a60ff2a6566c4.zip |
TabNine: update config according to schema
Diffstat (limited to 'user')
-rw-r--r-- | user/settings/tabnine.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/user/settings/tabnine.nix b/user/settings/tabnine.nix index 200b91a8..daf86c39 100644 --- a/user/settings/tabnine.nix +++ b/user/settings/tabnine.nix @@ -18,7 +18,7 @@ in { hide_promotional_message = true; beta_enabled = "No"; ignore_all_lsp = false; - creation_time = "2019-08-26T09:51:35.732522096Z"; + creation_time = "2020-01-13T15:42:35.732522096Z"; semantic_status = { typescript = "Enabled"; javascript = "Enabled"; @@ -28,6 +28,7 @@ in { user_understands_that_enabling_tabnine_cloud_sends_code_to_tabnine_servers = false; hosted_deep_completions_enabled = "Disabled"; + tabnine_cloud_certificate_domain = null; tabnine_cloud_host = null; tabnine_cloud_port = null; cloud_whitelist = [ ]; |