File tree Expand file tree Collapse file tree 4 files changed +288
-2
lines changed
Expand file tree Collapse file tree 4 files changed +288
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @learningmap/learningmap " : minor
3+ " @learningmap/web-component " : minor
4+ " learningmap-studio " : minor
5+ ---
6+
7+ Add new props and first release of vs code extension
Original file line number Diff line number Diff line change 3939 env :
4040 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4141 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
42+
43+ - name : Publish VS Code extension
44+ if : steps.changesets.outputs.published == 'true'
45+ run : |
46+ pnpm --filter "learningmap-studio" vscode:publish
47+ pnpm --filter "learningmap-studio" ovsx:publish
48+ env :
49+ VSCE_PAT : ${{ secrets.VSCE_TOKEN }}
50+ OVSX_PAT : ${{ secrets.OVSX_TOKEN }}
Original file line number Diff line number Diff line change 298298 "build" : " node ../../scripts/build-vscode.mjs" ,
299299 "lint" : " tsc --noEmit" ,
300300 "watch" : " node ../../scripts/build-vscode.mjs --watch" ,
301- "package" : " vsce package"
301+ "package" : " vsce package" ,
302+ "vscode:publish" : " vsce publish --packagePath $(find . -iname *.vsix)" ,
303+ "ovsx:publish" : " ovsx publish $(find . -iname *.vsix)"
302304 },
303305 "dependencies" : {
304306 "@learningmap/learningmap" : " workspace:*" ,
305307 "react" : " ^19.2.0" ,
306308 "react-dom" : " ^19.2.0"
307309 },
308310 "devDependencies" : {
309- "@types/vscode" : " ^1.80.0" ,
310311 "@types/node" : " ^24.7.2" ,
311312 "@types/react" : " ^19.2.2" ,
312313 "@types/react-dom" : " ^19.2.1" ,
314+ "@types/vscode" : " ^1.80.0" ,
313315 "@vscode/vsce" : " ^3.2.1" ,
316+ "ovsx" : " ^0.10.6" ,
314317 "typescript" : " ~5.9.3"
315318 },
316319 "vsce" : {
You can’t perform that action at this time.
0 commit comments