We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eb7606 commit 34b3f1fCopy full SHA for 34b3f1f
src/language/languageServerController.ts
@@ -77,7 +77,9 @@ export default class LanguageServerController {
77
// Notify the server about file changes in the workspace.
78
fileEvents: workspace.createFileSystemWatcher('**/*'),
79
},
80
- outputChannel: vscode.window.createOutputChannel(languageServerName),
+ outputChannel: vscode.window.createOutputChannel(languageServerName, {
81
+ log: true,
82
+ }),
83
};
84
85
log.info('Creating MongoDB Language Server...', {
0 commit comments