summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSainnhepark2020-07-30 10:03:11 +0800
committerSainnhepark2020-07-30 10:03:11 +0800
commitf41f283341dad835a4c851db5342528349777a7b (patch)
treec319f8aede5ee12056e74bf7f56d17e1cda41c6f
parent6292d023e905ebbffa892f035c1c04088cd344c9 (diff)
downloadaur-f41f283341dad835a4c851db5342528349777a7b.tar.gz
remove patch
-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": {