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 428297e commit f4417f9Copy full SHA for f4417f9
src/features/document-symbol-provider.ts
@@ -80,7 +80,7 @@ export class FortranDocumentSymbolProvider
80
let range = new vscode.Range(line.range.start, line.range.end);
81
return new vscode.SymbolInformation(
82
fun.name,
83
- vscode.SymbolKind.Method,
+ vscode.SymbolKind.Function,
84
range
85
);
86
}
0 commit comments