We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0449e1d commit 4a5af31Copy full SHA for 4a5af31
lsp-sonarlint.el
@@ -94,10 +94,7 @@ e.g. `-Xmx1024m`."
94
:group 'lsp-sonarlint
95
:type 'string)
96
97
-(let ((default-directory (concat
98
- (file-name-directory load-file-name)
99
- "languages")))
100
- (normal-top-level-add-subdirs-to-load-path))
+(add-to-list 'load-path (concat (file-name-directory load-file-name) "languages"))
101
102
(defun lsp-sonarlint--plugin-list ()
103
"Check for the enabled extensions and return a path list.
0 commit comments