Skip to content

Commit 055ad27

Browse files
CopilotApollon77
andauthored
Remove deprecated common.noConfig from widget templates (#1248)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Apollon77 <11976694+Apollon77@users.noreply.github.com> Co-authored-by: Ingo Fischer <github@fischer-ka.de>
1 parent b5346ea commit 055ad27

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

templates/io-package.json.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ export = (async answers => {
136136
: isWidget
137137
? `
138138
"onlyWWW": true,
139-
"noConfig": true,
140139
"singleton": true,
141140
"type": "${answers.type || "visualization-widgets"}",
142141
"mode": "once",

test/baselines/type_visualization-icons/io-package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
"loglevel": "info",
6565
"tier": 3,
6666
"onlyWWW": true,
67-
"noConfig": true,
6867
"singleton": true,
6968
"type": "visualization-icons",
7069
"mode": "once",

test/baselines/vis_Widget/io-package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
"vis"
6868
],
6969
"onlyWWW": true,
70-
"noConfig": true,
7170
"singleton": true,
7271
"type": "visualization-widgets",
7372
"mode": "once",

test/baselines/vis_widget_additional_function/io-package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
"loglevel": "info",
6565
"tier": 3,
6666
"onlyWWW": true,
67-
"noConfig": true,
6867
"singleton": true,
6968
"type": "visualization-widgets",
7069
"mode": "once",

test/baselines/vis_widget_main_function/io-package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
"vis"
6868
],
6969
"onlyWWW": true,
70-
"noConfig": true,
7170
"singleton": true,
7271
"type": "visualization-widgets",
7372
"mode": "once",

0 commit comments

Comments
 (0)