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
Updated the README to include a quote about attribution and improved the description of the modular code structure.
Signed-off-by: Oxternal <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# Attribution VS Code Extension
2
2
3
+
"In my 17+ years of glassblowing, the Attribution of a piece was its soul—it proved who handled the heat. I built this extension to bring that same integrity to the digital canvas."
4
+
3
5
A Visual Studio Code extension that allows you to add configurable attribution text to the top of your files with enhanced features and optimizations.
4
6
5
7
## ✨ Features
@@ -80,7 +82,7 @@ Attribution-Plugin/
80
82
## 🔧 Technical Details
81
83
82
84
### Optimizations Implemented
83
-
-**Modular Code Structure** - Separated concerns into focused functions
85
+
-**Modular Code Structure** - Designed for easy onboarding of new contributors/apprentices
84
86
-**Type Safety** - Full TypeScript implementation with strict typing
85
87
-**Error Handling** - Comprehensive error handling with user feedback
86
88
-**Performance** - Efficient text insertion with proper validation
0 commit comments