Skip to content

Commit

Permalink
Update to latest comms.
Browse files Browse the repository at this point in the history
Switch to "config:" for vscode compatibility.
Update to latest packages.
Switch to comms logger.

Signed-off-by: Gordon Smith <[email protected]>
  • Loading branch information
GordonSmith committed May 12, 2017
1 parent 5b8d6d2 commit 233cc85
Show file tree
Hide file tree
Showing 4 changed files with 384 additions and 397 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The following Visual Studio Code settings are available for the ECL extension.
// Run 'eclcc -fsytnax' on save.
"ecl.syntaxCheckOnSave": true,

// External folders use by IMPORT
// External folders used by IMPORT
"ecl.includeFolders": [],

// Override eclcc auto detection
Expand All @@ -52,10 +52,10 @@ Submitting or debugging ECL using VS-Code requires specificying the target envir
"port": 8010,
"rejectUnauthorized": false,
"targetCluster": "hthor",
"eclccPath": "${config.ecl.eclccPath}",
"eclccPath": "${config:ecl.eclccPath}",
"eclccArgs": [],
"includeFolders": "${config.ecl.includeFolders}",
"legacyMode": "${config.ecl.legacyMode}",
"includeFolders": "${config:ecl.includeFolders}",
"legacyMode": "${config:ecl.legacyMode}",
"resultLimit": 100,
"user": "",
"password": ""
Expand Down
2 changes: 1 addition & 1 deletion hpcc-js-comms
Loading

0 comments on commit 233cc85

Please sign in to comment.