summarylogtreecommitdiffstats
path: root/symbols-view-use-system-ctags.patch
diff options
context:
space:
mode:
Diffstat (limited to 'symbols-view-use-system-ctags.patch')
-rw-r--r--symbols-view-use-system-ctags.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/symbols-view-use-system-ctags.patch b/symbols-view-use-system-ctags.patch
index ed9251e83efc..cd9ff5e2dcd4 100644
--- a/symbols-view-use-system-ctags.patch
+++ b/symbols-view-use-system-ctags.patch
@@ -7,4 +7,5 @@
- const command = path.join(packageRoot, 'vendor', `ctags-${process.platform}`);
+ const command = 'ctags';
const defaultCtagsFile = path.join(packageRoot, 'lib', 'ctags-config');
- const args = [`--options=${defaultCtagsFile}`, '--fields=+KS']; \ No newline at end of file
+ const args = [`--options=${defaultCtagsFile}`, '--fields=+KS'];
+