-
Notifications
You must be signed in to change notification settings - Fork 81
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
Comments
@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. |
I have the opposite problem. The checkbox is checked, but the page never shows. |
@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. |
@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. |
@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. |
BTW, It's different with Windows and Linux. On Windows I always get it. On Linux I never get it. |
My Startpage is in CHINESE.... Why? How can I change that language? |
@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:
Thanks. |
Thank you very much for your fast reply! |
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.
The text was updated successfully, but these errors were encountered: