Allows the ability to explicitly specify which file types to open in Visual Studio Code, while keeping another default code editor configured in Preferences -> External Tools.
Tested in Unity 2018.4.36 and Unity 6. It should work in Unity 2018.4.36 and up. It may work in earlier versions, however it has not been tested, so no guarantee.
Works on Windows, macOS, and Linux.

Requires a version of unity that supports path query parameter for git packages (Unity >= 2019.3.4f1, Unity >= 2020.1a21).
Add the following url to Package Manager:
https://github.com/nathanAjacobs/UnityVisualStudioCodeOpener.git?path=src/VisualStudioCodeOpener/Assets/Plugins/VisualStudioCodeOpener
Alternatively add the following line to Packages/manifest.json
:
"com.nathanajacobs.visual-studio-code-opener": "https://github.com/nathanAjacobs/UnityVisualStudioCodeOpener.git?path=src/VisualStudioCodeOpener/Assets/Plugins/VisualStudioCodeOpener"
Import asset package(VisualStudioCodeOpener.*.*.*.unitypackage
) available in UnityVisualStudioCodeOpener/releases.
-
Open Preferences -> Visual Studio Code Opener
-
Browse for Visual Studio Code executable, these are common Visual Studio Code installation paths:
Windows:
C:\Users\{user}\AppData\Local\Programs\Microsoft VS Code\Code.exe
Linux:
/usr/share/code/code
macOS:
/Applications/Visual Studio Code.app
-
Add desired file extensions to be opened with Visual Studio Code.