release mode default

This commit is contained in:
hatoo 2023-08-24 14:15:30 +09:00
parent ea4bf90251
commit bb1d0382ce

View file

@ -7,9 +7,13 @@ let client;
function activate(context) {
try {
const serverOptions = {
path: context.extensionPath,
command: "cargo",
args: ["run", "--manifest-path", context.extensionPath + "/Cargo.toml"],
args: [
"run",
"--release",
"--manifest-path",
context.extensionPath + "/Cargo.toml",
],
};
const clientOptions = {
documentSelector: [