@eclipse-docks/create-app 0.7.102 → 0.7.104

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eclipse-docks/create-app",
3
- "version": "0.7.102",
3
+ "version": "0.7.104",
4
4
  "description": "Scaffold a new Eclipse Docks app (monorepo with app + example extension)",
5
5
  "type": "module",
6
6
  "bin": "index.js",
@@ -0,0 +1,21 @@
1
+ {
2
+ "version": "0.2.0",
3
+ "configurations": [
4
+ {
5
+ "name": "Dev + Chrome",
6
+ "type": "node",
7
+ "request": "launch",
8
+ "runtimeExecutable": "npm",
9
+ "runtimeArgs": ["run", "dev"],
10
+ "cwd": "${workspaceFolder}",
11
+ "console": "integratedTerminal",
12
+ "internalConsoleOptions": "neverOpen",
13
+ "webRoot": "${workspaceFolder}/packages/app",
14
+ "serverReadyAction": {
15
+ "pattern": "Local:.*(https?://[^\\s]+)",
16
+ "uriFormat": "%s",
17
+ "action": "debugWithChrome"
18
+ }
19
+ }
20
+ ]
21
+ }
@@ -0,0 +1,21 @@
1
+ {
2
+ "version": "2.0.0",
3
+ "tasks": [
4
+ {
5
+ "label": "dev",
6
+ "type": "npm",
7
+ "script": "dev",
8
+ "isBackground": true,
9
+ "problemMatcher": [],
10
+ "options": {
11
+ "cwd": "${workspaceFolder}"
12
+ },
13
+ "presentation": {
14
+ "reveal": "always",
15
+ "panel": "dedicated",
16
+ "clear": true
17
+ },
18
+ "detail": "Run Vite dev server (use launch config for Chrome + debug)"
19
+ }
20
+ ]
21
+ }
@@ -6,7 +6,7 @@ contributionRegistry.registerContribution(SIDEBAR_MAIN, {
6
6
  name: 'example-view',
7
7
  label: 'Example',
8
8
  icon: 'puzzle-piece',
9
- closable: true,
9
+ closable: false,
10
10
  toolbar: false,
11
11
  component: (_id: string) => html`
12
12
  <div style="padding: var(--wa-space-l);">