We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bf5026 commit 35e5975Copy full SHA for 35e5975
1 file changed
src/rmarkdown/chunks.ts
@@ -146,7 +146,6 @@ export function getChunks(document: vscode.TextDocument): RMarkdownChunk[] {
146
export function getCurrentChunk(chunks: RMarkdownChunk[], line: number): RMarkdownChunk | undefined {
147
const textEditor = vscode.window.activeTextEditor;
148
if (!textEditor) {
149
- void vscode.window.showWarningMessage('No text editor active.');
150
return;
151
}
152
0 commit comments