Skip to content

Commit 9682d4d

Browse files
committed
docs: drop the Roadmap section from the README
1 parent e9ac2ff commit 9682d4d

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

‎README.md‎

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Rstack Editor provides unified editor support for [Rstack](https://rstack.rs), t
1111

1212
> [!IMPORTANT]
1313
>
14-
> **Work in progress.** Rstack Editor is pre-1.0 and under active development. Settings, command ids and behavior can change between releases, and not every config source is wired up yet — see the roadmap below for what works today. Bug reports and feedback are very welcome.
14+
> **Work in progress.** Rstack Editor is pre-1.0 and under active development. Settings, command ids and behavior can change between releases. Bug reports and feedback are very welcome.
1515
1616
## Install
1717

@@ -28,18 +28,6 @@ Or search for `rstack.rstack` in the editor's Extensions view.
2828
| --- | --- |
2929
| [`packages/vscode`](./packages/vscode) | The VS Code extension (`rstack.rstack`) |
3030

31-
## Roadmap
32-
33-
The extension takes its configuration from five sources. Tool-native configs and each supported `define.*()` bridge are available today.
34-
35-
| Config source | Status |
36-
| --- | --- |
37-
| `rslint.config.*` | **Supported.** Diagnostics, quick fixes and the language server, all resolved from the `@rslint/core` installed in your project. |
38-
| `rstest.config.*` | **Supported.** Test discovery, run and debug, watch mode, coverage and snapshot updates in the Test Explorer. |
39-
| `define.test()` in `rstack.config.*` | **Supported.** Tests run through the same config shim `rs test` uses, so the editor and the CLI resolve the config identically. |
40-
| `define.fmt()` in `rstack.config.*` | **Supported.** Document formatting through the project-local `rs fmt` language server (`rs fmt --lsp`), one per workspace folder, loading the config from the folder root — the same config `rs fmt` run there would use. |
41-
| `define.lint()` in `rstack.config.*` | **Supported.** In a folder without a native Rslint config, diagnostics come through rstack's published lint shim — the same config path `rs lint` uses. |
42-
4331
## License
4432

4533
Rstack Editor is licensed under the [MIT License](./LICENSE).

0 commit comments

Comments
 (0)