Skip to content
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

Tools for AI Start Page needs to be neutered #35

Open
EdDore opened this issue Aug 28, 2018 · 9 comments
Open

Tools for AI Start Page needs to be neutered #35

EdDore opened this issue Aug 28, 2018 · 9 comments

Comments

@EdDore
Copy link

EdDore commented Aug 28, 2018

I have explicitly set my Environment.Startup settings to "Show empty environment".
Yet the "Tools for AI Start Page" always pops up when I start the VS 2017 IDE.

Most of my workload is not related to the AI tools.
Why does this package even load into the IDE at startup time?

Extensibility packages are supposed to load on demand, and not at startup. At a bare minimum, the "Show empty environment" at startup, should be honored. But in reality, you probably shouldn't even have your package loaded during startup.

@linmajia
Copy link
Contributor

@EdDore , thank you very much for the feedback.

Please scroll the "Tools for AI Start Page" to the bottom, and uncheck the "Open this page on next start-up" option. Sorry for the inconvenience.

@Ark-kun
Copy link

Ark-kun commented Sep 18, 2018

I have the opposite problem. The checkbox is checked, but the page never shows.

@linmajia
Copy link
Contributor

linmajia commented Sep 18, 2018

@Ark-kun , thank you very much for the feed back.

Are you using VS Tools for AI or VS Code Tools for AI? We have an installer page to help set up the AI dev environment and a startup page which shows examples, AI resources etc. Which page has the issue?

Thanks.

@Ark-kun
Copy link

Ark-kun commented Sep 26, 2018

@linmajia I have "VS Code Tools for AI". As a workaround, I know how to access that page manually. But the bug is still there.

@linmajia
Copy link
Contributor

@Ark-kun , it is not a bug of VS Code Tools for AI. Actually, we add some heuristics not to show the page too often. This is because that each time when users switch directory, workspace / open another VS Code instance, our extension is reinitialized automatically by VS Code. Therefore the page could be reopened frequently if the checkbox is on. Such behavior may not be expected by users, so we decide not to show it too often. Sorry for the inconvenience.

Thanks.

@Ark-kun
Copy link

Ark-kun commented Sep 27, 2018

BTW, It's different with Windows and Linux. On Windows I always get it. On Linux I never get it.

@christenurs
Copy link

My Startpage is in CHINESE.... Why? How can I change that language?
Thank you for any assistance.
kind regards
Urs

@linmajia
Copy link
Contributor

linmajia commented Oct 8, 2018

@christenurs , thank you very much for the feedback.

This is a known issue that Tools for AI displays Chinese start page by mistake if Visual Studio's language is set to non-English. It will be fixed in the new release. Sorry for the inconvenience.

Currently, there are two workarounds:

  1. Set Visual Studio's language to English and the start page will be English too, from the menu Tools > Options > Environment > International Settings > Language.
  2. Keep your current language setting and disable the start page:
    • Change Visual Studio's language to English first and restart VS.
    • Scroll the start page to the bottom, and uncheck the "Open this page on next start-up" option. Please follow the above comments.
    • Change Visual Studio's language back to the previous one.

Thanks.

@christenurs
Copy link

Thank you very much for your fast reply!
KInd regards Urs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants