mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
[json] adopt npm scripts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user