|
| 1 | +languageId: typescript |
| 2 | +command: |
| 3 | + spokenForm: clone up argue |
| 4 | + version: 2 |
| 5 | + targets: |
| 6 | + - type: primitive |
| 7 | + modifiers: |
| 8 | + - type: containingScope |
| 9 | + scopeType: {type: argumentOrParameter} |
| 10 | + usePrePhraseSnapshot: true |
| 11 | + action: {name: insertCopyBefore} |
| 12 | +initialState: |
| 13 | + documentContents: |- |
| 14 | + function foo(bar: number) { |
| 15 | + |
| 16 | + } |
| 17 | + selections: |
| 18 | + - anchor: {line: 0, character: 15} |
| 19 | + active: {line: 0, character: 15} |
| 20 | + - anchor: {line: 0, character: 20} |
| 21 | + active: {line: 0, character: 20} |
| 22 | + marks: {} |
| 23 | +finalState: |
| 24 | + documentContents: |- |
| 25 | + function foo(bar: number, bar: number) { |
| 26 | + |
| 27 | + } |
| 28 | + selections: |
| 29 | + - anchor: {line: 0, character: 15} |
| 30 | + active: {line: 0, character: 15} |
| 31 | + - anchor: {line: 0, character: 20} |
| 32 | + active: {line: 0, character: 20} |
| 33 | + thatMark: |
| 34 | + - anchor: {line: 0, character: 13} |
| 35 | + active: {line: 0, character: 24} |
| 36 | + sourceMark: |
| 37 | + - anchor: {line: 0, character: 26} |
| 38 | + active: {line: 0, character: 37} |
| 39 | +decorations: |
| 40 | + - name: justAddedBackground |
| 41 | + type: token |
| 42 | + start: {line: 0, character: 13} |
| 43 | + end: {line: 0, character: 24} |
| 44 | +fullTargets: [{type: primitive, mark: {type: cursor}, modifiers: [{type: containingScope, scopeType: {type: argumentOrParameter}}]}] |
0 commit comments