File tree Expand file tree Collapse file tree 4 files changed +108
-128
lines changed
Expand file tree Collapse file tree 4 files changed +108
-128
lines changed Original file line number Diff line number Diff line change @@ -10,4 +10,5 @@ vsc-extension-quickstart.md
1010** /.vscode-test. *
1111* .vsix
1212assets /** /* .gif
13+ assets /logo.svg
1314
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to the "formalist" extension will be documented in this file
44
55Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
66
7+ ## [ 0.2.3] -- 2025-12-22
8+
9+ - Nothing interesting, just updated dependencies
10+
711## [ 0.2.2] -- 2025-04-6
812
913- Update R dependencies (fix #5 )
Original file line number Diff line number Diff line change 22 "name" : " formalist" ,
33 "displayName" : " formalist" ,
44 "description" : " Make R code properly formatted" ,
5- "version" : " 0.2.2 " ,
5+ "version" : " 0.2.3 " ,
66 "publisher" : " atsyplenkov" ,
77 "license" : " MIT" ,
88 "pricing" : " Free" ,
2020 },
2121 "engines" : {
2222 "positron" : " >=2025.01.0" ,
23- "vscode" : " ^1.93 .0"
23+ "vscode" : " 1.106 .0"
2424 },
2525 "categories" : [
2626 " Other" ,
8686 "test" : " vscode-test"
8787 },
8888 "devDependencies" : {
89- "@types/vscode" : " ^1.93.0" ,
9089 "@types/mocha" : " ^10.0.7" ,
9190 "@types/node" : " 20.x" ,
91+ "@types/vscode" : " ^1.106.0" ,
92+ "@vscode/test-cli" : " ^0.0.12" ,
93+ "@vscode/test-electron" : " ^2.4.0" ,
9294 "eslint" : " ^8.57.0" ,
93- "typescript" : " ^5.4.5" ,
94- "@vscode/test-cli" : " ^0.0.9" ,
95- "@vscode/test-electron" : " ^2.4.0"
95+ "typescript" : " ^5.4.5"
96+ },
97+ "resolutions" : {
98+ "@vscode/test-cli/glob" : " 10.5.0" ,
99+ "eslint/minimatch/brace-expansion" : " 1.1.12" ,
100+ "@vscode/test-cli/minimatch/brace-expansion" : " 2.0.2" ,
101+ "@vscode/test-cli/glob/minimatch/brace-expansion" : " 2.0.2" ,
102+ "mocha/glob/minimatch/brace-expansion" : " 2.0.2"
96103 }
97104}
You can’t perform that action at this time.
0 commit comments