summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--serverPath.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/serverPath.patch b/serverPath.patch
deleted file mode 100644
index 2113042cbae0..000000000000
--- a/serverPath.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --unified --recursive --text coc-rust-analyzer/package.json coc-rust-analyzer-new/package.json
---- coc-rust-analyzer/package.json 2020-07-29 19:53:32.686164417 +0800
-+++ coc-rust-analyzer-new/package.json 2020-07-29 19:56:44.159484977 +0800
-@@ -281,7 +281,7 @@
- "null",
- "string"
- ],
-- "default": null,
-+ "default": "rust-analyzer",
- "description": "Path to rust-analyzer executable (points to bundled binary by default). If this is set, then \"rust-analyzer.updates.channel\" setting is not used"
- },
- "rust-analyzer.linkedProjects": {