Skip to content

Commit 6e82f60

Browse files
committed
Merge branch 'master' of gitlab.com:senx/vscode-warpscriptlanguage
2 parents c36088a + 97523e3 commit 6e82f60

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,27 @@ More details on [warp10.io](https://www.warp10.io)
2222
- reduce
2323
- filter
2424
- apply
25-
- Embedded WarpView Dataviz
25+
- discovery
26+
- Embedded Dataviz
27+
- Embedded [Discovery](https://discovery.warp10.io/) support
2628
- Embedded base 64 image viewer (visible only if returned JSON contains at least one base64 image)
2729
- WarpScript execution history in output window using the format (files are clickable):
2830
- [EXEC_START_DATE] file:///os_temp_dir/executed_warpscript.mc2 => file:///os_temp_dir/result.json exec_time fetched_data op_count main_filename.mc2 endpoint
2931
- [EXEC_START_DATE] ERROR /path/to/script/in/error.mc2:error_line reason_of_failure
3032
- 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 Warp 10 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)
3234

35+
## Code Debug/Profile
36+
37+
Supports the [TracePlugin](https://studio.senx.io/#/ad/trace-plugin-info) for debugging and profiling WarpScript.
3338

3439
## Tips
3540

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`
3742
- `// @endpoint http://xxx/api/v0/exec` at the beginning of the script change the remote execution endpoint
3843
- `// @localmacrosubstitution false` at the beginning of the script deactivate the local macro substitution
3944
- `// @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.
4146

4247
## Graph interactions
4348

0 commit comments

Comments
 (0)