We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9028c1b commit da23158Copy full SHA for da23158
1 file changed
src/appDiscovery.ts
@@ -72,7 +72,7 @@ async function findAllFastAPIFiles(
72
try {
73
content = await vscode.workspace.fs.readFile(uri)
74
} catch {
75
- log(`Skiping unreadable file: ${uri.toString()}`)
+ log(`Skipping unreadable file: ${uri.toString()}`)
76
continue
77
}
78
if (new TextDecoder().decode(content).includes("FastAPI(")) {
0 commit comments