From 2faf7fa081d35fa92b3b7ddf1cc59f9199ab112e Mon Sep 17 00:00:00 2001 From: Patrick Brosset Date: Thu, 22 Feb 2024 18:25:13 +0100 Subject: [PATCH] Removed mention of deprecated content (#1915) --- WSL/tutorials/wsl-vscode.md | 1 - 1 file changed, 1 deletion(-) diff --git a/WSL/tutorials/wsl-vscode.md b/WSL/tutorials/wsl-vscode.md index 17b36c95..ae1b7aa9 100644 --- a/WSL/tutorials/wsl-vscode.md +++ b/WSL/tutorials/wsl-vscode.md @@ -105,4 +105,3 @@ A few additional extensions you may want to consider include: * [Keymaps from other editors](https://marketplace.visualstudio.com/search?target=VSCode&category=Keymaps&sortBy=Downloads): These extensions can help your environment feel right at home if you're transitioning from another text editor (like Atom, Sublime, Vim, eMacs, Notepad++, etc). * [Settings Sync](https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync): Enables you to synchronize your VS Code settings across different installations using GitHub. If you work on different machines, this helps keep your environment consistent across them. -* [Debugger for Chrome](https://code.visualstudio.com/blogs/2016/02/23/introducing-chrome-debugger-for-vs-code): Once you finish developing on the server side with Linux, you'll need to develop and test the client side. This extension integrates your VS Code editor with your Chrome browser debugging service, making things a bit more efficient.