The solution is a modified version of Mark's answer here. const editor = vscode.window.activeTextEditor; const selection = editor.selection; ...
確定! 回上一頁