vscode-manifest-yaml fat jar name changed!

This commit is contained in:
Kris De Volder
2017-02-02 11:42:15 -08:00
parent 669a8174b5
commit 4eaf945629

View File

@@ -31,7 +31,7 @@ export function activate(context: VSCode.ExtensionContext) {
DEBUG : false,
CONNECT_TO_LS: false,
extensionId: 'vscode-manifest-yaml',
fatJarFile: 'target/vscode-manifest-yaml-0.0.2-SNAPSHOT.jar',
fatJarFile: 'target/vscode-manifest-yaml-0.0.3-SNAPSHOT.jar',
jvmHeap: '64m',
clientOptions: {
// HACK!!! documentSelector only takes string|string[] where string is language id, but DocumentFilter object is passed instead