3 matches across 1 files for error lang: lang:TypeScript lang:TypeScript lang:TypeScript
snippet_mode: auto · sorted by relevance
src/tools/rust-analyzer/editors/code/src/config.ts TYPESCRIPT 3 matches view file →
28 readonly extensionId = "rust-lang.rust-analyzer";
29
30 configureLang: vscode.Disposable | undefined;
31 workspaceState: vscode.Memento;
32
· · ·
424 }
425
426 get useRustcErrorCode() {
427 return this.get<boolean>("diagnostics.useRustcErrorCode");
428 }
· · ·
427 return this.get<boolean>("diagnostics.useRustcErrorCode");
428 }
429
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.