Skip to content

Commit 8428033

Browse files
committed
chore: update urls, phoenix fs to support large folder copy paste
1 parent 8fe3eb6 commit 8428033

File tree

6 files changed

+17
-16
lines changed

6 files changed

+17
-16
lines changed

docs/generatedApiDocs/features/TaskManager-API.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Type: [Object][1]
2121

2222
### Properties
2323

24+
* `show` **function (): void** Shows the task popup in the ui.
2425
* `close` **function (): void** Closes the task and removes it from the UI.
2526
* `setTitle` **function ([string][2]): void** Sets the task's title.
2627
* `getTitle` **function (): [string][2]** Returns the task's title.

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"@floating-ui/dom": "^0.5.4",
8888
"@fortawesome/fontawesome-free": "^6.1.2",
8989
"@highlightjs/cdn-assets": "^11.5.1",
90-
"@phcode/fs": "^2.0.6",
90+
"@phcode/fs": "^2.1.0",
9191
"@pixelbrackets/gfm-stylesheet": "^1.1.0",
9292
"@prettier/plugin-php": "0.18.9",
9393
"@uiw/file-icons": "^1.3.2",

src-node/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"IMPORTANT!!": "Adding things here will bloat up the package size",
2121
"dependencies": {
22-
"@phcode/fs": "^2.0.6",
22+
"@phcode/fs": "^2.1.0",
2323
"npm": "10.1.0",
2424
"ws": "^8.13.0",
2525
"lmdb": "^2.9.2",

src/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"glob_help_url": "https://github.com/adobe/brackets/wiki/Using-File-Filters",
1111
"release_notes_url": "https://github.com/adobe/brackets/wiki/Release-Notes",
1212
"homepage_url": "https://phcode.io",
13-
"update_download_page": "https://phcode.io/downloads",
13+
"update_download_page": "https://phcode.io/",
1414
"twitter_url": "https://twitter.com/phcodedev",
1515
"troubleshoot_url": "https://github.com/adobe/brackets/wiki/Troubleshooting#wiki-livedev",
1616
"twitter_name": "@phcodedev",

0 commit comments

Comments
 (0)