Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
Fix pUML diagram generation issues (#70)
Browse files Browse the repository at this point in the history
* Fix vscode issue with missing OutputConsole

Signed-off-by: m-g-k <mgk@uk.ibm.com>

* Fix tests in Travis

Signed-off-by: m-g-k <mgk@uk.ibm.com>

* Fix regression in pUML diagram generation

Signed-off-by: m-g-k <mgk@uk.ibm.com>

* Fix linting errors

Signed-off-by: m-g-k <mgk@uk.ibm.com>
  • Loading branch information
m-g-k authored Apr 17, 2018
1 parent df25c55 commit d85f712
Show file tree
Hide file tree
Showing 5 changed files with 338 additions and 302 deletions.
3 changes: 3 additions & 0 deletions client/.vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ src/**
.eslintignore
tsconfig.json
vsc-extension-quickstart.md
.nyc_output/**
.vscode-test/**
coverage/**
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
"tslint": "^5.9.1",
"tslint-loader": "^3.3.0",
"typescript": "^2.6.2",
"vsce": "^1.30.0",
"vsce": "^1.39.0",
"vscode": "^1.1.5"
},
"dependencies": {
Expand Down
Loading

0 comments on commit d85f712

Please sign in to comment.