mirror of
https://github.com/hatoo/egglog-language-server.git
synced 2025-12-23 04:36:33 +00:00
release mode default
This commit is contained in:
parent
ea4bf90251
commit
bb1d0382ce
1 changed files with 6 additions and 2 deletions
|
|
@ -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: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue