You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/content/docs/tools/vscode/vscode-overview.mdx
+18-4Lines changed: 18 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,23 @@ sidebar:
8
8
The dbLinter VS Code Extension provides rule violations and quick fixes for given URIs via the included language server.
9
9
It further can run SQL-based tests and CLI commands.
10
10
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 |
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).
0 commit comments