From 26329b6b55b87ae0eee2b4b166f2ae65305f9be5 Mon Sep 17 00:00:00 2001 From: Taylor Glaeser Date: Sun, 28 Apr 2024 16:50:48 -0500 Subject: [PATCH] feat: added note to lsp_utils.sublime-settings for filesystem path resolution of node. --- lsp_utils.sublime-settings | 1 + 1 file changed, 1 insertion(+) diff --git a/lsp_utils.sublime-settings b/lsp_utils.sublime-settings index e5c26c38b..4f8894a74 100644 --- a/lsp_utils.sublime-settings +++ b/lsp_utils.sublime-settings @@ -3,6 +3,7 @@ // The allowed values are: // - 'system' - a Node.js runtime found on the PATH // - 'local' - a Node.js runtime managed by LSP that doesn't affect the system + // - '/path/to/nodejs/bin/node' - a Node.js runtime at the specified path // The order in which the values are specified determines which one is tried first, // with the later one being used as a fallback. // You can also specify just a single value to disable the fallback.