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

Commit d85f712

Browse files
authored
Fix pUML diagram generation issues (#70)
* Fix vscode issue with missing OutputConsole Signed-off-by: m-g-k <[email protected]> * Fix tests in Travis Signed-off-by: m-g-k <[email protected]> * Fix regression in pUML diagram generation Signed-off-by: m-g-k <[email protected]> * Fix linting errors Signed-off-by: m-g-k <[email protected]>
1 parent df25c55 commit d85f712

File tree

5 files changed

+338
-302
lines changed

5 files changed

+338
-302
lines changed

client/.vscodeignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ src/**
2020
.eslintignore
2121
tsconfig.json
2222
vsc-extension-quickstart.md
23+
.nyc_output/**
24+
.vscode-test/**
25+
coverage/**

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272
"tslint": "^5.9.1",
273273
"tslint-loader": "^3.3.0",
274274
"typescript": "^2.6.2",
275-
"vsce": "^1.30.0",
275+
"vsce": "^1.39.0",
276276
"vscode": "^1.1.5"
277277
},
278278
"dependencies": {

0 commit comments

Comments
 (0)