Outlining spans for a standalone block shouldn't have the span of their parent.

This commit is contained in:
Cyrus Najmabadi
2014-10-07 15:07:49 -07:00
parent a8579af002
commit 0153390535
2 changed files with 34 additions and 3 deletions

View File

@@ -58,7 +58,8 @@ var servicesSources = [
"shims.ts",
"signatureHelp.ts",
"utilities.ts",
"navigationBar.ts"
"navigationBar.ts",
"outliningElementsCollector.ts"
].map(function (f) {
return path.join(servicesDirectory, f);
}));