From 376405c9b4696359f7194c98e50115f36e0d9b0c Mon Sep 17 00:00:00 2001 From: hatoo Date: Sun, 11 Aug 2024 15:22:34 +0900 Subject: [PATCH] Use stable rust --- extension.js | 1 + 1 file changed, 1 insertion(+) diff --git a/extension.js b/extension.js index 96e09a3..b7e8d25 100644 --- a/extension.js +++ b/extension.js @@ -10,6 +10,7 @@ function activate(context) { const serverOptions = { command: "cargo", args: [ + "+stable", "run", "--release", "--manifest-path",