summarylogtreecommitdiffstats
path: root/package.json.patch
diff options
context:
space:
mode:
authorSainnhe Park2023-09-19 17:04:21 +0800
committerSainnhe Park2023-09-19 17:04:21 +0800
commitda21af66a3c459e983465476af0214d1be5d28af (patch)
tree2fa5bf5b2bf09a96a08cb5865b4c65720d8e84e5 /package.json.patch
parentf536d2382a84d56dc238ba9d2856591c75356cc7 (diff)
downloadaur-neovim-coc-java-git.tar.gz
Remove patch
Diffstat (limited to 'package.json.patch')
-rw-r--r--package.json.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package.json.patch b/package.json.patch
deleted file mode 100644
index 0601b5d617bc..000000000000
--- a/package.json.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- package.json.old 2021-03-28 09:28:27.984047295 +0800
-+++ package.json.new 2021-03-28 09:32:20.180718825 +0800
-@@ -59,7 +59,7 @@
- "string",
- "null"
- ],
-- "default": null,
-+ "default": "/usr/lib/jvm/default",
- "description": "Specifies the folder path to the JDK (8 or more recent) used to launch the Java Language Server.\nOn Windows, backslashes must be escaped, i.e.\n\"java.home\":\"C:\\\\Program Files\\\\Java\\\\jdk1.8.0_161\"",
- "scope": "window"
- },