Fix vsix packaging issues with vscode-manifest-yaml

This commit is contained in:
Kris De Volder
2016-11-08 16:12:44 -08:00
parent 560a32d0e0
commit adf21b9ef7
2 changed files with 2 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ scripts/**
# Compiler output
out/test/**
target/**
!target/fat-jar.jar
!target/vscode-manifest-yaml-*.jar
# Extensions
.gitignore

View File

@@ -24,9 +24,6 @@
"onLanguage:yaml"
],
"main": "./out/lib/Main",
"files": [
"target/fat-jar.jar"
],
"contributes": {
"configuration": {
"type": "object",
@@ -40,7 +37,7 @@
}
}
},
"preview": "true",
"preview": true,
"scripts": {
"vscode:prepublish": "node ./node_modules/vscode/bin/compile",
"compile": "node ./node_modules/vscode/bin/compile -watch -p ./",