Skip to content

Commit

Permalink
Apply expanding variables on LSP's "command" setting
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Cherng <[email protected]>
  • Loading branch information
jfcherng committed Sep 2, 2019
1 parent 23da2bc commit 184b58f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/core/clients.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
def get_window_env(window: sublime.Window, config: ClientConfig) -> 'Tuple[List[str], Dict[str, str]]':

# Create a dictionary of Sublime Text variables
variables = window.extract_variables()
variables = get_expanding_variables(window)

# Expand language server command line environment variables
expanded_args = list(
Expand Down

0 comments on commit 184b58f

Please sign in to comment.