File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ def initialize(self):
4949
5050 # retrieve the path to tsserver.js
5151 # first see if user set the path to the file
52- settings = sublime .load_settings (' Preferences.sublime-settings' )
53- tsdk_location = settings .get (' typescript_tsdk' )
52+ settings = sublime .load_settings (" Preferences.sublime-settings" )
53+ tsdk_location = settings .get (" typescript_tsdk" )
5454 if tsdk_location :
5555 proc_file = os .path .join (tsdk_location , "tsserver.js" )
5656 global_vars ._tsc_path = os .path .join (tsdk_location , "tsc.js" )
Original file line number Diff line number Diff line change 3434def get_node_path ():
3535 return _node_path
3636
37+ # The tsc.js path will be initialized in the editor_client.py module
3738_tsc_path = None
3839def get_tsc_path ():
3940 return _tsc_path
You can’t perform that action at this time.
0 commit comments