[css] adopt snippettext API and update to TS2.0

This commit is contained in:
Martin Aeschlimann
2016-11-24 15:29:43 +01:00
parent 99864f9ce5
commit 4839f9424c
11 changed files with 55 additions and 177 deletions

View File

@@ -646,7 +646,10 @@
}
},
"dependencies": {
"vscode-languageclient": "^2.4.2-next.22",
"vscode-languageclient": "^3.0.1-alpha.2",
"vscode-nls": "^1.0.7"
},
"devDependencies": {
"@types/node": "^6.0.51"
}
}