Create a merged yml and props language server and vscode extension

This commit is contained in:
Kris De Volder
2016-11-30 10:46:54 -08:00
parent 5792f523fc
commit 7583a0385a
27 changed files with 694 additions and 32 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/bash
set -e
(cd ../commons-vscode ; npm install)
npm install ../commons-vscode
../mvnw -f ../pom.xml -pl vscode-boot-properties -am clean package