dprint / dprint-intellij

A dprint plugin for Intellij.
https://plugins.jetbrains.com/plugin/18192-dprint
MIT License
13 stars 2 forks source link

Hotfix: Fix issue for plugins that require commands to be run within the git repository of the project. #59

Closed ryan-rushton closed 10 months ago

ryan-rushton commented 10 months ago

Overview

An issue was found where plugins could require the underlying dprint commands to be running inside the projects git repository. If they weren't, then a git error was thrown and the dprint schema version could not be determined.

This fixes that by ensuring that the editor-info command is run within the director of the dprint configuration file.