From 0b99a098f7104dbdf076d49d7dcf7387066fc1d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20D=C3=B6rfler?= Date: Sun, 27 Dec 2020 15:54:44 +0100 Subject: [PATCH] Import build -> Import or reload build Since "command": "metals.build-import" is used for both **importing** the build into bloop and **reloading** the build when using BSP, it might as well reflect this in the command's title. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ee68b3bd6..c22012ed5 100644 --- a/package.json +++ b/package.json @@ -213,7 +213,7 @@ { "command": "metals.build-import", "category": "Metals", - "title": "Import build" + "title": "Import or reload build" }, { "command": "metals.build-connect",