Ryan Hecht
Ryan Hecht
Edit `loadMode` to recognize Groovy's file extensions and add an editor mode to load Codemirror's Groovy syntax highlighting
Fixed by: https://github.com/mickael-kerjean/filestash/pull/691 Files ending in `groovy`, `gvy`, `gy`, and `gsh` should use `codemirror/mode/groovy/groovy` for syntax highlighting support.
Capturing a list of desired keyboard shortcuts
### Describe the feature or problem you'd like to solve A flag that will expand tool output in non-interactive sessions ala Ctrl+r in interactive mode ### Proposed solution In interactive...
### Describe the feature or problem you'd like to solve The "Copilot Requests" Permission does not display when creating a token owned by an organization ### Proposed solution Organizations do...
Add `emailclaim` configuration option to openid auth providers to specify an alternative claim to use as the user's email address. This is useful for environments like Azure AD where the...
Closes #100 This pull request enhances the `groovy.classpath` configuration to allow for recursive directory traversal when specifying classpath entries. For example, if a user specifies `/home/user/.m2/repository/**`, the local Maven repository...
Right now, the `groovy.classpath` configuration item accepts both folders and individual `.jar` files. However, in the case of folders, it expects a flat directory filled with `.jar`'s, with no nesting....