We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f25fa57 commit fa15b42Copy full SHA for fa15b42
src/main.lua
@@ -1,10 +1,7 @@
1
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)
+ private_vibescript.configure_props_functions()
+ private_vibescript.configure_paths()
+ private_vibescript.configure_newRawLLMFunction()
8
9
local action = argv.get_next_unused()
10
if action == "set_git_clone" then
0 commit comments