提交 bd314b04 编写于 作者: M Matt Bierner

Remove extra await

上级 3aa49aa5
......@@ -36,12 +36,9 @@ export default class LanguageProvider extends Disposable {
vscode.workspace.onDidChangeConfiguration(this.configurationChanged, this, this._disposables);
this.configurationChanged();
client.onReady(async () => {
await this.registerProviders();
});
client.onReady(() => this.registerProviders());
}
@memoize
private get documentSelector(): vscode.DocumentFilter[] {
const documentSelector = [];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册