Jiong
Results
2
comments of
Jiong
这个包是 linux 环境下的,如果用在win下 会出现这个问题。
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...