Added an option to be able to start a pet coding session automatically. #804
Annotations
2 errors and 2 warnings
build (18.x):
src/extension/extension.ts#L321
'autoStart' is never reassigned. Use 'const' instead
|
build (18.x)
Process completed with exit code 1.
|
build (18.x):
src/extension/extension.ts#L329
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
build (18.x):
src/extension/extension.ts#L351
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|