microsoft / vs-tools-for-ai

Visual Studio Tools for AI is a free Visual Studio extension to build, test, and deploy deep learning / AI solutions. It seamlessly integrates with Azure Machine Learning for robust experimentation capabilities, including but not limited to submitting data preparation and model training jobs transparently to different compute targets. Additionally, it provides support for custom metrics and run history tracking, enabling data science reproducibility and auditing. Enterprise ready collaboration, allow to securely work on project with other people.
http://aka.ms/vstoolsforai
353 stars 80 forks source link

Tools for AI Start Page needs to be neutered #35

Open EdDore opened 6 years ago

EdDore commented 6 years ago

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 commented 6 years ago

@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 commented 6 years ago

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

linmajia commented 6 years ago

@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 commented 6 years ago

@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 commented 6 years ago

@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 commented 6 years ago

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

christenurs commented 6 years ago

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

linmajia commented 6 years ago

@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 commented 6 years ago

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