File tree 2 files changed +11
-1
lines changed 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## [ Unreleased]
6
6
7
+ ### Added
8
+
9
+ - If the RUST_LOG env variable is undefined, pass either DEBUG or TRACE to the process when starting the language server
10
+ for additional logging when the plugin is configured to output debug or trace logs.
11
+
12
+ ### Fixed
13
+
14
+ - Additional fixes to support custom Oxlint config files.
15
+ - Make the language server config path optional when using the manual config.
16
+
7
17
## [ 0.0.5] - 2025-05-01
8
18
9
19
### Fixed
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pluginGroup = com.github.oxc.project.oxcintellijplugin
4
4
pluginName = Oxc
5
5
pluginRepositoryUrl = https://github.com/oxc-project/oxc-intellij-plugin
6
6
# SemVer format -> https://semver.org
7
- pluginVersion = 0.0.5
7
+ pluginVersion = 0.0.6
8
8
9
9
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
10
10
pluginSinceBuild = 243
You can’t perform that action at this time.
0 commit comments