dunno
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
model = "gpt-5.4"
|
||||||
[features]
|
[features]
|
||||||
use_legacy_landlock = true
|
use_legacy_landlock = true
|
||||||
|
|
||||||
@@ -7,3 +8,6 @@ trust_level = "trusted"
|
|||||||
[mcp_servers.ue-wingman]
|
[mcp_servers.ue-wingman]
|
||||||
command = "python3"
|
command = "python3"
|
||||||
args = ["/home/jyelon/integration/Plugins/UEWingman/ue-wingman-mcp.py"]
|
args = ["/home/jyelon/integration/Plugins/UEWingman/ue-wingman-mcp.py"]
|
||||||
|
|
||||||
|
[notice.model_migrations]
|
||||||
|
"gpt-5.3-codex" = "gpt-5.4"
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
60,
|
60,
|
||||||
78
|
78
|
||||||
],
|
],
|
||||||
|
"explorer.autoReveal": false,
|
||||||
"explorer.confirmDelete": false,
|
"explorer.confirmDelete": false,
|
||||||
"workbench.editor.wrapTabs": true,
|
"workbench.editor.wrapTabs": true,
|
||||||
"lrutabs.maxTabs": 10,
|
"lrutabs.maxTabs": 10,
|
||||||
@@ -23,5 +24,7 @@
|
|||||||
"editor.insertSpaces": true,
|
"editor.insertSpaces": true,
|
||||||
"editor.renderWhitespace": "boundary",
|
"editor.renderWhitespace": "boundary",
|
||||||
"files.autoSave": "afterDelay",
|
"files.autoSave": "afterDelay",
|
||||||
"editor.suggest.filterGraceful": false
|
"editor.suggest.filterGraceful": false,
|
||||||
|
"extensions.ignoreRecommendations": true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user