-
Notifications
You must be signed in to change notification settings - Fork 29.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Iteration Plan for May 2022 #149008
Comments
Updating to latest ELECTRON version will also fix so many performance issues found in electron |
Do you mean from 17.4.1 to 17.4.3 (I've opened issue #149223) or the newer 18.x branch? https://github.com/electron/electron/releases/tag/v18.2.2 I should mention the slowness and lag reported in #146737 which nobody seems to care about (ticket closed, merged with other issues, etc) - the problems have been obviously introduced with Electron 17 since VSCode 1.66 |
Any plan to include a toggle button to show/hide code section. Make it look like a report instead of showing code in jupyter notebook? |
Anything you can do to improve performance at this point would trump any more features in my perspective. I used to sing praises for VSCode telling people it didn't feel like Electron. Today, however, I would tell them it feels like an Electron app unless you're using bleeding edge hardware. A code editor should not heat up a 2019 MBP. @lorand-horvath I saw you added a confused emoji. Was there something in my feedback that confused you? |
@vhscom Sure... I'm just kind of tired of repeating the same performance issue reports without actually solving anything... You may check this one #146737 and see that I got nowhere with it. So I'm not sure how to proceed in order to ask the relevant developers to bring back at least some of the performance we had in VSCode before upgrading to Electron 17. In VSCode 1.65 we had Electron 13.5.2, which was fast and it was a pleasure to work with. However, since VSCode 1.66, based on Electron 17, all kinds of problems appeared and it's slow as a snail... Unfortunately. |
Have you/we/anyone looked at moving to Tauri? That would be my suggestion to address the performance concerns. Otherwise I'd try and stay as up-to-date as possible on Electron and not fall behind. My 0.2 before I derail planning. |
@vhscom Well, I am really curious to see a proper explanation as to why Electron 17 was chosen for VSCode since April and not staying on 13.5.2 (which was quite good IMHO) or 15 or 16 or even the latest stable 18 for that matter? I've just checked out Tauri - it looks very interesting! |
Thanks for providing feedback, but let's continue the discussion in #146737 or please file a new issue. |
Yeah, let's goto #146737
<#146737> . I think the latest
version is much faster and has latest chrome improvements
…On Wed, May 11, 2022 at 4:29 PM Isidor Nikolic ***@***.***> wrote:
Thanks for providing feedback, but let's continue the discussion in
#146737 <#146737>
The iteration plan is not intended for scoped discussions, I would hate to
have to lock this issue.
—
Reply to this email directly, view it on GitHub
<#149008 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIRXJSE7V3UN74KXBBWNGYLVJOKXZANCNFSM5VK7XCKQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
If it's possible, it would be nice if you could bump electron to version 19. Like mentioned in #145527 (comment) it contains a bug fix to make it work on Linux running on Apple Silicon. Thank you! |
maybe the insider version might get Electron 18 with latest chrome or at
least version 100... VS code is so far behind the latest stable release
[image: Mailtrack]
<https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11&>
Sender
notified by
Mailtrack
<https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11&>
06/06/22,
12:21:26 PM
…On Mon, Jun 6, 2022 at 11:44 AM Lorand Horvath ***@***.***> wrote:
Looks like VSCode 1.68 (May 2022) will still use Electron 17, which is a
real mess... many serious issues, bugs, including performance regressions;
no wonder several other projects have moved on.
Hopefully we will get Electron 18 in VSCide 1.69 (June 2022).
—
Reply to this email directly, view it on GitHub
<#149008 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIRXJSFMMGS56NL533EFT5LVNWM6DANCNFSM5VK7XCKQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Agree, they should go for 4 week release
…On Mon, Jun 6, 2022, 1:39 PM Lorand Horvath ***@***.***> wrote:
@fisforfaheem <https://github.com/fisforfaheem> VSCode is far behind with
the Electron version because they're following an 8 weeks iteration plan,
see @deepak1556 <https://github.com/deepak1556> #145527 (comment)
<#145527 (comment)>
Holding on to that 8 week plan, no matter what, is pointless when it's
obvious there are serious issues with the current Electron version. Anyway,
there's nothing we can do, I guess. We'll just have to wait until the snail
arrives to the finish line. Hopefully insiders will allow a sneak peek of
what's to come... fingers crossed.
—
Reply to this email directly, view it on GitHub
<#149008 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIRXJSBV37UTKKNE4ZHX5QDVNW2M3ANCNFSM5VK7XCKQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
This plan captures our work in May. This is a 5-week iteration. We have several holidays across countries coming up which gives us a bit less than 5 weeks of work time. We will ship in early June.
Endgame
The endgame details for this iteration are tracked here.
Plan Items
Below is a summary of the top level plan items.
Legend of annotations:
Accessibility
UX
Workbench
Continue On...
support in core vscode#141293 @joyceerhlShare as...
menu for creatingvscode.dev
links vscode#146309 @alexr00.gitignore
to filter content in the Explorer vscode#38878 @lramos15 @JacksonKearlPolicyService
and use it in theConfigurationService
vscode#148943 @joaomoreno @sandy081Web
Code Editor
Notebook Editor
Jupyter Notebooks
Languages
AnyCode
Python
JavaScript/TypeScript
Markdown
CSS
JSON
Debug
launch.json
vscode#146338 @roblourens @weinandjs-debug
Testing
Terminal
Tasks
Source Control
API
Extensions
Extension Contributions
Install
Engineering
Electron
requestSingleInstanceLock
API to useMessageWindow
for acknowledgement electron/electron#34235 @rzhao271Documentation
Deferred
contextIsolation
for all windows vscode#128099 @bpasero @rzhao271 @deepak1556requestSingleInstanceLock
API vscode#97626 @rzhao271The text was updated successfully, but these errors were encountered: