diff --git a/README.md b/README.md index e10e39b..cdaa6f2 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ Any project here may be removed as long as the following become true, even if pr | Name | Alternative(s) | Evidence | Notes | |---|---|---|---| | [Zed](https://zed.dev) | [Lapce](https://lap.dev/lapce/), other popular editors like neovim, emacs, etc | They prominently advertise genAI features as a core part of their product. See their website. | There's a killswitch to disable genAI features entirely, but it's likely the code itself is still heavily LLM-authored. | +| [VS Code](https://code.visualstudio.com/) | [VS Codium](https://vscodium.com/)* removes the AI _features_ from VS Code | [It's literally their main advertising tagline](./img/vscode.png), and they publicly use LLMs in [their public repository](https://github.com/microsoft/vscode/pulls). Most AI "features" are enabled by default, and some cannot be disabled. | *VS Codium is still written with LLMs since Microsoft owns it | ### Libraries diff --git a/img/vscode.png b/img/vscode.png new file mode 100644 index 0000000..1ec022b Binary files /dev/null and b/img/vscode.png differ