This release upgrades the bundled Ruff version to `v0.6.4`, and the bundled `ruff-lsp` version to `0.0.56`.
- Use "application" scope for global only settings (`ruff.logLevel`, `ruff.logFile`) (594) - Always include "Show Logs" button in Ruff notification (600)
The previous release failed to upload some artifacts to the Open VSX registry due to the registry being down. This release is a re-release of `2024.38.0` to ensure that users of that registry aren't affected.
**Note**: The VS Code marketplace contains all the artifacts for `2024.38.0`.
This release follows-up on the previous pre-release (`2024.35.0-dev`) and includes additional bug fixes, specifically to avoid awaiting the VS Code pop-up notifications. These are shown when a user has set any incompatible settings as per the `ruff.nativeServer` value.
This pre-release upgrades the bundled Ruff version to `v0.5.4`.
This pre-release also updates the `ruff.interpreter` setting to allow VS Code specific variables such as `${workspaceFolder}` (https://github.com/astral-sh/ruff-vscode/pull/553). Additionally, the [environment variables](https://code.visualstudio.com/docs/editor/variables-reference#_environment-variables) of the form `${env:HOME}` are also replaced (https://github.com/astral-sh/ruff-vscode/pull/554).