File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1166
1166
" sentence"
1167
1167
],
1168
1168
"markdownEnumDescriptions" : [
1169
- " Do not perform any text wraping " ,
1169
+ " Do not perform any text wrapping " ,
1170
1170
" Wrap text to occupy a fixed number of columns" ,
1171
1171
" Insert a line break after each sentence"
1172
1172
]
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ export async function activate(context: vscode.ExtensionContext) {
99
99
commands . push ( ...assistCommands ) ;
100
100
}
101
101
102
- // walkthough
102
+ // walkthrough
103
103
commands . push ( ...walkthroughCommands ( host , quartoContext ) ) ;
104
104
105
105
// provide render
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ export async function reopenEditorInSourceMode(
77
77
VisualEditorProvider . recordPendingSwitchToSource ( document ) ;
78
78
79
79
// 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
81
81
// has been torn down by the time we return)
82
82
commands . executeCommand ( 'workbench.action.closeActiveEditor' ) . then ( async ( ) => {
83
83
if ( document . isUntitled ) {
You can’t perform that action at this time.
0 commit comments