You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Subscribe to code index status updates if the manager exists
@@ -465,7 +465,7 @@ export class ClineProvider extends EventEmitter<ClineProviderEvents> implements
465
465
}
466
466
467
467
// When initializing a new task, (not from history but from a tool command
468
-
// new_task) there is no need to remove the previouse task since the new
468
+
// new_task) there is no need to remove the previous task since the new
469
469
// task is a subtask of the previous one, and when it finishes it is removed
470
470
// from the stack and the caller is resumed in this way we can have a chain
471
471
// of tasks, each one being a sub task of the previous one until the main
@@ -685,7 +685,7 @@ export class ClineProvider extends EventEmitter<ClineProviderEvents> implements
685
685
/*
686
686
content security policy of your webview to only allow scripts that have a specific nonce
687
687
create a content security policy meta tag so that only loading scripts with a nonce is allowed
688
-
As your extension grows you will likely want to add custom styles, fonts, and/or images to your webview. If you do, you will need to update the content security policy meta tag to explicity allow for these resources. E.g.
688
+
As your extension grows you will likely want to add custom styles, fonts, and/or images to your webview. If you do, you will need to update the content security policy meta tag to explicitly allow for these resources. E.g.
0 commit comments