summaryrefslogtreecommitdiff
path: root/extension
AgeCommit message (Collapse)Author
2023-08-10ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-10fix: :bookmark: update versionNate Sesti
2023-08-10ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-10revert: :bookmark: update versionNate Sesti
2023-08-10ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-10Remove clientgen, fix windows startup errorssestinj
2023-08-10ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-09fix: :bookmark: update extension versionNate Sesti
2023-08-09ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-09Merge branch 'main' of https://github.com/continuedev/continueNate Sesti
2023-08-09fix: :bug: windowsHide on process spawnNate Sesti
2023-08-09ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-09Merge pull request #358 from bra1nDump/environment-setup-documentation-updateNate Sesti
Updated documentation for environment setup
2023-08-09ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-09ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-09ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-09Merge branch 'main' of https://github.com/continuedev/continueNate Sesti
2023-08-08feat: :sparkles: testing improved prompting for stablecodeNate Sesti
2023-08-09ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-09ci: 💚 Update package.json version [skip ci]GitHub Action
2023-08-08Merge branch 'main' of https://github.com/continuedev/continueNate Sesti
2023-08-08Updated documentation to reflect the new fastest getting started path in VSCodeKirill Dubovitskiy
2023-08-08docs: :memo: update vscode readme with discord badge, centerNate Sesti
2023-08-08feat: :sparkles: set static urls for contextproviderNate 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-08Merge branch 'main' of https://github.com/continuedev/continueNate Sesti
2023-08-08fix: :lipstick: fix UI problems in vscode light themesNate 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-08feat: :children_crossing: display troubleshooting link when loadingNate 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: 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