-
Notifications
You must be signed in to change notification settings - Fork 9
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
Update extension for RC1 #91
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Initial implementation of Meadow Output Pane. * Reuse our Meadow Output Pane for Deploys too. Co-authored-by: Dominique Louis <savagesoftware@hotmail.com>
* Trigger build that points to the CLI Stability branch * Bump version number to 0.19.3 * Since GetSerialPorts is now awaitable, await it. Co-authored-by: Dominique Louis <savagesoftware@hotmail.com>
Check project configuration so we ONLY include pdbs if in Debug mode. Co-authored-by: Dominique Louis <savagesoftware@hotmail.com>
* Update templates for new lifecycle * Remove Program.vb from VB app template * Fix function casing in F# app template * Update VB NET csproj * Fix C# and VB template by removing Program.* reference. Co-authored-by: Dominique Louis <savagesoftware@hotmail.com>
* Bump version to 0.19.6 to sync with illinker branch Co-authored-by: Dominique Louis <savagesoftware@hotmail.com>
#82) * Make Output logger calls more thread safe. * Make sure call to GetProject happens on the main/UI thread. * Use latest 17.1.x build of the BuildTools nuget. * Make sure we're restoring the release configuration.
* Call the new Aync-less methods.
* Don't check DeviceAndAppVersion check. * Trap file access exception. Usually manifests when 2 instances are running. * Let's not crash the IDE if we get a Disposed Object Exception. * Call the new Async-less methods. * Remove rogue ContinueAwait call. * Bump version to 0.19.14 * Point back to Meadow.CLI develop. Co-authored-by: Dominique Louis <savagesoftware@hotmail.com>
Co-authored-by: Dominique Louis <savagesoftware@hotmail.com>
* Add meadow.config.yaml file on project templates with JIT enabled by default * Fix F7Feather comments
…he Solution Explorer
Add config file to the templates manifest so they show up in the Solution Explorer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
May need a fast-follow with version updates