Name (version) of fat jar changed. So main.ts broke. Fixing it.

This commit is contained in:
Kris De Volder
2017-01-19 11:21:09 -08:00
parent 929f5de954
commit c7b040c1f6

View File

@@ -30,7 +30,7 @@ export function activate(context: VSCode.ExtensionContext) {
let options : commons.ActivatorOptions = {
DEBUG : false,
extensionId: 'vscode-manifest-yaml',
fatJarFile: 'target/vscode-manifest-yaml-0.0.1-SNAPSHOT.jar',
fatJarFile: 'target/vscode-manifest-yaml-0.0.2-SNAPSHOT.jar',
clientOptions: {
// HACK!!! documentSelector only takes string|string[] where string is language id, but DocumentFilter object is passed instead
// Reasons: