Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc9a34ed

Browse files
committed
remove webview call from open file
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
1 parentb382f33 commitc9a34ed

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

‎src/actions/utils/openFiles.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ const openFiles = async (files: string[]) => {
1616
constabsoluteFilePath=join(wr,filePath)
1717
constdoc=awaitvscode.workspace.openTextDocument(absoluteFilePath)
1818
awaitvscode.window.showTextDocument(doc,vscode.ViewColumn.One)
19-
// there are times when initialization leave the panel behind any files opened
20-
// ensure the panel is redrawn on the right side first
21-
vscode.commands.executeCommand(COMMANDS.OPEN_WEBVIEW)
2219
}catch(error){
2320
console.log(`Failed to open file${filePath}:${error.message}`)
2421
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp