-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add refresh/reload commands to Triplex for VS Code
adeira-source-id: 7493473f6f0deb51e4931b7c48c8335117d2af2f
- Loading branch information
1 parent
cb019dc
commit d5165fd
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
"@triplex/bridge": patch | ||
"@triplex/client": patch | ||
"@triplex/lib": patch | ||
"triplex-vsce": patch | ||
--- | ||
|
||
Add refresh for the scene via CommandOrCtrl+R. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
"@triplex/renderer-r3f": patch | ||
"@triplex/bridge": patch | ||
"@triplex/lib": patch | ||
"triplex-vsce": patch | ||
--- | ||
|
||
Add hard reload for the scene via CommandOrCtrl+Shift+R. |