We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d00bee commit ecd7c98Copy full SHA for ecd7c98
CHANGELOG.md
@@ -4,6 +4,11 @@
4
5
## [Unreleased]
6
7
+### Fixed
8
+
9
+- Fix support for custom Oxlint config files.
10
+- Remove quick fix from file explorer context menu until the action supports it.
11
12
## [0.0.4] - 2025-04-25
13
14
### Fixed
gradle.properties
@@ -4,7 +4,7 @@ pluginGroup = com.github.oxc.project.oxcintellijplugin
pluginName = Oxc
pluginRepositoryUrl = https://github.com/oxc-project/oxc-intellij-plugin
# SemVer format -> https://semver.org
-pluginVersion = 0.0.4
+pluginVersion = 0.0.5
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 243
0 commit comments