Randy Eckman

Results 9 issues of Randy Eckman

I prefer to keep my Python environment as "clean" as possible, so I wanted to stop "installing" fortls essentially just to get the executable for VS Code to play nice....

The following is a valid code excerpt from a project: ```fortran #ifndef USE_PYQT select case(message%value1) #else select case(message) #endif ``` However, it seems fortls is simply ignoring the preprocessor directives...

enhancement

Closes #3 Closes #1 This is my first attempt to overhaul this project, refactoring into a modern CMake approach. Comments/feedback are welcomed.

~Closes issue 297~ ~Addresses spaces on either side of the hash in preprocessor lines~ (Edit: this PR has been repurposed after refactoring. The previously-cited description now applies to #350.) Addresses...

Provides a mechanism to set a path to bash to use on Windows for executing commit hook commands. If none is set, the default behavior should be to prefer Git...

waiting for feedback

### Is there an existing request for this? - [X] I have searched the existing issues ### I have tried the Pre-Release of the extension. - [X] Feature is not...

feature-request

### Is there an existing request for this? - [X] I have searched the existing issues ### I have tried the Pre-Release of the extension. - [X] Feature is not...

feature-request

### Is your feature request related to a problem? Please describe. I'd like to close my Foam workspace and have it reopen exactly how I left it. While all the...

help wanted
good first issue
foam-vscode
foam-dataviz

### Brief Issue Summary When scanning for kits, I want to use a compiler in my workspace folder in a single-root workspace. Initially, I tried using the following setting in...

bug