mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
Inherit PATH in zed-local script
This commit is contained in:
parent
234ccbe51f
commit
c20e781441
@ -84,6 +84,7 @@ setTimeout(() => {
|
||||
ZED_SERVER_URL: 'http://localhost:8080',
|
||||
ZED_ADMIN_API_TOKEN: 'secret',
|
||||
ZED_WINDOW_SIZE: `${instanceWidth},${instanceHeight}`,
|
||||
PATH: process.env.PATH,
|
||||
RUST_LOG,
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user