-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Add Getting Started Walkthrough #7512
Conversation
…nto coleng/walkthrough
…ode-cpptools into coleng/walkthrough
…nto coleng/walkthrough
…nto coleng/walkthrough
…ode-cpptools into coleng/walkthrough
Would it be possible to organize the files in the "walkthrough" folder so it's not a giant list of files? Perhaps create a separate folder for images or create a folder per instruction subject. Example: Walkthrough folder
|
Yes! I've been wanting to do this, too. I have a few screenshots to update based on Sean's feedback, so when I add those new screenshots I'll organize this folder. |
This comment has been minimized.
This comment has been minimized.
…onfiguring build task on Windows with MSVC
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, the Check Compilers behavior seems okay, but I repeatedly get a blank configuration -- that could be an unrelated bug with the configuration UI? It happens randomly or something even long after startup. |
It appears to be an existing (?) bug that repros whenever the Configuration UI is opened -- i.e. it's randomly blank, but the repro probability seems a lot higher when invoked from the walkthrough. |
Actually, the repro probability increases in the remote scenario, not with the walkthrough. I've opened bug #7523 . |
I'm seeing the same bug repro in the walkthrough locally |
Adds 'walkthrough' content to package.json. That content is currently in English. Because we don't expect to get localized strings before shipping 1.4.0, we plan to stick with English only content for now. (Also, I will need to update localization scripts to enable localization of the MD files). This walkthrough is mostly static, and the plan is to update it considerably as additional support we've requested is added to VS Code.
Currently VS Code Insiders is needed to see the Getting Started UI, as well as setting "workbench.welcomePage.experimental.extensionContributions": true .
Added args to Configuration UI/JSON commands to allow display within a specified ViewColumn. This allows opening of the Configuration UI 'beside' the walkthrough.
Added a CheckForCompiler command that is triggered by the walkthrough and displays a dialog listing found compilers, or a warning that no compilers were found.
Resolves #7273