aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--.github/workflows/nightly.yml2
-rw-r--r--src/server/requests.odin4
3 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 348a73c..e723e53 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat
cd Odin
- ./ci.bat 1
+ ./build.bat 1
- name: Build ols
shell: cmd
run: ./ci.bat CI
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 344e2f8..70d5f80 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -109,7 +109,7 @@ jobs:
run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat
cd Odin
- ./ci.bat 1
+ ./build.bat 1
- name: Build ols
shell: cmd
run: ./ci.bat CI
diff --git a/src/server/requests.odin b/src/server/requests.odin
index dfab097..7c481df 100644
--- a/src/server/requests.odin
+++ b/src/server/requests.odin
@@ -706,10 +706,10 @@ request_initialize :: proc(
config.enable_semantic_tokens = false
config.enable_procedure_context = false
config.enable_snippets = false
- config.enable_references = true
+ config.enable_references = false
+ config.enable_rename = false
config.verbose = false
config.file_log = false
- config.enable_rename = true
config.odin_command = ""
config.checker_args = ""
config.enable_fake_method = false