Skip to main content

Is there anyway to access VS code on production instance? Wondering this because i currently built out a plug in in an extension library so how would i deploy this and modify this in production if need be?

Hi @Merch,

Unfortunately, no, I do not believe you can access a VS solution from a production environment only a local environment.

What you would do is export the customisation project and then publish it in a testing instance for testing, then upload it again to the production environment.

Hope this helps!


Reply