Commit Graph

1080 Commits

Author SHA1 Message Date
Adam Smith
2bf9fa2f83
Update LICENSE 2021-10-25 11:21:00 -07:00
Edward Zhao
1765b08b02 0.147.0 2021-06-03 08:25:16 -07:00
edzkite
9f70144397
Update notification text (#386) 2021-06-03 08:23:43 -07:00
Edward Zhao
56ac496707 0.146.0 2021-06-01 18:05:03 -07:00
edzkite
e9e7c8b9d5
Pause downloads (#385)
* Add new notifications

* Integrate install paused notifications

* Add link to Kite unavailable page

* Update kite-api and kite-connector
2021-06-01 18:04:33 -07:00
Edward Zhao
d39194d7f8 0.145.0 2021-06-01 18:03:35 -07:00
Edward Zhao
9f22ae68f5 0.144.0 2021-06-01 18:03:20 -07:00
Edward Zhao
15e8ff3553 0.143.0 2021-05-24 12:11:20 -07:00
edzkite
2059e23caf
Fix handling of $ characters in a snippet text (#384)
* Fix handling of $ characters in a snippet text

* Fine tune regex
2021-05-21 13:26:11 -07:00
Tony Cheang
da3938ae00 change: enable line decoration to false by default 2021-05-21 10:52:33 -07:00
Naman
77fe5a6b76
link to issue-tracker 2021-03-10 13:28:13 -08:00
Edward Zhao
a0efcc040e 0.142.0 2021-02-19 11:06:04 -08:00
edzkite
9dc5863663
Always show status bar if installing and on unsupported file (#381) 2021-02-19 11:05:29 -08:00
Edward Zhao
d340afb751 0.141.0 2021-02-17 13:33:50 -08:00
edzkite
83e2a5de3a
Add Prompt Before Installation (#380)
* Update notification messages

* Add prompt before installation
2021-02-17 13:27:36 -08:00
tonycheang
954ae979fb
Clear Decoration on Disable (#379)
* fix: always clear decoration when not enabled

* fix: enableLineDecoration test
2021-02-17 12:26:13 -08:00
Ryan Berg
1aae18715b 0.140.0 2021-02-16 13:02:58 -08:00
Ryan Berg
bdfd4c614a
Merge pull request #378 from kiteco/fix-windows-line-decoration-icon
Fix related code line decoration icon for windows
2021-02-16 13:01:15 -08:00
Ryan Berg
e39f20d141 Fix related code line decoration icon for windows 2021-02-16 12:45:13 -08:00
Tony Cheang
6b00cf2eb6 0.139.0 2021-02-16 10:38:58 -08:00
Naman
ddbcada1ca
Merge pull request #373 from kiteco/launch-nav
Launch nav
2021-02-12 11:02:04 -08:00
Tony Cheang
3d00138677 0.138.0 2021-02-09 14:26:49 -08:00
Tony Cheang
545694160b 0.137.0 2021-02-09 14:10:27 -08:00
Tony Cheang
dbe7648d5c improve: use 0_navigation group to group with find all references 2021-02-05 12:50:26 -08:00
Tony Cheang
4ff08d50e6 add: related code commands to documentation 2021-02-05 12:14:57 -08:00
Tony Cheang
fb98a1de1d improve: put line command in navigation menu when single selection 2021-02-05 12:13:34 -08:00
Tony Cheang
a25402cb8d remove: (experimental) suffix from commands 2021-02-05 12:13:16 -08:00
tonycheang
290bbd43a2
Fix CI (#371)
* dep: upgrade vscode-test to 1.5.0

* try: xenial with xvfb service
2021-02-01 11:23:25 -08:00
tonycheang
7446960904
Notification for All Feat Pro (#370)
* feat: presentational notification handler

* improve: migrate hover.js to typescript

* rename: kite.more-position -> kite.copilot-docs-from-position

* fix: events checks version from package to avoid circular dependencies

* refactor: docs-related commands lives with hover provider

* refactor: hover.ts -> docs.ts and no default export

* add: check for notification on docs command error

* improve: render buttons in presentational error notif

* clean: remove unused kite.more

* improve: use promisifiedKiteAPIRequest insetad of Kite.request

Avoids circular dependency when compiling for typescript.

* improve: variable naming

* improve: log unexpected hover errors

* improve: notifyFromError takes optional default error message

* fix: don't notify on JSON.parse error

It is expected that not all errors will send a notification.

* improve: set up ICommandRegistrant[] to signal refactor intent
2021-01-29 16:49:12 -08:00
Daniel Hung
2eebb8c5a8
Merge pull request #368 from kiteco/tweak-code-nav-decoration
Code nav decoration fixes
2021-01-28 11:22:14 -08:00
Daniel Hung
f2ffd024b9 fix tests 2021-01-27 19:32:26 -08:00
Daniel Hung
b58f00b376 fix icon in windows 2021-01-27 17:11:22 -08:00
Daniel Hung
dd1aaa0407 Merge branch 'master' into tweak-code-nav-decoration 2021-01-27 17:11:04 -08:00
Daniel Hung
f9b95016ee more clear code 2021-01-27 16:39:11 -08:00
Edward Zhao
8d150c21e8 0.136.0 2021-01-27 15:41:01 -08:00
tonycheang
b2f7faa95e
Merge pull request #367 from kiteco/fix-kiteco-12334-1
fix: kiteco 12334-1
2021-01-27 12:39:47 -08:00
edzkite
45fca23db3
Enable Plugin Install Flow (#369)
* Implement notifications

* Implement auto install flow

* hasKiteConfig -> hasKiteRun

* Send launchCopilot and channel opts

* Remove jsconfig.json

* Minor tweaks

* Remove this.showCopilot

* Update kite-api to 3.2.0 and kite-connector to 3.14.0
2021-01-27 11:55:00 -08:00
Daniel Hung
b1944a8bad add delay to decoration ui 2021-01-26 16:11:55 -08:00
Daniel Hung
8f5ec93037 make decoration less distracting 2021-01-26 15:18:59 -08:00
Tony Cheang
a34e137854 fix: path separators 2021-01-26 14:40:06 -08:00
Jason G
4a7f71aff7
Merge pull request #366 from kiteco/update-listing-211
Update store listing
2021-01-25 12:32:23 -08:00
BigTSoft
556e16d24b fix typo 2021-01-25 12:30:52 -08:00
BigTSoft
ad2963586e update description 2021-01-25 11:14:24 -08:00
BigTSoft
5440a5e88c add new categories 2021-01-17 19:31:57 -08:00
BigTSoft
320c0630cd update badges 2021-01-15 13:45:38 -08:00
BigTSoft
4dedeed608 add badges 2021-01-15 13:37:48 -08:00
BigTSoft
d91b47bf89 Update readme 2021-01-15 13:30:37 -08:00
BigTSoft
42a419e65a top image 2021-01-15 13:02:36 -08:00
BigTSoft
6f092ea331 title, desc, colors 2021-01-15 13:01:01 -08:00
edzkite
69b53e8cfd
VS Code Build Issues (#365)
* Add dev dependency for @babel/runtime

* Update engines.vscode
2021-01-15 12:15:15 -08:00