jumpylionnn
jumpylionnn
this is exactly what i need 😄
I really need it too. are there news about it?
Are there any news about the websocket support? I need it for my project and when i tried to separate the client and the server it became very messy.
sure, here it is .env ```env PATH=some\path\to\file.txt ``` src/main.rs ```rust use dotenvy::dotenv; fn main() { dotenv().unwrap(); println!("var {:?}", std::env::var("PATH")); } ``` the error: ``` thread 'main' panicked at 'called `Result::unwrap()`...
Is this going to be merged soon? the plugin always crashes eslint when it tries to lint a svelte file. Edit: i tested it locally, and it worked!
are there any updates on this? i think this feature can have a lot of uses