Function getActiveFileContent
- getActiveFileContent(position?): string
Parameters
Optional
position: {
end: {
col: number;
line: number;
};
start: {
col: number;
line: number;
};
}
end: {
col: number;
line: number;
}
start: {
col: number;
line: number;
}
Returns string
パスで指定したファイルの中身(テキスト)を取得します