File tree Expand file tree Collapse file tree 2 files changed +23
-6
lines changed Expand file tree Collapse file tree 2 files changed +23
-6
lines changed Original file line number Diff line number Diff line change 1
- # Change Log
1
+ # Changelog
2
2
3
- All notable changes to the "workspace-snippets" extension will be documented in this file.
3
+ All notable changes to the "workspace-code- snippets" extension will be documented in this file.
4
4
5
- Check [ Keep a Changelog ] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
5
+ [ v0.5.0 ] 29-11-2023
6
6
7
- ## [ Unreleased]
7
+ - prefixSymbol -> workspaceCodeSnippets.prefixSymbol in settings.json
8
+ - Add set scope setting in settings.json. When false, the scope will be set to global.
9
+ - New icon
8
10
9
- - Initial release
11
+ [ v0.4.0] 16-10-2023
12
+
13
+ - Updated package.json version to 0.4.0 for enhanced compatibility
14
+ - Streamlined code structure by refactoring and separating files for improved maintainability and scalability
15
+
16
+ [ v0.1.0 - v0.3.0] 03-10-2023
17
+
18
+ - Init
19
+ - Added keybinding and menu item
20
+ - Updated readme
21
+ - Added icon and moved images to assets folder
22
+ - Checked if snippet already exists
23
+ - Showed as status message instead of popup message
24
+ - Added scope to the snippet
25
+ - Created prefix from name
26
+ - Updated package.json
Original file line number Diff line number Diff line change 6
6
"homepage" : " https://felix.surf/" ,
7
7
"description" : " Create code snippets in your workspace and share them with your team." ,
8
8
"repository" : " https://github.com/feli0x/workspace-code-snippets" ,
9
- "version" : " 0.4 .0" ,
9
+ "version" : " 0.5 .0" ,
10
10
"icon" : " assets/icon.png" ,
11
11
"engines" : {
12
12
"vscode" : " ^1.83.0"
You can’t perform that action at this time.
0 commit comments