Skip to content
This repository was archived by the owner on Aug 31, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: suppression code action
  • Loading branch information
ematipico committed Dec 5, 2022
commit af4824d708e8dc4b73f21a8c52b55246b9c8a66a
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
- The extension is published [Open VSX](https://open-vsx.org/) too.
- The extension now correctly resolves the version installed via the `node_modules` folder
- Fixed an issue where diagnostics were not updated after a change to the configuration file (#3724)[https://github.com/rome/tools/pull/3724]
- The LSP emits a new action where the user can suppress a rule.

### Formatter

Expand Down Expand Up @@ -160,16 +161,15 @@ Feel free to try them out by manually enabling them in you configuration to help

### JavaScript APIs

#### Other changes

- The package has been marked as unstable and in alpha state.

#### Breaking change

- The concept of `backend` has been removed, in favor of the concept of `distribution`.
- Removed the possibility to connect to the daemon, for the time being.
- The APIs are asynchronous anymore.

#### Other changes

- The package has been marked as unstable and in alpha state.

## 10.0.1

Expand Down