Commit Graph

1080 Commits

Author SHA1 Message Date
Naman
76c9386107
Merge pull request #296 from kiteco/js-metadata
re-introduce JS-related metadata
2020-05-12 09:48:40 -07:00
Patrick Lung
153d886e89
Update commands and label Python-only features
- `Kite: Tutorial` updated to language-specific tutorials
- Moved autocomplete to top
- Added `(Python only)` to feature headers
2020-05-10 23:55:53 -07:00
naman
41d57c4654 re-introduce JS-related metadata 2020-05-10 13:19:59 -07:00
Solness
af67ee72b5 0.113.0 2020-05-10 13:16:01 -07:00
Solness
42c7054c0d more removals 2020-05-10 13:15:49 -07:00
Solness
2175172ee4 0.112.0 2020-05-10 13:14:59 -07:00
Solness
93d152ed07 Revert "Added languages and keywords"
This reverts commit a905d7ca1f.
2020-05-10 13:14:40 -07:00
Solness
c158d5777c 0.111.0 2020-05-10 13:11:27 -07:00
Solness
21105083be Merge branch 'master' of github.com:kiteco/vscode-plugin 2020-05-10 13:11:13 -07:00
naman
b5abca32fc remove extraneous telemetry
fixes kiteco/kiteco#11068
2020-05-10 12:00:36 -07:00
caelan-kite
a905d7ca1f
Added languages and keywords 2020-05-08 05:06:25 -07:00
caelan-kite
43c5f3ad0c
Removing duplicate "categories" field 2020-05-08 04:52:09 -07:00
caelan-kite
ec39fb48de
Update README for JavaScript 2020-05-08 04:39:59 -07:00
caelan-kite
fd13abeaaf
Small addition to description 2020-05-08 04:32:58 -07:00
caelan-kite
c6711d743d
Update VS code package.json
Updated displayName, description and added categories for the VS Code marketplace listing.
2020-05-08 04:30:56 -07:00
Naman
1dfe93e54a
Merge pull request #290 from kiteco/kiteco-10456-onboarding
VSCode Onboarding with Command Palette and for First-Time Users
2020-05-06 21:52:40 -07:00
Tony Cheang
2fcc7c729d Remove JS beta notification. 2020-05-06 17:25:33 -07:00
Tony Cheang
44b7911d5f Show onboarding file to first-time users and add 'Kite <lang> Tutorial' commands. 2020-04-24 19:52:55 -07:00
Solness
cc53908750 0.110.0 2020-04-14 14:12:59 -07:00
tonycheang
d828de72c1
Merge pull request #283 from kiteco/fix-10605
format multiline completions without adding extra whitespace
2020-04-14 13:08:19 -07:00
Tony Cheang
18241809d9 keepWhitespace allows multiline completions to format correctly 2020-04-07 19:11:10 -07:00
Naman
e8596410c3
Merge pull request #279 from kiteco/editor-kited
move setting editor-specific options to kited
2020-04-03 15:46:33 -07:00
naman
8b73ed5294 Merge remote-tracking branch 'origin/master' into HEAD 2020-03-26 15:39:06 -07:00
tonycheang
4ce56a404d
Merge pull request #280 from kiteco/prepend-completion-context-flag
Add prepend_completion_context flag to surface completions higher
2020-03-26 11:28:48 -07:00
naman
e95b7ffb31 move setting editor-specific options to kited 2020-03-25 09:25:43 -07:00
Tony Cheang
49c9565e06 Add prepend_completion_context flag to surface completions higher for some cases. 2020-03-24 17:53:42 -07:00
Naman
872325c255
Merge pull request #275 from kiteco/revert-270-revert-js-beta-notification
js beta notification again
2020-02-26 15:08:27 -08:00
naman
5543403e7f switch to using globalState instead of user-visible settings 2020-02-26 14:53:56 -08:00
naman
bac5d79a1e only show JS notification if JS enabled 2020-02-26 14:34:43 -08:00
Solness
8d2dffc79c 0.109.0 2020-02-25 10:54:54 -08:00
Naman
3c744db784
Merge pull request #276 from kiteco/fix-check
Fix uninstall check
2020-02-24 16:03:44 -08:00
Daniel Hung
d02beae321 resilient check 2020-02-24 15:23:43 -08:00
Daniel Hung
b02a5ef82e fix typo 2020-02-24 15:22:02 -08:00
Daniel Hung
def7cb29a8 fix uninstall check 2020-02-24 14:49:49 -08:00
Naman
3d2e3b4bd3 Revert "Revert js beta notification (#270)"
This reverts commit 7df6b94038.
2020-02-24 14:03:08 -08:00
Naman
709ce223e1
Merge pull request #274 from kiteco/track-install-metrics
Track install metrics
2020-02-21 11:36:29 -08:00
Daniel Hung
33dbde86f3 fix env check 2020-02-21 10:15:05 -08:00
Daniel Hung
89abf79bb0 fix copy and bug 2020-02-21 09:46:58 -08:00
Daniel Hung
86ac9be577 remove extra ; 2020-02-20 15:07:47 -08:00
Daniel Hung
47f4f7608d implement track 2020-02-20 15:07:00 -08:00
Daniel Hung
ffdc9b514b include mixpanel 2020-02-20 15:02:57 -08:00
Daniel Hung
c3473857ab add metrics 2020-02-20 14:49:21 -08:00
edzkite
a4c48ecf73
Update cached event TextEditor instance in registerEvents (#273) 2020-02-19 15:54:14 -08:00
Solness
20afda40a8 0.108.0 2020-02-19 15:21:39 -08:00
Naman
277d6bed7d
update displayName 2020-02-19 15:12:48 -08:00
Solness
dc0ef6bcf4 0.107.0 2020-02-10 14:10:01 -08:00
edzkite
eb461a4310
Don't manually enumerate alphabet for trigger characters (#271) 2020-02-07 15:17:27 -08:00
Edward Zhao
16649434cc Update kite-api and kite-connector to 3.12.0 2020-02-07 13:57:39 -08:00
Solness
eb36602899 0.106.0 2020-02-07 11:07:14 -08:00
Solness
6e7305ebcd 0.105.0 2020-02-07 11:07:11 -08:00