Skip to content

Commit cdc6a94

Browse files
update list of IDEs
1 parent 16a5998 commit cdc6a94

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

docs/src/content/docs/tools/vscode/vscode-overview.mdx

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,23 @@ sidebar:
88
The dbLinter VS Code Extension provides rule violations and quick fixes for given URIs via the included language server.
99
It further can run SQL-based tests and CLI commands.
1010

11-
The extension can be installed in any IDE that implement the [Visual Studio Code Extension API](https://code.visualstudio.com/api),
12-
such as [Visual Studio Code](https://code.visualstudio.com/), [VSCodium](https://vscodium.com/), [Cursor](https://cursor.com/), [Windsurf](https://windsurf.com/editor),
13-
[Antigravity](https://antigravity.google/) and [Theia IDE](https://theia-ide.org/#theiaide).
11+
The extension can be installed in any IDE that implement the [Visual Studio Code Extension API](https://code.visualstudio.com/api).
12+
13+
This are primarily IDEs based on [Code OSS](https://github.com/microsoft/vscode). Another option instead of forking [Code OSS](https://github.com/microsoft/vscode) is to implement
14+
the [Visual Studio Code Extension API](https://code.visualstudio.com/api) from scratch.
15+
16+
The list below shows IDEs that run locally on a developer's machine. These IDEs have been successfully tested with dbLinter.
17+
18+
| IDE | Based on [Code OSS](https://github.com/microsoft/vscode)? | First Release Date | Tested version |
19+
| --- | :---------------------------------------------------------: | :----------------: | :------------: |
20+
| [Visual Studio Code](https://code.visualstudio.com/) | yes | 2015-04 | 1.107.1 (2025-12-17) |
21+
| [Theia IDE](https://theia-ide.org/#theiaide) | no | 2017-03 | 1.67.100 (2025-12-15) |
22+
| [VSCodium](https://vscodium.com/) | yes | 2018-08 | 1.106.37943 (2025-11-26) |
23+
| [Cursor](https://cursor.com/) | yes | 2023-03 | 2.2.43 (2025-12-19) |
24+
| [Windsurf](https://windsurf.com/editor) | yes | 2024-11 | 1.12.47 (2025-12-16) |
25+
| [Void](https://voideditor.com/) | yes | 2025-01 | 1.4.9 (2025-06-23) |
26+
| [Kiro](https://kiro.dev/) | yes | 2025-07 | 0.8.0 (2025-12-18) |
27+
| [Antigravity](https://antigravity.google/) | yes | 2025-11 | 1.13.3 (2025-12-19) |
1428

1529
Releases of the dbLinter VS Code extensions are published in the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=Grisselbav.dblinter) and the [Open VSX Registry](https://open-vsx.org/extension/Grisselbav/dblinter).
1630

@@ -29,7 +43,7 @@ import { Steps, Tabs, TabItem } from '@astrojs/starlight/components';
2943
</TabItem>
3044
<TabItem label="via Open VSX Registry">
3145
<Steps>
32-
1. Open VSCodium, Cursor, Windsurf, Antigravity or Theia IDE
46+
1. Open IDE
3347
2. Go to Extensions
3448
3. Search for "dbLinter"
3549
4. Click Install

0 commit comments

Comments
 (0)