bryancall commented on a change in pull request #7005:
URL: https://github.com/apache/trafficserver/pull/7005#discussion_r455349920
##########
File path: .vscode/tasks.json
##########
@@ -3,6 +3,20 @@
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
+ {
+ "label": "Autoreconf",
+ "type": "shell",
+ "command": "autoreconf -if",
+ "problemMatcher": []
+ },
+ {
+ "label": "Configure",
+ "type": "shell",
+ "command": "./configure --prefix=/opt/ats --enable-ccache
--enable-experimental-plugins --enable-example-plugins --enable-test-tools
--enable-debug --enable-werror",
Review comment:
@ezelkow1 I added the environment variable ATS_VSCODE_CONFIGURE, so you
can override configuration options. It looks like the last option wins in
autoconf.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]