Nate Sesti

Results 466 comments of Nate Sesti

@yh646492956 thank you for contributing! Could you give a bit more background on what problem this solves and the error logs that you were seeing?

@foongzy @timdahlmanns thanks for sharing all of the details, that made the fix quite straightforward! It looks like we just weren't setting providerName in the CustomLLM class: https://github.com/continuedev/continue/commit/c3d3980e97af39ef75a8112963a18644ec807a69 I'm finishing...

On the mention of the docs fix: are you seeing red underlines in config.ts, or is it also entirely failing to load before you remove those type annotations? It looks...

@Rockstage Love this idea! Definitely something we can do

@goodosoft What statistical information would you be interested in collecting? We currently already share a lot of important development data in the ~/.continue/dev_data folder, including accepted/rejected tab autocomplete suggestions, thumbs...

Good to know! I just made an update to add a global file watcher in [this commit](https://github.com/continuedev/continue/commit/e0f4c128da4baf43e04c2c2bf60ffa18461d2027), and it should be in pre-release later today. Will be curious to see...

Absolutely. Will be making the corresponding IntelliJ update for release 0.0.46 later this week. I'll keep this issue open until that is completed

@Elpaggio thanks for looking into this. The solution looks good. The best way to check whether you are in development mode is to check `context.extensionMode === vscode.ExtensionMode.Development`. `context` comes from...

Not probably in the extremely near future, but undoubtedly we will do this eventually. If the urge arises for anyone and they'd like to learn what it might take to...

> Use [VS Code Live Share](https://code.visualstudio.com/learn/collaboration/live-share) in conjunction with [Visual Studio Live Share](https://visualstudio.microsoft.com/services/live-share/) to collaborate with yourself locally on the same project. lol this is actually brilliant. Nice find!