Skip to content

Commit

Permalink
feat: Add copy wuid option to WU Node
Browse files Browse the repository at this point in the history
Remove last of OMD references

Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
  • Loading branch information
GordonSmith committed Jul 20, 2021
1 parent c57d696 commit 02158b9
Show file tree
Hide file tree
Showing 11 changed files with 336 additions and 651 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
{
"name": "webview-test",
"type": "chrome",
"type": "pwa-msedge",
"request": "launch",
"url": "file:///${workspaceRoot}/webview-test.html",
"runtimeArgs": [
Expand All @@ -56,7 +56,7 @@
},
{
"name": "index",
"type": "chrome",
"type": "pwa-msedge",
"request": "launch",
"url": "file:///${workspaceRoot}/index.html",
"runtimeArgs": [
Expand Down
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ This extension adds rich language support for [HPCC Systems](https://hpccsystems

## Recent Highlights

### v2.14.x
* Add `Copy WUID` context menu.

### v2.13.x
* Add `ecl.forceProxySupport` setting.

Expand Down Expand Up @@ -157,7 +160,7 @@ The following ECL specific commands are available. Note: These commands will *
|---------------------------|:--------:|------------------------------------------------------------------|
| Copy as ECL ID | | Copy path as Qualified ECL ID |

#### Within the Workunit Tree:
#### Within the Workunit Tree Title Bar:

| Command | Shortcut | Description |
|---------------------------|:--------:|------------------------------------------------------------------|
Expand All @@ -167,6 +170,14 @@ The following ECL specific commands are available. Note: These commands will *
|![ECL Watch](resources/light-png/globe.png) ECL Watch | | Launch ECL Watch in external browser |
|![Switch](resources/light-png/server-process.png) Switch Platform | | Switch HPCC Platform instance (launch configuration) |

#### Within the Workunit Tree:

| Command | Shortcut | Description |
|---------------------------|:--------:|------------------------------------------------------------------|
| Copy WUID | | Copy workunit ID to clipboard |
| Abort Workunit | | Abort running workunit |
| Delete Workunit | | Delete completed workunit |

#### Within the Explorer Tree Context Menu (ecl files only):

| Command | Shortcut | Description |
Expand Down
Loading

0 comments on commit 02158b9

Please sign in to comment.