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

Commit71a1efa

Browse files
committed
fix resetting of view
1 parentdb786ec commit71a1efa

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

‎src/actions/setupActions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const setupActions = async (workspaceRoot: vscode.WorkspaceFolder, {commands, co
7171
awaitvscode.window.showTextDocument(doc,vscode.ViewColumn.One)
7272
// there are times when initialization leave the panel behind any files opened
7373
// ensure the panel is redrawn on the right side first
74-
// webview.createOrShow(vscode.ViewColumn.Two)
74+
vscode.commands.executeCommand('coderoad.open_webview')
7575
}catch(error){
7676
console.log(`Failed to open file${filePath}`,error)
7777
}

‎src/editor/commands.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ export const createCommands = ({extensionPath, workspaceState, workspaceRoot}: C
4848
},
4949
// open React webview
5050
[COMMANDS.OPEN_WEBVIEW]:(column:number=vscode.ViewColumn.Two)=>{
51-
console.log('open webview')
5251
// setup 1x1 horizontal layout
5352

5453
// reset layout

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp