solver-sdk 9.3.0 → 9.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -269,9 +269,9 @@ export interface TodoItem {
|
|
|
269
269
|
activeForm?: string;
|
|
270
270
|
}
|
|
271
271
|
/**
|
|
272
|
-
* 📋
|
|
272
|
+
* 📋 TODO Update событие
|
|
273
273
|
*
|
|
274
|
-
* Формат совместим с
|
|
274
|
+
* Формат совместим с Native VS Code API
|
|
275
275
|
*/
|
|
276
276
|
export interface TodoUpdateEvent {
|
|
277
277
|
type: 'todo_update';
|