mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 17:48:56 +01:00
[json] rename server to jsonServerMain
This commit is contained in:
@@ -37,7 +37,7 @@ export function activate(context: ExtensionContext) {
|
||||
languages.getLanguages().then(languageIds => {
|
||||
|
||||
// The server is implemented in node
|
||||
let serverModule = context.asAbsolutePath(path.join('server', 'out', 'server.js'));
|
||||
let serverModule = context.asAbsolutePath(path.join('server', 'out', 'jsonServerMain.js'));
|
||||
// The debug options for the server
|
||||
let debugOptions = { execArgv: ['--nolazy', '--debug=6004'] };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user