Commit Graph

19 Commits

Author SHA1 Message Date
Nathan Hedge 07f0638eaf
removed unnecessary internal command in favor of universal exposed command, added cancel on user input (way harder than it sounds) 2023-12-26 19:04:50 -06:00
Nathan Hedge dbb4b39d5c
added example gif 2023-12-22 22:45:27 -06:00
Nathan Hedge 06456044ee
more into package.json 2023-12-22 02:03:11 -06:00
Nathan Hedge a36302e15b
added additional info to packae.json 2023-12-22 01:52:29 -06:00
Nathan Hedge e4ee5d6dd3
made settings prettier and also broke whatever settings were currently set. Had to do it at some point 2023-12-21 00:54:03 -06:00
Nathan Hedge 259730806f
couldn't get askOnSpace to work 2023-12-21 00:43:22 -06:00
Nathan Hedge ee97715d9b
removed the cursor thing because it was silly, added toggle for ask on space, exposed autocomplete command to command pallete 2023-12-21 00:33:07 -06:00
Nathan Hedge b095396220
Merge branch 'main' of https://github.com/10Nates/ollama-autocoder into main 2023-12-20 20:23:41 -06:00
Nathan Hedge 294639a5cf
changed display name back (accidentally removed r) 2023-12-20 20:23:33 -06:00
Nathan Hedge c68676e794
fixed improper indentation and overwriting when inserting in the middle of preexisting code, clarified some information, added cursor-follows option. 2023-12-20 20:22:39 -06:00
Nathan Hedge 8cf6565441
Update issue templates 2023-12-20 19:11:51 -06:00
Nathan Hedge 773a5a52cd
added vsix to gitignore 2023-12-20 18:32:02 -06:00
Nathan Hedge e1630624d8
chnaged description wording 2023-12-20 18:30:34 -06:00
Nathan Hedge 4f26bf3af3
settings only update on config change, better progress reporting, changed name, added README and icon, added categories & keywords, changed activation event 2023-12-20 18:27:42 -06:00
Nathan Hedge fd0f553738
moved command function outside of activate (cleanup) 2023-12-20 16:06:47 -06:00
Nathan Hedge 110ebee3d8
got streaming & cancellation to work 2023-12-20 16:04:29 -06:00
Nathan Hedge 27613e21c1
got it to at least work mostly 2023-12-20 13:43:44 -06:00
Nathan Hedge b8e3d0b97b
removed unnecessary function 2023-12-20 03:37:23 -06:00
Nathan Hedge 6d3677c72b
forgot to start a git history 2023-12-20 03:36:55 -06:00