Skip to content

Commit f407c28

Browse files
committed
deploy: cd657c3
1 parent 61c870c commit f407c28

237 files changed

Lines changed: 488 additions & 696 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

appConfig.js

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,13 @@ window.AppConfig = {
3434
"app_notification_url": "https://updates.phcode.io/appNotifications/staging/",
3535
"app_update_url": "https://updates.phcode.io/tauri/update-latest-pre-release.json",
3636
"extensionTakedownURL": "https://updates.phcode.io/extension_takedown.json",
37+
"lsp_server_pins": {
38+
"intelephense": "1.18.5",
39+
"pyrefly": "1.1.1",
40+
"ruff": "0.15.20"
41+
},
3742
"linting.enabled_by_default": true,
38-
"build_timestamp": "2026-07-24T12:19:17.974Z",
43+
"build_timestamp": "2026-07-25T06:54:40.633Z",
3944
"googleAnalyticsID": "G-FP5S9BKDSJ",
4045
"googleAnalyticsIDDesktop": "G-D5R1Y6PTS8",
4146
"mixPanelID": "a7e08ffd43c37767c29b13df1d2e6c62",
@@ -47,7 +52,7 @@ window.AppConfig = {
4752
"bugsnagEnv": "staging"
4853
},
4954
"name": "Phoenix Code",
50-
"version": "5.2.0-23174",
55+
"version": "5.2.0-23178",
5156
"apiVersion": "5.2.0",
5257
"homepage": "https://core.ai",
5358
"issues": {

assets/default-project/en.zip

0 Bytes
Binary file not shown.

assets/sample-projects/HTML5.zip

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

assets/sample-projects/explore.zip

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

brackets.js

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

cacheManifest.json

Lines changed: 59 additions & 59 deletions
Large diffs are not rendered by default.

config.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,13 @@
3333
"app_notification_url": "https://updates.phcode.io/appNotifications/staging/",
3434
"app_update_url": "https://updates.phcode.io/tauri/update-latest-pre-release.json",
3535
"extensionTakedownURL": "https://updates.phcode.io/extension_takedown.json",
36+
"lsp_server_pins": {
37+
"intelephense": "1.18.5",
38+
"pyrefly": "1.1.1",
39+
"ruff": "0.15.20"
40+
},
3641
"linting.enabled_by_default": true,
37-
"build_timestamp": "2026-07-24T12:19:17.974Z",
42+
"build_timestamp": "2026-07-25T06:54:40.633Z",
3843
"googleAnalyticsID": "G-FP5S9BKDSJ",
3944
"googleAnalyticsIDDesktop": "G-D5R1Y6PTS8",
4045
"mixPanelID": "a7e08ffd43c37767c29b13df1d2e6c62",
@@ -46,7 +51,7 @@
4651
"bugsnagEnv": "staging"
4752
},
4853
"name": "Phoenix Code",
49-
"version": "5.2.0-23174",
54+
"version": "5.2.0-23178",
5055
"apiVersion": "5.2.0",
5156
"homepage": "https://core.ai",
5257
"issues": {

0 commit comments

Comments
 (0)