use weak references to track TextDocument that were given out to consumers

This commit is contained in:
Johannes Rieken
2016-01-11 12:50:40 +01:00
parent d7dbecc91d
commit 2e95c110f4
6 changed files with 106 additions and 67 deletions

View File

@@ -29,6 +29,7 @@
"vscode-debugprotocol": "^1.2.1",
"vscode-textmate": "^1.0.9",
"native-keymap": "^0.1.2",
"weak": "^1.0.1",
"winreg": "0.0.12",
"yauzl": "^2.3.1"
},