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
@@ -497,7 +497,7 @@ export class ClineProvider
497
497
}
498
498
499
499
// When initializing a new task, (not from history but from a tool command
500
-
// new_task) there is no need to remove the previouse task since the new
500
+
// new_task) there is no need to remove the previous task since the new
501
501
// task is a subtask of the previous one, and when it finishes it is removed
502
502
// from the stack and the caller is resumed in this way we can have a chain
503
503
// of tasks, each one being a sub task of the previous one until the main
@@ -722,7 +722,7 @@ export class ClineProvider
722
722
/*
723
723
content security policy of your webview to only allow scripts that have a specific nonce
724
724
create a content security policy meta tag so that only loading scripts with a nonce is allowed
725
-
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.
725
+
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