redhat-developer / vscode-server-connector

📦 Connects Visual Studio Code to your server adapters and run, deploy apps !!
Eclipse Public License 2.0
57 stars 26 forks source link

Cannot change args.program.override.string in configuration json (Edit Server) #455

Closed luiscardozo closed 4 years ago

luiscardozo commented 4 years ago

I have one Wildfly installed with multiple projects, separated by jboss.server.base.dir (for example, in Eclipse, I have -Djboss.server.base.dir=/path/to/wildfly/standalone-project01). This should go in args.program.override.string parameter, but every time that I save the line, Visual Studio Code says "Server Wildfly correctly saved", but the line is reverted back to the original state (my changes get removed). How do I edit these settings?

luiscardozo commented 4 years ago

Sorry. I restarted VS Code and can now edit my configuration.