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
The problem with using WSL for development is that extension cannot be used on WSL if they are only installed on the Windows host.
Therefore, you must install extensions on WSL and create snippets in the ~/.vscode-server/data/User/snippets directory for the extension to interact properly.
The issue is that VScode only suggests snippets from the snippets folder on the Windows host at C:\Users\your_name\AppData\Roaming\Code\User\snippets.
So the question is, can we simply install the extension on the Windows host and have it still be active on WSL, with all snippets managed on the Windows host?
Thanks for reading.
The text was updated successfully, but these errors were encountered:
The problem with using WSL for development is that extension cannot be used on WSL if they are only installed on the Windows host.
Therefore, you must install extensions on WSL and create snippets in the ~/.vscode-server/data/User/snippets directory for the extension to interact properly.
The issue is that VScode only suggests snippets from the snippets folder on the Windows host at C:\Users\your_name\AppData\Roaming\Code\User\snippets.
So the question is, can we simply install the extension on the Windows host and have it still be active on WSL, with all snippets managed on the Windows host?
Thanks for reading.
The text was updated successfully, but these errors were encountered: