Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/content/marketplaceStats.generated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

export const marketplaceStats = {
"codeXr": {
"downloadCount": 726,
"downloadCount": 727,
"displayDownloads": "700+",
"updatedAt": "2026-08-29T13:18:57.137Z",
"updatedAt": "2026-08-29T13:25:10.641Z",
"sourceUrl": "https://marketplace.visualstudio.com/items?itemName=aMonteSl.code-xr"
}
} as const
Expand Down
4 changes: 2 additions & 2 deletions src/content/marketplaceStats.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"codeXr": {
"downloadCount": 726,
"downloadCount": 727,
"displayDownloads": "700+",
"updatedAt": "2026-08-29T13:18:57.137Z",
"updatedAt": "2026-08-29T13:25:10.641Z",
"sourceUrl": "https://marketplace.visualstudio.com/items?itemName=aMonteSl.code-xr"
}
}
2 changes: 1 addition & 1 deletion src/i18n/messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"badge": "Featured",
"codeXr": {
"title": "Code-XR",
"subtitle": "VS Code extension that turns your codebase into a 3D city you can walk through, live as you edit",
"subtitle": "VS Code extension: your codebase as a 3D city you walk through as you edit",
"metric": "300+ downloads",
"vissoft": "Linked to VISSOFT @ ICSME 2025"
},
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/messages/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"badge": "Destacado",
"codeXr": {
"title": "Code-XR",
"subtitle": "Extensión de VS Code que convierte tu código en una ciudad 3D que recorres, en vivo mientras editas",
"subtitle": "Extensión de VS Code: tu código como una ciudad 3D que recorres mientras editas",
"metric": "+300 descargas",
"vissoft": "Vinculado a VISSOFT @ ICSME 2025"
},
Expand Down
Loading