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 8030afc commit 347dc8fCopy full SHA for 347dc8f
packages/language/src/module.ts
@@ -94,7 +94,7 @@ export function createZModelLanguageServices(
94
95
// when documents reach Parsed state, inspect plugin declarations and load corresponding
96
// plugin zmodel docs
97
- // Note we must use `noBuildPhase` instead of `onDocumentPhase` here because the latter is
+ // Note we must use `onBuildPhase` instead of `onDocumentPhase` here because the latter is
98
// not called when not running inside a language server.
99
shared.workspace.DocumentBuilder.onBuildPhase(DocumentState.Parsed, async (documents) => {
100
for (const doc of documents) {
0 commit comments