Skip to content

Don't leave fortls debug files around #950

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 18, 2025

Conversation

sbryngelson
Copy link
Member

@sbryngelson sbryngelson commented Jul 18, 2025

User description

Don't leave fortls debug files lying around.


PR Type

Other


Description

  • Disable debug logging in fortls configuration

  • Add missing newline at end of file


Diagram Walkthrough

flowchart LR
  A["fortls config"] --> B["debug_log: false"]
  A --> C["proper file ending"]
Loading

File Walkthrough

Relevant files
Configuration changes
.fortlsrc
Disable debug logging and fix formatting                                 

.fortlsrc

  • Changed debug_log from true to false
  • Added missing newline at end of file
+2/-2     

@Copilot Copilot AI review requested due to automatic review settings July 18, 2025 15:01
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR disables debug logging in the fortls language server configuration to prevent debug files from being left around in the development environment.

  • Disables debug logging in .fortlsrc configuration file

Copy link

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
🧪 No relevant tests
🔒 No security concerns identified
⚡ No major issues detected

Copy link

PR Code Suggestions ✨

No code suggestions found for the PR.

@sbryngelson sbryngelson merged commit f83b75a into MFlowCode:master Jul 18, 2025
18 checks passed
@sbryngelson sbryngelson deleted the clean-fortls branch July 19, 2025 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

1 participant