29 lines
949 B
Diff
29 lines
949 B
Diff
Ping q66 if this needs updating.
|
|
|
|
This prevents vscode from fetching prebuilt ripgrep from Microsoft
|
|
during build, which unbreaks build on platforms where MS deos not
|
|
ship a prebuilt ripgrep.
|
|
|
|
--- a/package.json
|
|
+++ b/package.json
|
|
@@ -83,7 +83,7 @@
|
|
"vscode-oniguruma": "1.5.1",
|
|
"vscode-proxy-agent": "^0.11.0",
|
|
"vscode-regexpp": "^3.1.0",
|
|
- "vscode-ripgrep": "^1.12.1",
|
|
+ "vscode-ripgrep": "https://github.com/q66/vscode-ripgrep.git",
|
|
"vscode-textmate": "5.4.1",
|
|
"xterm": "4.15.0-beta.10",
|
|
"xterm-addon-search": "0.9.0-beta.5",
|
|
--- a/remote/package.json
|
|
+++ b/remote/package.json
|
|
@@ -23,7 +23,7 @@
|
|
"vscode-oniguruma": "1.5.1",
|
|
"vscode-proxy-agent": "^0.11.0",
|
|
"vscode-regexpp": "^3.1.0",
|
|
- "vscode-ripgrep": "^1.12.1",
|
|
+ "vscode-ripgrep": "https://github.com/q66/vscode-ripgrep.git",
|
|
"vscode-textmate": "5.4.1",
|
|
"xterm": "4.15.0-beta.10",
|
|
"xterm-addon-search": "0.9.0-beta.5",
|