summaryrefslogtreecommitdiff
path: root/extension
AgeCommit message (Collapse)Author
2023-08-08Merge branch 'main' of https://github.com/continuedev/continueNate Sesti
2023-08-08fix: :bug: fix reducers for user input queueNate Sesti
2023-08-08ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-08Merge branch 'main' of https://github.com/continuedev/continueNate Sesti
2023-08-08fix: :bug: add data file for ca_bundleNate Sesti
2023-08-08ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-08ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-08fix: :arrow_up: upgrade openai python packageNate Sesti
2023-08-08ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-07Merge pull request #356 from bra1nDump/fix-testingNate Sesti
Fixed Mocha tests + added debugging configurations to vscode
2023-08-07fix: :white_check_mark: allow longer for python server to start in testNate Sesti
2023-08-07- Allowing debugging server while debugging extension testsKirill Dubovitskiy
- Preventing mocha timeouts due to hitting breakpoints
2023-08-07ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-07Adding launch configuration for debugging tests (separate from server)Kirill Dubovitskiy
2023-08-07ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-07Refactor test scripts and update build configurationsKirill Dubovitskiy
- Added a new esbuild for: - bundling test runners (run tests on vscode + mocha runner) - bundling all tests in the project - Some opinionated renamings / moving test related things around - Changed output directory in tsconfig to avoid overriding the entire out directory - bundles tests also go there Some poking around trying to deprecate jest as it is not used and mocha is more often used for vscode extension testing. Though I assume jest was added to test GUI within extension. This work was started because there are compilation issues with the current setup and neither of the tests are actually working so figured getting one to a working spot is a good start
2023-08-07ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-07Merge pull request #352 from bra1nDump/setup-experienceNate Sesti
Improved 2 click setup experience for new devs
2023-08-07ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-07Merge branch 'main' of https://github.com/continuedev/continueNate Sesti
2023-08-07feat: :children_crossing: sort history by reverse dateNate Sesti
2023-08-07Using esbuild.mjs for configurationKirill Dubovitskiy
Added example directory with a typescript program and open it by default in the extension host - its nice to have an isolated environment where the extension can be played with. You can always open an actual project folder if you want to
2023-08-07Forgot to update build script nameKirill Dubovitskiy
2023-08-07ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-06fix: :bug: clear all other selector destrucuringNate Sesti
2023-08-06Merge branch 'main' of https://github.com/continuedev/continueNate Sesti
2023-08-06fix: :bug: another hotfix - don't destructure selectorsNate Sesti
2023-08-07ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-06Merge branch 'main' of https://github.com/continuedev/continueNate Sesti
2023-08-06fix: :bug: hotfix for user_input_queue.mapNate Sesti
2023-08-07ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-06Merge pull request #351 from continuedev/historyNate Sesti
Session History
2023-08-06feat: :memo: note about where session data is storedNate Sesti
2023-08-06refactor: :recycle: hoist FullState up to reduxNate Sesti
2023-08-06Added a launch configuration to start debugging both server + extensionKirill Dubovitskiy
2023-08-06Fixed up broken script for installing extension built locally - we can ↵Kirill Dubovitskiy
probably just kill this code
2023-08-06ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-06Merge branch 'main' into historyNate Sesti
2023-08-06Merge branch 'main' of https://github.com/continuedev/continueNate Sesti
2023-08-06feat: :sparkles: back button on history pageNate Sesti
2023-08-06refactor: :recycle: refactor bottom bar into LayoutNate Sesti
2023-08-06feat: :construction: create new sessionsNate Sesti
2023-08-06feat: :construction: successfully loading past sessionsNate Sesti
2023-08-06Initial stab at adding more launch configurationsKirill Dubovitskiy
2023-08-06Minor refactoring to fix up typingKirill Dubovitskiy
2023-08-06feat: :construction: react-router-dom workNate Sesti
2023-08-06refactor: :loud_sound: log error on failure to start executableNate Sesti
2023-08-06ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-06ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-06Merge branch 'main' of https://github.com/continuedev/continueNate Sesti