mirror of
https://github.com/openai/codex.git
synced 2026-04-25 15:15:15 +00:00
Add experimental exec server URL handling (#15196)
Add a config and attempt to start the server.
This commit is contained in:
@@ -34,7 +34,7 @@ pub(crate) struct FsApi {
|
||||
impl Default for FsApi {
|
||||
fn default() -> Self {
|
||||
Self {
|
||||
file_system: Arc::new(Environment.get_filesystem()),
|
||||
file_system: Arc::new(Environment::default().get_filesystem()),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user