Skip to content

Commit

Permalink
Explicitly watch parent process for termination
Browse files Browse the repository at this point in the history
(providing server is initialised with client process PID)

#53
  • Loading branch information
tintoy committed May 30, 2020
1 parent 52a9f70 commit c5082f3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## v0.3.7

* Explicitly watch parent process for termination (tintoy/msbuild-project-tools-vscode#53).

## v0.3.6

* Update MSBuild engine packages to v16.5.0 (tintoy/msbuild-project-tools-vscode#66).
Expand Down
2 changes: 1 addition & 1 deletion lib/server
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "msbuild-project-tools",
"displayName": "MSBuild project tools",
"description": "Tools for working with MSBuild project files (such as auto-complete for package Ids / versions).",
"version": "0.3.6",
"version": "0.3.7",
"settingsSchemaVersion": 1,
"publisher": "tintoy",
"license": "MIT",
Expand Down

0 comments on commit c5082f3

Please sign in to comment.