Skip to content

Commit 857a484

Browse files
committed
Remove the current chunk warning
1 parent 4bf5026 commit 857a484

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)