[json] adopt npm scripts

This commit is contained in:
Martin Aeschlimann
2016-03-04 10:33:25 +01:00
parent b07b57cc0e
commit 14fea843f8
4 changed files with 6 additions and 6 deletions

View File

@@ -27,6 +27,8 @@ namespace SchemaAssociationNotification {
export function activate(context: ExtensionContext) {
console.log('JSON activated');
// The server is implemented in node
let serverModule = context.asAbsolutePath(path.join('server', 'out', 'server.js'));
// The debug options for the server