File tree Expand file tree Collapse file tree 4 files changed +124
-498
lines changed Expand file tree Collapse file tree 4 files changed +124
-498
lines changed Original file line number Diff line number Diff line change 1616 "background" : {
1717 "activeOnStart" : true ,
1818 "beginsPattern" : " Build start" ,
19- "endsPattern" : " Build success "
19+ "endsPattern" : " Build complete "
2020 }
2121 }
2222 ],
Original file line number Diff line number Diff line change 22 "publisher" : " antfu" ,
33 "name" : " file-nesting" ,
44 "displayName" : " File Nesting Updater" ,
5+ "type" : " module" ,
56 "version" : " 1.1.3" ,
67 "private" : true ,
78 "description" : " Auto updating for Anthony's file nesting config" ,
1819 "preview" : true ,
1920 "icon" : " res/logo.png" ,
2021 "engines" : {
21- "vscode" : " ^1.67 .0"
22+ "vscode" : " ^1.100 .0"
2223 },
2324 "activationEvents" : [
2425 " onStartupFinished"
Original file line number Diff line number Diff line change 1111 "scripts" : {
1212 "update" : " node update.mjs" ,
1313 "lint" : " eslint ." ,
14- "ext:build" : " cd extension && tsdown src/index.ts --external vscode --format cjs --clean " ,
14+ "ext:build" : " cd extension && tsdown src/index.ts --external vscode" ,
1515 "ext:dev" : " nr ext:build --watch src" ,
1616 "ext:publish" : " nr ext:build && cd extension && vsce publish --no-dependencies && ovsx publish --no-dependencies" ,
1717 "ext:pack" : " nr ext:build && cd extension && vsce package --no-dependencies"
2323 "eslint" : " ^9.26.0" ,
2424 "eslint-factory" : " ^0.1.2" ,
2525 "ofetch" : " ^1.4.1" ,
26- "tsdown" : " ^0.9.9 " ,
26+ "tsdown" : " ^0.11.5 " ,
2727 "typescript" : " ^5.8.3"
2828 }
2929}
You can’t perform that action at this time.
0 commit comments