Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .fortlsrc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"build/pre_process/",
"build/simulation/",
"build/post_process/",

Copilot AI Feb 22, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mod_dirs now ends with a trailing comma after the last entry ("build/post_process/",). .fortlsrc is parsed as JSON by fortls, and trailing commas make it invalid, which can prevent the language server from loading this config. Remove the trailing comma or add another valid entry.

Suggested change
"build/post_process/",
"build/post_process/"

Copilot uses AI. Check for mistakes.
"build/common/"
],
"ext_mod_dirs": [
"/usr/include/",
Expand Down