Aditya Mitra
Aditya Mitra
I am using Visual Studio 2019 with version 3.5.138 of **Add new File**. I noticed that this extension only works when we use Visual Studio in a *predefined* project. It...
theepiccode website is down the website status can be checked here https://www.isitdownrightnow.com/theepiccode.com.html
### Describe the bug when opening the devtools console, seeing the following errors in the console  ### Reproduction clone the repo locally, run the extension and check devtools console...
### Have you read a contributing guide? - [X] I have read CONTRIBUTING.md - [X] I have searched the existing issues and didn't find any that were similar - [X]...
## Description This happens when we change the modes. Currently when we open a new session by clicking on the new session button, we go back to the previous session...
## Description Show a warning below the text box when an unrecommended model is selected for agent mode. - Model being suitable for agent mode is decided using the [llm-info's...
## Description As part of our migration of tests inside `core` from jest to vitest, this PR: - migrates the tests in the **`autocomplete`** directory. - introduces vitest.global-setup and vitest.setup...
## Description When doing a force reindex, sqlite gets locked and the associated sqlite file does not get deleted as expected. Added corresponding fix and tests to ensure this case...
## Description Show tool call outputs along with tool call arguments. Previously MCP arguments were only shown and not the MCP responses. Also: - Added a new icon for ToolCall....
## Description Using child processes and parallel executions, this PR accelerates installations, copying and downloads. In most cases, the performance improvement is more than 2x. - put `installNodeModuleInTempDirAndCopyToCurrent` into [`install-copy-nodemodule.js`](https://github.com/continuedev/continue/blob/9c087bb8b8dd80fe55dd2175b0760b4143ed298f/extensions/vscode/scripts/install-copy-nodemodule.js)...