From f679a5cfb0aac348dad43dea678d0db5a2d57765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Wed, 16 Oct 2024 14:19:24 +0200 Subject: [PATCH] add buildFlags comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jörn Friedrich Dreyer --- .vscode/launch.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index cbe767ab9..3cd0bdb5d 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -18,6 +18,9 @@ "type": "go", "request": "launch", "mode": "debug", + "buildFlags": [ + // "-tags", "enable_vips" + ], "program": "${workspaceFolder}/ocis/cmd/ocis", "args": [ "server"