Keep certain files open #614
-
Your extension is awesome, thank you There's one thing I wish I could do. Sometimes a configuration file is better than a long speech.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @ElMoribond , Thank you for your kind words. I'm glad to know the extension is being helpful. I guess I understand your idea, and indeed it can be useful. And I suppose it would only work/be available when you open the project on the same window, right? But I see an issue/complication about how to achieve it, because one VS Code instance doesn't know about others or previous windows. It means that if you are working in Host_0 etc and switch to Host_0 srv, neither VS Code nor the extension knows that you came from "Host_0 etc". Also, when opening Host_0 srv, VS Code itself will restore the session, and reopen the files you had open on previous session. Opening other files could conflict with this restore feature. With that in mind, I'm not sure such feature is doable. At least not without refining and further investigation. Hope this helps |
Beta Was this translation helpful? Give feedback.
Hi @ElMoribond ,
Thank you for your kind words. I'm glad to know the extension is being helpful.
I guess I understand your idea, and indeed it can be useful. And I suppose it would only work/be available when you open the project on the same window, right?
But I see an issue/complication about how to achieve it, because one VS Code instance doesn't know about others or previous windows. It means that if you are working in Host_0 etc and switch to Host_0 srv, neither VS Code nor the extension knows that you came from "Host_0 etc". Also, when opening Host_0 srv, VS Code itself will restore the session, and reopen the files you had open on previous session. Opening other files could conflict…