Intialize language server with configuration options

pull/77/head
Jürgen Steitz 2017-02-18 01:29:47 +01:00
parent b1175e61cf
commit 59e6f2cc2f
1 changed files with 2 additions and 1 deletions

View File

@ -97,7 +97,8 @@ export async function activate(context: vscode.ExtensionContext): Promise<void>
configurationSection: 'php'
// Notify the server about file changes to composer.json files contain in the workspace
// fileEvents: vscode.workspace.createFileSystemWatcher('**/composer.json')
}
},
initializationOptions: conf.get('intellisense')
};
// Create the language client and start the client.