summaryrefslogtreecommitdiff
path: root/extension/src
AgeCommit message (Expand)Author
2023-07-18fix "can't edit twice" bugNate Sesti
2023-07-18CONTRIBUTING.mdNate Sesti
2023-07-18error handle on invalid config file, don't immediately show loading messageNate Sesti
2023-07-17Merge branch 'main' of https://github.com/continuedev/continueNate Sesti
2023-07-17show exact prompt/completion logsNate Sesti
2023-07-17commenting out old suggestion telemetryTy Dunn
2023-07-16quick fix for quick fixNate Sesti
2023-07-16record accept/rejectNate Sesti
2023-07-16feat: :sparkles: Continue Quick FixNate Sesti
2023-07-15fixed reading of terminal and other vscode windowsNate Sesti
2023-07-15one window wait for other to create venvNate Sesti
2023-07-155s timeout on websocket connectionsNate Sesti
2023-07-15patchNate Sesti
2023-07-15patchNate Sesti
2023-07-15Change to remote signed in order to setup python venvsestinj
2023-07-15patchNate Sesti
2023-07-15Reliably show error messages when environmentSetup failssestinj
2023-07-15Merge branch 'main' of github.com:continuedev/continue into mainsestinj
2023-07-15lowercase C: in win pathsestinj
2023-07-15use correct label for meta keyNate Sesti
2023-07-15fix vscode uri parsing for diffsestinj
2023-07-14fixed config explanation, don't read terminalsNate Sesti
2023-07-14insidious client_state vs application_state errNate Sesti
2023-07-14command m reliable toggleNate Sesti
2023-07-14warn of large highlighted ranges, cmd+k->mNate Sesti
2023-07-13diff editor infer filepath, codelens in middleNate Sesti
2023-07-12persist state and reconnect automaticallyNate Sesti
2023-07-12getVisibleFilesNate Sesti
2023-07-12catch error at top level when activating extensionNate Sesti
2023-07-12purging moreNate Sesti
2023-07-12purging unecessary filesNate Sesti
2023-07-12remove eventemitter from codelens classesNate Sesti
2023-07-12better onboardingNate Sesti
2023-07-11explain accept/reject, better edit summariesNate Sesti
2023-07-11check for old version of Continue, notifyNate Sesti
2023-07-11fix bug uninstalling continuedevNate Sesti
2023-07-11patchNate Sesti
2023-07-11don't override error messages with a second oneNate Sesti
2023-07-11air on the side of killing serverNate Sesti
2023-07-11explain insert at cursor, better diff streamingNate Sesti
2023-07-11don't allow /edit in diff editor, save diff editorNate Sesti
2023-07-10Merge branch 'main' into faster-loadNate Sesti
2023-07-10catch errors during asyncio tasksNate Sesti
2023-07-09cache server env in .continue folderNate Sesti
2023-07-09expand max_tokens for large highlighted rangesNate Sesti
2023-07-07fix: :bug: install python-virtualenv on linux, fix git hash files errorNate Sesti
2023-07-07max_retries = 3Nate Sesti
2023-07-06Merge branch 'main' of https://github.com/continuedev/continueNate Sesti
2023-07-06pause streaming on rejectionNate Sesti
2023-07-06fixing retriesTy Dunn