Skip to content

Commit fa15b42

Browse files
seting new_mode
1 parent f25fa57 commit fa15b42

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/main.lua

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
function vibescript_extension_internal_main()
2-
local config_json = private_vibescript.get_config_json()
3-
if not config_json.platform_credentials then
4-
config_json.platform_credentials = {}
5-
end
6-
private_vibescript.configure_newRawLLMFunction(config_json)
7-
private_vibescript.configure_props_functions(config_json)
2+
private_vibescript.configure_props_functions()
3+
private_vibescript.configure_paths()
4+
private_vibescript.configure_newRawLLMFunction()
85

96
local action = argv.get_next_unused()
107
if action == "set_git_clone" then

0 commit comments

Comments
 (0)