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 2281977 commit 4bc2460Copy full SHA for 4bc2460
crates/pg_workspace_new/src/workspace/server.rs
@@ -306,7 +306,7 @@ impl Workspace for WorkspaceServer {
306
params: super::PullDiagnosticsParams,
307
) -> Result<super::PullDiagnosticsResult, WorkspaceError> {
308
// get all statements form the requested document and pull diagnostics out of every
309
- // sourcece
+ // source
310
let doc = self
311
.documents
312
.get(¶ms.path)
0 commit comments