dotBunny / VSCode

Unity Visual Studio Code Integration
MIT License
673 stars 180 forks source link

Option to use Code's Insider version #93

Closed johanneskopf closed 8 years ago

johanneskopf commented 8 years ago

Implement an option (a switch) in the settings to use Code's Insider version instead of the usual. Therefore change the path to: var newPath = ProgramFilesx86() + Path.DirectorySeparatorChar + "Microsoft VS Code Insiders" + Path.DirectorySeparatorChar + "bin" + Path.DirectorySeparatorChar + "code-insiders.cmd"; And refresh the "VSCode_CodePath" Editor prefs.

That would be great if you can implement that feature.

reapazor commented 8 years ago

Why not manually set the path to that :) (in preferences)