You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: prompt to enable local dev @W-20406426 #595 (#597)
* feat: prompt to enable local dev
* fix: re-added environment variable for VSCode command
* feat: prompt for app and site, added coverage
* fix: addressed review comments
* fix: api version missing
* fix: cookie disable separated
* fix: refactored connections so they are defined once
---------
Co-authored-by: Nicolas Kruk <nicolaskruk@gmail.com>
Copy file name to clipboardExpand all lines: messages/shared.utils.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,10 @@ The SSL certificate data to be used by the local dev server for secure connectio
26
26
27
27
You must provide valid SSL certificate data
28
28
29
+
# localdev.enabled
30
+
31
+
Local dev has been enabled for this org.
32
+
29
33
# error.localdev.not.enabled
30
34
31
35
Local Dev is not enabled for your org. See https://developer.salesforce.com/docs/platform/lwc/guide/get-started-test-components.html for more information on enabling and using Local Dev.
0 commit comments