make inspector version a server api, split up output subtypes and tweak some option names

This commit is contained in:
LukeFZ
2025-07-29 23:46:14 +02:00
parent 6583787d8f
commit 832b0020eb
13 changed files with 57 additions and 56 deletions

View File

@@ -43,7 +43,7 @@ let mockFormatSettings: {
{
type: "option",
name: {
id: "flatten",
id: "flattenhierarchy",
label: "Don't nest folders (flatten hierarchy)",
},
default: false,
@@ -55,7 +55,7 @@ let mockFormatSettings: {
{
type: "combobox",
name: {
id: "sorting",
id: "sortingmode",
label: "Type sorting",
},
default: "alphabetical",
@@ -85,7 +85,7 @@ let mockFormatSettings: {
{
type: "option",
name: {
id: "compilable",
id: "mustcompile",
label: "Attempt to generate output that compiles",
},
default: false,
@@ -117,7 +117,7 @@ let mockFormatSettings: {
{
type: "filepath",
name: {
id: "assembliespath",
id: "unityassembliespath",
label: "Unity script assemblies path",
},
directoryPath: true,