File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11661166 " sentence"
11671167 ],
11681168 "markdownEnumDescriptions" : [
1169- " Do not perform any text wraping " ,
1169+ " Do not perform any text wrapping " ,
11701170 " Wrap text to occupy a fixed number of columns" ,
11711171 " Insert a line break after each sentence"
11721172 ]
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ export async function activate(context: vscode.ExtensionContext) {
9999 commands . push ( ...assistCommands ) ;
100100 }
101101
102- // walkthough
102+ // walkthrough
103103 commands . push ( ...walkthroughCommands ( host , quartoContext ) ) ;
104104
105105 // provide render
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ export async function reopenEditorInSourceMode(
7777 VisualEditorProvider . recordPendingSwitchToSource ( document ) ;
7878
7979 // close editor (return immediately as if we don't then any
80- // rpc method that calls this wil result in an error b/c the webview
80+ // rpc method that calls this will result in an error b/c the webview
8181 // has been torn down by the time we return)
8282 commands . executeCommand ( 'workbench.action.closeActiveEditor' ) . then ( async ( ) => {
8383 if ( document . isUntitled ) {
You can’t perform that action at this time.
0 commit comments