summaryrefslogtreecommitdiff
path: root/extension/src/terminal
AgeCommit message (Collapse)Author
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-06-17temporary fix for newline due to terminal sizeNate Sesti
2023-06-16Capturing command line promptNate Sesti
2023-06-16dlt demo workNate Sesti
2023-06-16catching and explaining tracebacksNate Sesti
2023-06-15handle and explain tracebacksNate Sesti
2023-06-12patchesNate Sesti
2023-06-07dlt stuffNate Sesti
2023-06-06trying to reliably capture terminal output in vscNate Sesti
2023-06-04docusaurus link fixingNate Sesti
2023-05-23copying from old repoNate Sesti