vscode-related
Opened this issue · 2 comments
thautwarm commented
vscode-related
thautwarm commented
实现vscode-unitypython的两个纯种恶心点:
- 根据microsoft python extension选择的python环境,调用正确python版本的unitypython.exe (以及安装python包)
- 在要求为sync的callback里执行其他库提供的async操作。
以正常途径能解决的恶心问题: shell escape(途径:child_process.execFile
)
thautwarm commented
vscode current selection:
vscode.window.activeTextEditor?.selection;