-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## 🎯 Aim The aim is to prepare new minor release with latest changes like: new management capabilities, fine-tuned setup and new chat commands, new scaffolding option, refactored m365 commands logging. ## 📷 Result ![app-catalog-list](https://github.com/user-attachments/assets/07e4ac68-b95d-4341-97fc-071e4ab4b16b) ![image](https://github.com/user-attachments/assets/eefd094b-5a6d-46a0-b256-540d418d2554) ![chat-in-action-new](https://github.com/user-attachments/assets/cdc4de23-590e-4c29-8008-c64006a616d8) ![scaffolding-additional-step-node-version](https://github.com/user-attachments/assets/1e75ac06-f517-4eec-aeb9-b5e29b2369e4) ## ✅ What was done - [X] Include m365 prefix and log passed CLI command options - [X] Refactors to ensure types for settings - [X] Added a new project additional step to create or not the node version manager configuration file. - [X] Added new VSCode setting `createNodeVersionFileDefaultValue` to define the default value of the new project additional step. - [X] Added new VSCode setting `nodeVersionManagerFile` to specify which configuration file to be created. - [X] Dynamic loading of children for ActionTreeItem - [X] Present solutions deployed per app catalog - [X] Allow to disable and enable a solution - [X] Allow to deploy and retract a solution - [X] Allow to remove a solution - [X] Clicking on app link should go to the solution appStore.aspx page - [X] Updated prompt grounding for /setup and /new - [X] Added new way to create new project together with Copilot --------- Co-authored-by: Luccas Castro <[email protected]> Co-authored-by: Guido Zambarda <[email protected]> Co-authored-by: Saurabh Tripathi <[email protected]>
- Loading branch information
1 parent
88809bc
commit dd599e8
Showing
40 changed files
with
940 additions
and
140 deletions.
There are no files selected for viewing
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
|
||
{ | ||
"samples": [ | ||
{ | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.