Skip to content

Commit 2f64b33

Browse files
more logs
1 parent 13e1d85 commit 2f64b33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin/core/windows.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ def start_async(self, config: ClientConfig, initiating_view: sublime.View) -> No
244244
config = ClientConfig.from_config(config, {})
245245
file_path = initiating_view.file_name() or ''
246246
if not self._can_start_config(config.name, file_path):
247+
print('is it here?')
247248
# debug('Already starting on this window:', config.name)
248249
return
249250
try:

0 commit comments

Comments
 (0)