Commit 40c97bd
authored
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- .github/workflows
- resources
- src
- extension
- commands
- services
- webview
- src
- components
- dialogs
- toolbar
- i18n
- translations
- stores
Expand file treeCollapse file tree
Open diff view settings
Collapse file
.github/workflows/security-scan.yml
Copy file name to clipboardExpand all lines: .github/workflows/security-scan.yml+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
5 | 5 | |
6 | 6 | |
7 | 7 | |
| 8 | + |
8 | 9 | |
9 | 10 | |
10 | 11 | |
|
Collapse file
+9-9Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file
resources/ai-editing-skill-template.md
Copy file name to clipboardExpand all lines: resources/ai-editing-skill-template.md+5-2Lines changed: 5 additions & 2 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | | - |
| 3 | + |
4 | 4 | |
5 | 5 | |
6 | 6 | |
7 | 7 | |
8 | 8 | |
9 | 9 | |
10 | | - |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
11 | 14 | |
12 | 15 | |
13 | 16 | |
|
Collapse file
src/extension/commands/open-editor.ts
Copy file name to clipboardExpand all lines: src/extension/commands/open-editor.ts+64Lines changed: 64 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
5 | 5 | |
6 | 6 | |
7 | 7 | |
| 8 | + |
8 | 9 | |
9 | 10 | |
10 | 11 | |
| ||
25 | 26 | |
26 | 27 | |
27 | 28 | |
| 29 | + |
28 | 30 | |
29 | 31 | |
30 | 32 | |
| ||
105 | 107 | |
106 | 108 | |
107 | 109 | |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
108 | 115 | |
109 | 116 | |
110 | 117 | |
| ||
187 | 194 | |
188 | 195 | |
189 | 196 | |
| 197 | + |
| 198 | + |
| 199 | + |
190 | 200 | |
191 | 201 | |
192 | 202 | |
| ||
426 | 436 | |
427 | 437 | |
428 | 438 | |
| 439 | + |
| 440 | + |
| 441 | + |
429 | 442 | |
430 | 443 | |
431 | 444 | |
432 | 445 | |
| 446 | + |
433 | 447 | |
434 | 448 | |
| 449 | + |
| 450 | + |
| 451 | + |
| 452 | + |
| 453 | + |
| 454 | + |
| 455 | + |
| 456 | + |
| 457 | + |
| 458 | + |
| 459 | + |
| 460 | + |
| 461 | + |
| 462 | + |
| 463 | + |
| 464 | + |
| 465 | + |
| 466 | + |
| 467 | + |
| 468 | + |
| 469 | + |
| 470 | + |
| 471 | + |
| 472 | + |
435 | 473 | |
436 | 474 | |
437 | 475 | |
| ||
440 | 478 | |
441 | 479 | |
442 | 480 | |
| 481 | + |
443 | 482 | |
444 | 483 | |
445 | 484 | |
| ||
1998 | 2037 | |
1999 | 2038 | |
2000 | 2039 | |
| 2040 | + |
| 2041 | + |
| 2042 | + |
| 2043 | + |
| 2044 | + |
| 2045 | + |
| 2046 | + |
| 2047 | + |
| 2048 | + |
| 2049 | + |
| 2050 | + |
| 2051 | + |
| 2052 | + |
| 2053 | + |
| 2054 | + |
| 2055 | + |
| 2056 | + |
| 2057 | + |
| 2058 | + |
| 2059 | + |
| 2060 | + |
| 2061 | + |
2001 | 2062 | |
2002 | 2063 | |
2003 | 2064 | |
| ||
2014 | 2075 | |
2015 | 2076 | |
2016 | 2077 | |
| 2078 | + |
| 2079 | + |
| 2080 | + |
2017 | 2081 | |
2018 | 2082 | |
2019 | 2083 | |
|
0 commit comments