Skip to content

Commit 5a8cd5d

Browse files
committed
Specify appropriate usage of new lines and indentation
1 parent 8151bb7 commit 5a8cd5d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/editing.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ export const editingActions = {
107107
description: 'Insert code at the specified position.'
108108
+ ' Absolute line and column numbers are one-based.'
109109
+ ' If no position is specified, your cursor\'s current position will be used.'
110-
+ ' After inserting, your cursor will be placed at the end of the inserted text.',
110+
+ ' After inserting, your cursor will be placed at the end of the inserted text.'
111+
+ ' Also make sure you use new lines and indentation appropriately.',
111112
schema: {
112113
type: 'object',
113114
properties: {

0 commit comments

Comments
 (0)