We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55aab32 commit b719762Copy full SHA for b719762
backend/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "code-snippet",
3
- "version": "0.0.13",
+ "version": "0.0.14",
4
"displayName": "Code Snippet",
5
"publisher": "SAPOSS",
6
"author": {
backend/src/panels/AbstractWebviewPanel.ts
@@ -46,7 +46,7 @@ export abstract class AbstractWebviewPanel {
46
return vscode.window.createWebviewPanel(
47
this.viewType,
48
this.viewTitle,
49
- vscode.ViewColumn.One,
+ vscode.ViewColumn.Two,
50
51
// Enable javascript in the webview
52
enableScripts: true,
0 commit comments