Format sqlproj file XML on serialization (#10818)

* Format XML on serialization

* Updating licences

* Adding missing line in package.json

* tabs to spaces

* Updating yarn.lock file
This commit is contained in:
Benjin Dubishar
2020-06-10 19:57:59 -07:00
committed by GitHub
parent 5c6516cbb3
commit 5ab6d3d07e
5 changed files with 74 additions and 2 deletions

View File

@@ -258,9 +258,11 @@
]
},
"dependencies": {
"@types/xml-formatter": "^1.1.0",
"promisify-child-process": "^3.1.1",
"vscode-languageclient": "^5.3.0-next.1",
"vscode-nls": "^3.2.1",
"xml-formatter": "^2.1.0",
"xmldom": "^0.3.0"
},
"devDependencies": {