File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
18
18
19
19
### Changed:
20
20
21
- - ` [SerializeField] ` snippet changed to ` sfield ` (#44 )
21
+ - ` [SerializeField] ` snippet changed to ` sfield ` ([ #44 ] ( https://github.com/kleber-swf/vscode-unity-code-snippets/issues/44 ) )
22
22
- Several internal changes to better performance and maintainability
23
23
24
24
### Fixed:
25
25
26
- - ` StateMachineBehaviour ` class template indent fix (#43 )
26
+ - ` StateMachineBehaviour ` class template indent fix ([ #43 ] ( https://github.com/kleber-swf/vscode-unity-code-snippets/issues/43 ) )
27
27
28
28
## [ 2.2.5] - 2023-08-06
29
29
Original file line number Diff line number Diff line change 124
124
"lint" : " eslint src --ext ts" ,
125
125
"test" : " node ./out/test/runTest.js" ,
126
126
"vsce:build" : " vsce package" ,
127
- "vsce:publish" : " vsce publish"
127
+ "vsce:publish" : " vsce publish; echo \" Don't forget to publish to https://open-vsx.org/ \" "
128
128
},
129
129
"devDependencies" : {
130
130
"@types/vscode" : " ^1.80.0" ,
You can’t perform that action at this time.
0 commit comments