Skip to content

Commit f895ef4

Browse files
committed
Merged main into live
2 parents 33f6ecd + 0e7ce98 commit f895ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hub/dev-environment/javascript/nodejs-on-wsl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ A few additional extensions you may want to consider include:
122122

123123
- [JavaScript Debugger](https://marketplace.visualstudio.com/items?itemName=ms-vscode.js-debug): Once you finish developing on the server side with Node.js, you'll need to develop and test the client side. This extension is a DAP-based JavaScript debugger. It debugs Node.js, Chrome, Edge, WebView2, VS Code extensions, and more.
124124
- [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).
125-
- [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.
125+
- [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. Importantly, this extension is now deprecated. For a comparable sync solution, use Visual Studio Code's built-in **Settings Sync**, which you can find by navigating to **File** > **Preferences** > **Settings Sync is On**, indicated by checkmark.
126126

127127
## Set up Git (optional)
128128

0 commit comments

Comments
 (0)