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
- WarpScript and resulting JSON are sent gzipped between the client and the server
31
-
- (experimental) You can close all the JSON result files to clean your workspace (command Ctrl+Shift+P > "Close all Warp10 JSON output in the workspace" command)
33
+
- (experimental) You can close all the JSON result files to clean your workspace (command Ctrl+Shift+P > "Close all Warp 10 JSON output in the workspace" command)
32
34
35
+
## Code Debug/Profile
36
+
37
+
Supports the [TracePlugin](https://studio.senx.io/#/ad/trace-plugin-info) for debugging and profiling WarpScript.
33
38
34
39
## Tips
35
40
36
-
- To slow down autocompletion, you can use VS Code built in configuration `editor.quickSuggestionsDelay`
41
+
- To slow down autocompletion, you can use VSCode built in configuration `editor.quickSuggestionsDelay`
37
42
-`// @endpoint http://xxx/api/v0/exec` at the beginning of the script change the remote execution endpoint
38
43
-`// @localmacrosubstitution false` at the beginning of the script deactivate the local macro substitution
39
44
-`// @preview none` at the beginning of the script disable the preview. `gts` or `image` force the focus to the GTS or image preview after execution.
40
-
- You can set the VS Code default language to WarpScript (Ctrl+, search for default language settings). Every new file (Ctrl+N) will be a WarpScript.
45
+
- You can set the VSCode default language to WarpScript (Ctrl+, search for default language settings). Every new file (Ctrl+N) will be a WarpScript.
0 commit comments