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: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,10 @@ All notable changes to the "promptitude" extension will be documented in this fi
20
20
- Fixed duplicate repositories persisting in configuration by automatically removing them and updating settings when detected.
21
21
- Fixed 'All Sources' dropdown preventing users from deselecting the only repository source by implementing sentinel value pattern to distinguish between "all sources" and "no sources selected" states.
22
22
- Fixed Activity Bar icon not displaying by converting SVG to monochrome format with currentColor support for proper theme adaptation.
23
+
- Fixed prompt details webview initializing with visible empty state instead of hidden state on load.
24
+
- Fixed prompt content textarea being editable instead of read-only in details view.
25
+
- Fixed empty state remaining visible when prompt is selected in details view.
26
+
- Fixed activate button styling in prompt details view to use blue color with plus icon for better visibility and consistency.
0 commit comments