We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a62948 commit ac811ceCopy full SHA for ac811ce
CHANGELOG.md
@@ -7,6 +7,7 @@ All notable changes to the "promptitude" extension will be documented in this fi
7
### Fixed
8
9
- **VS Code Profile Support**: Fixed issue where extension didn't work properly with multiple VS Code profiles
10
+- **Chatmodes support**: Chatmodes will now sync correctly.
11
12
## [1.4.0] - 2025-10-03
13
package.json
@@ -2,7 +2,7 @@
2
"name": "promptitude-extension",
3
"displayName": "Promptitude",
4
"description": "Sync GitHub Copilot prompts, chatmodes and instructions from git repositories",
5
- "version": "1.4.0",
+ "version": "1.5.0",
6
"publisher": "logientnventive",
"repository": {
"type": "git",
0 commit comments