summaryrefslogtreecommitdiff
path: root/extension/src
AgeCommit message (Collapse)Author
2023-08-11fix: :bug: a handful of bug fixesNate Sesti
keyboard interactions in textarea, multiple file highlighting, zombie process
2023-08-11Merge branch 'main' into ci-testingNate Sesti
2023-08-10Merge pull request #360 from bra1nDump/fixup-search-cross-workspace-polutionNate Sesti
Fixup search cross workspace polution
2023-08-10fix: :white_check_mark: allow longer wait in testNate Sesti
2023-08-10fix: :bug: don't log stdout to consoleNate Sesti
2023-08-10Merge branch 'main' into ci-testingNate Sesti
2023-08-10Remove clientgen, fix windows startup errorssestinj
2023-08-09fix: :green_heart: increase testing timeout to allow for fkillNate Sesti
2023-08-09fix: :bug: write out npm run package as package.jsNate Sesti
2023-08-09ci: :green_heart: install Xvfb to run headless electron on LinuxNate Sesti
2023-08-09ci: :green_heart: testing testing in ciNate Sesti
2023-08-09fix: :bug: windowsHide on process spawnNate Sesti
2023-08-08Cleanup of obsolete typingKirill Dubovitskiy
2023-08-08feat: :children_crossing: display troubleshooting link when loadingNate Sesti
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-07Adding launch configuration for debugging tests (separate from server)Kirill Dubovitskiy
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-07Merge pull request #352 from bra1nDump/setup-experienceNate Sesti
Improved 2 click setup experience for new devs
2023-08-06Added a launch configuration to start debugging both server + extensionKirill Dubovitskiy
2023-08-06Merge branch 'main' into historyNate 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-06refactor: :loud_sound: log error on failure to start executableNate Sesti
2023-08-06docs: :memo: deduplicate extension/ READMEsNate Sesti
2023-08-05fix: :bug: set api_keys in config.py, fix spawn error handlingNate Sesti
2023-08-04fix: :bug: ebusy and logging bug fixesNate Sesti
2023-08-04fix: :bug: solve EBUSY by pollingNate Sesti
2023-08-04fix: :bug: timeout on blocking processesNate Sesti
2023-08-04feat: :lipstick: improvements to keyboard shortcutsNate Sesti
2023-08-04feat: :children_crossing: more keyboard shortcutsNate Sesti
2023-08-04refactor: :fire: remove unused vscode commandsNate Sesti
2023-08-04fix: :bug: more reliable download with requestNate Sesti
2023-08-03feat: :lipstick: nicer "continue server loading" UINate Sesti
2023-08-03feat: :lipstick: small ui tweaks, detached child processNate Sesti
2023-08-03fix: :lipstick: small UI improvementsNate Sesti
2023-08-03fix: :bug: chmod for linux as well as macNate Sesti
2023-08-03Merge branch 'main' into package-python [skip ci]Nate Sesti
2023-08-03small fixes to setupNate Sesti
2023-08-02add .exe on windowsNate Sesti
2023-08-02add .exe file extensionNate Sesti
2023-08-02keyboard shortcuts againNate Sesti
2023-08-02await file downloadNate Sesti
2023-08-02loggingNate Sesti
2023-08-02more keyboard shortcuts workNate Sesti
2023-08-02make sure directory exists before downloadingNate Sesti
2023-08-02keyboard shortcutsNate Sesti
2023-08-02cleaning environmentSetupNate Sesti
2023-08-02Merge branch 'main' into package-pythonNate Sesti