Jiong

Results 2 comments of Jiong

no just the original code. I test the code in terminal.py line 82: buf = create_unicode_buffer(512) if windll.kernel32.GetShortPathNameW(sublime_terminal_path, buf, len(buf)): sublime_terminal_path = buf.value os.environ['sublime_terminal_path'] = sublime_terminal_path.replace(' ', '` ') the...