|
16 | 16 | "Other" |
17 | 17 | ], |
18 | 18 | "activationEvents": [ |
19 | | - "onStartupFinished" |
| 19 | + "onStartupFinished", |
| 20 | + "onView:fusi-tools.aiCommitView", |
| 21 | + "onCommand:fusi-tools.previewSmartDiff", |
| 22 | + "onCommand:fusi-tools.generateSmart", |
| 23 | + "onCommand:fusi-tools.generateDirect", |
| 24 | + "onCommand:fusi-tools.applyCommit", |
| 25 | + "onCommand:fusi-tools.viewAiPrompt", |
| 26 | + "onView:fusi-tools.gitIgnoreManager.view", |
| 27 | + "onCommand:fusi-tools.gitIgnoreManager.ignoreAssumeUnchanged", |
| 28 | + "onCommand:fusi-tools.gitIgnoreManager.ignoreSkipWorktree", |
| 29 | + "onCommand:fusi-tools.gitIgnoreManager.showIgnored", |
| 30 | + "onCommand:fusi-tools.gitIgnoreManager.unignore", |
| 31 | + "onCommand:fusi-tools.gitIgnoreManager.refresh", |
| 32 | + "onView:fusi-tools.gitWorktree.view", |
| 33 | + "onCommand:fusi-tools.gitWorktree.refresh", |
| 34 | + "onCommand:fusi-tools.gitWorktree.openIntegratedTerminal", |
| 35 | + "onCommand:fusi-tools.gitWorktree.openExternalTerminal", |
| 36 | + "onCommand:fusi-tools.gitWorktree.pull", |
| 37 | + "onCommand:fusi-tools.gitWorktree.push", |
| 38 | + "onCommand:fusi-tools.gitWorktree.revealInExplorer", |
| 39 | + "onCommand:fusi-tools.gitWorktree.openInVsCode", |
| 40 | + "onView:fusi-tools.projectFavorites.view", |
| 41 | + "onCommand:fusi-tools.projectFavorites.addFile", |
| 42 | + "onCommand:fusi-tools.projectFavorites.moveToCategory", |
| 43 | + "onCommand:fusi-tools.projectFavorites.addCategory", |
| 44 | + "onCommand:fusi-tools.projectFavorites.removeFile", |
| 45 | + "onCommand:fusi-tools.projectFavorites.removeCategory", |
| 46 | + "onCommand:fusi-tools.projectFavorites.renameCategory", |
| 47 | + "onCommand:fusi-tools.projectFavorites.renameFile", |
| 48 | + "onCommand:fusi-tools.projectFavorites.refresh", |
| 49 | + "onCommand:fusi-tools.copyName", |
| 50 | + "onCommand:fusi-tools.copyRelativeName", |
| 51 | + "onCommand:fusi-tools.generateTree", |
| 52 | + "onCommand:fusi-tools.copyFile", |
| 53 | + "onCommand:fusi-tools.customCopy" |
20 | 54 | ], |
21 | 55 | "extensionDependencies": [ |
22 | 56 | "vscode.git" |
|
0 commit comments