<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sncontinue.git/extension/src/terminal, branch cleanup</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cnjoe.info/git/sncontinue.git/atom/extension/src/terminal?h=cleanup</id>
<link rel='self' href='http://cnjoe.info/git/sncontinue.git/atom/extension/src/terminal?h=cleanup'/>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/sncontinue.git/'/>
<updated>2023-08-07T22:25:11Z</updated>
<entry>
<title>Refactor test scripts and update build configurations</title>
<updated>2023-08-07T22:25:11Z</updated>
<author>
<name>Kirill Dubovitskiy</name>
<email>kirill2003de@gmail.com</email>
</author>
<published>2023-08-07T21:54:37Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/sncontinue.git/commit/?id=c12be8daf60cd3d5554e9f5465aa5e8a5187d288'/>
<id>urn:sha1:c12be8daf60cd3d5554e9f5465aa5e8a5187d288</id>
<content type='text'>
- 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
</content>
</entry>
<entry>
<title>temporary fix for newline due to terminal size</title>
<updated>2023-06-18T03:55:40Z</updated>
<author>
<name>Nate Sesti</name>
<email>sestinj@gmail.com</email>
</author>
<published>2023-06-18T03:55:40Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/sncontinue.git/commit/?id=45d36fc63a4fa949b61a6b7c21d0f0cf1452107e'/>
<id>urn:sha1:45d36fc63a4fa949b61a6b7c21d0f0cf1452107e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Capturing command line prompt</title>
<updated>2023-06-16T21:34:30Z</updated>
<author>
<name>Nate Sesti</name>
<email>sestinj@gmail.com</email>
</author>
<published>2023-06-16T21:34:30Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/sncontinue.git/commit/?id=2c1e77563097e8c245f28c461c4aca68a8a35cd8'/>
<id>urn:sha1:2c1e77563097e8c245f28c461c4aca68a8a35cd8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dlt demo work</title>
<updated>2023-06-16T18:40:36Z</updated>
<author>
<name>Nate Sesti</name>
<email>sestinj@gmail.com</email>
</author>
<published>2023-06-16T18:40:36Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/sncontinue.git/commit/?id=e2f604767dea243d5d3a0d307c8c77d27e58ecac'/>
<id>urn:sha1:e2f604767dea243d5d3a0d307c8c77d27e58ecac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>catching and explaining tracebacks</title>
<updated>2023-06-16T07:56:28Z</updated>
<author>
<name>Nate Sesti</name>
<email>sestinj@gmail.com</email>
</author>
<published>2023-06-16T07:56:28Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/sncontinue.git/commit/?id=af883f6c17af8b3b1d4a6fb780855d991c2dcf36'/>
<id>urn:sha1:af883f6c17af8b3b1d4a6fb780855d991c2dcf36</id>
<content type='text'>
</content>
</entry>
<entry>
<title>handle and explain tracebacks</title>
<updated>2023-06-16T06:42:25Z</updated>
<author>
<name>Nate Sesti</name>
<email>sestinj@gmail.com</email>
</author>
<published>2023-06-16T06:42:25Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/sncontinue.git/commit/?id=1ba5e81852f8af85f0f88536545f075ee45b454b'/>
<id>urn:sha1:1ba5e81852f8af85f0f88536545f075ee45b454b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>patches</title>
<updated>2023-06-12T07:11:45Z</updated>
<author>
<name>Nate Sesti</name>
<email>sestinj@gmail.com</email>
</author>
<published>2023-06-12T07:11:45Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/sncontinue.git/commit/?id=e61d3b6bb62ec521e2340804bc1d9ac567866a01'/>
<id>urn:sha1:e61d3b6bb62ec521e2340804bc1d9ac567866a01</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dlt stuff</title>
<updated>2023-06-07T05:08:34Z</updated>
<author>
<name>Nate Sesti</name>
<email>sestinj@gmail.com</email>
</author>
<published>2023-06-07T05:08:34Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/sncontinue.git/commit/?id=0b7bf89141d2f7eba035c06bd848034c6d55fce6'/>
<id>urn:sha1:0b7bf89141d2f7eba035c06bd848034c6d55fce6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>trying to reliably capture terminal output in vsc</title>
<updated>2023-06-06T21:50:50Z</updated>
<author>
<name>Nate Sesti</name>
<email>sestinj@gmail.com</email>
</author>
<published>2023-06-06T21:50:50Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/sncontinue.git/commit/?id=7af8208d0adb9586e60bd67fd6f4f321a35262d8'/>
<id>urn:sha1:7af8208d0adb9586e60bd67fd6f4f321a35262d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docusaurus link fixing</title>
<updated>2023-06-04T22:04:39Z</updated>
<author>
<name>Nate Sesti</name>
<email>sestinj@gmail.com</email>
</author>
<published>2023-06-04T22:04:39Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/sncontinue.git/commit/?id=08d1d790eecc10fd4eaa250cd2682fa936a45ef8'/>
<id>urn:sha1:08d1d790eecc10fd4eaa250cd2682fa936a45ef8</id>
<content type='text'>
</content>
</entry>
</feed>
