Skip to content

Commit 58e78cd

Browse files
committed
Update version and icon
1 parent 2c85e38 commit 58e78cd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to the "workspace-code-snippets" extension will be documented in this file.
44

5-
[v0.5.0] 29-11-2023
5+
[v0.5.2] 29-11-2023
66

77
- prefixSymbol -> workspaceCodeSnippets.prefixSymbol in settings.json
88
- Add set scope setting in settings.json. When false, the scope will be set to global.

assets/icon.png

94.8 KB
Loading

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"homepage": "https://felix.surf/",
77
"description": "Create code snippets in your workspace and share them with your team.",
88
"repository": "https://github.com/feli0x/workspace-code-snippets",
9-
"version": "0.5.1",
10-
"icon": "assets/beta_icon.png",
9+
"version": "0.5.2",
10+
"icon": "assets/icon.png",
1111
"engines": {
1212
"vscode": "^1.83.0"
1313
},

0 commit comments

Comments
 (0)