我在Visual Studio代码中使用“ Tomcat for Java”插件来启动和停止tomcat服务器。 该插件提供以下选项 1.“ jvm.option”指定JVM参数 2.在“ server.xml”中指定tomcat的server.xml配置。 我想在启动tomcat时传递一些其他环境变量,如下所示。我可以通过双击tomcat在STS / Eclipse中传递其他JVM参数。 有人可以帮我如何在VSCode中的环境变量下传递。
-Dconfig=/x/app/config/production.conf
-DlogbackFile=x/app/config/logback.xml