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
Add server logic debug command and welcome notification (#1394)
* Add debug command for Server Logic in navigation group
* Refactor debug configuration resolution to handle server logic files more clearly
* Show welcome notification for server logic files in active editor
---------
Co-authored-by: Amit Joshi <[email protected]>
Copy file name to clipboardExpand all lines: l10n/bundle.l10n.json
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,23 @@
32
32
"Failed to fetch some files.": "Failed to fetch some files.",
33
33
"Failed to get file ready for edit: {0}": "Failed to get file ready for edit: {0}",
34
34
"Saving your file ...": "Saving your file ...",
35
+
"Debug Power Pages Server Logic": "Debug Power Pages Server Logic",
36
+
"Debug Current Server Logic": "Debug Current Server Logic",
37
+
"Run Server Logic": "Run Server Logic",
38
+
"Cannot debug: Please open a server logic file (.js) from the server-logics folder.": "Cannot debug: Please open a server logic file (.js) from the server-logics folder.",
39
+
"Server Logic debugging requires an open workspace.": "Server Logic debugging requires an open workspace.",
40
+
"Failed to initialize Server Logic debugger: {0}": "Failed to initialize Server Logic debugger: {0}",
41
+
"No active editor found.": "No active editor found.",
42
+
"Please open a server logic file (.js) from the server-logics folder.": "Please open a server logic file (.js) from the server-logics folder.",
43
+
"No active editor. Please open a server logic file.": "No active editor. Please open a server logic file.",
44
+
"Power Pages Server Logic detected! You can now debug your server logic files with breakpoints and IntelliSense.": "Power Pages Server Logic detected! You can now debug your server logic files with breakpoints and IntelliSense.",
45
+
"Debug Current File": "Debug Current File",
46
+
"Learn More": "Learn More",
47
+
"Don't Show Again": "Don't Show Again",
48
+
"Debug": "Debug",
49
+
"Debug this server logic file": "Debug this server logic file",
50
+
"Run": "Run",
51
+
"Run this server logic file without debugging": "Run this server logic file without debugging",
35
52
"Enter Organization ID": "Enter Organization ID",
36
53
"Power Pages Copilot is now connected to the environment: {0} : {1}/{0} represents the environment name": {
37
54
"message": "Power Pages Copilot is now connected to the environment: {0} : {1}",
<sourcexml:lang="en">No Website Data Found in Current Directory. Please switch to a directory that contains the PAC downloaded website data to continue.</source>
0 commit comments