You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ Ampify is a **multi-functional, practical VS Code extension** that helps you wor
7
7
- Copy **relative path** + selected line number
8
8
- Copy **absolute path** + selected line number
9
9
- Unified Activity Bar entry with a segmented Tab Bar (Launcher/Skills/Commands/Git Sync)
10
+
- Settings panel with **Apply & Reload** for storage root changes
10
11
- Skills Manager with a global Skills library (SKILL.md metadata)
11
12
- Search, tag filter, preview, and apply Skills to a project
12
13
- Git Sync module for unified repository sync and diff preview
@@ -46,6 +47,11 @@ Ampify is a **multi-functional, practical VS Code extension** that helps you wor
46
47
- Preview, apply, remove, or delete commands
47
48
- Inject target can be customized via `ampify.commands.injectTarget`
48
49
50
+
### Settings
51
+
52
+
- Open **Ampify** from the Activity Bar and use the **Settings** panel
53
+
- Update storage root or language, then click **Apply & Reload**
54
+
49
55
> Global Skills location: `~/.vscode-ampify/vscodeskillsmanager/skills`
50
56
> Inject target can be customized via `ampify.skills.injectTarget`
51
57
> A hierarchical Skills index will be generated at the parent of the inject target (e.g. `.claude/SKILLS.md`) and referenced via `<skillsmanager><include>` in AGENTS.md
@@ -61,6 +67,7 @@ Ampify 是一个**多功能实用型 VS Code 扩展**,整合了**文件路径
61
67
- 复制**相对路径** + 选中行号
62
68
- 复制**绝对路径** + 选中行号
63
69
- Activity Bar 多实例启动器视图
70
+
- 设置面板支持 **应用并重载**(用于存储根目录修改)
64
71
- Skills Manager 全局 Skills 库(SKILL.md 元数据)
65
72
- Skills 搜索、标签过滤、预览与注入项目
66
73
- Git Sync 模块:统一同步与差异预览
@@ -100,6 +107,11 @@ Ampify 是一个**多功能实用型 VS Code 扩展**,整合了**文件路径
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"name": "ampify",
3
3
"displayName": "Ampify",
4
4
"description": "Ampify: A practical, multi-feature VS Code extension combining path+line copying and a multi-instance launcher (多功能实用扩展,集文件路径行号复制与多实例启动器于一体,持续发展中)。",
0 commit comments