Skip to content

Commit 35e5975

Browse files
authored
Remove the current chunk warning (#1704)
1 parent 4bf5026 commit 35e5975

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/rmarkdown/chunks.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ export function getChunks(document: vscode.TextDocument): RMarkdownChunk[] {
146146
export function getCurrentChunk(chunks: RMarkdownChunk[], line: number): RMarkdownChunk | undefined {
147147
const textEditor = vscode.window.activeTextEditor;
148148
if (!textEditor) {
149-
void vscode.window.showWarningMessage('No text editor active.');
150149
return;
151150
}
152151

0 commit comments

Comments
 (0)