-
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.
Browse files
Browse the repository at this point in the history
## 🎯 Aim The aim is to add a new action which will allow to grant API permissions. ## 📷 Result ![image](https://github.com/pnp/vscode-viva/assets/58668583/2b095b10-88c1-490a-8cce-35a24d846160) ## ✅ What was done - [X] Along the way renamed all 'solution' word to 'project' - [X] Added new command - [X] Added new CLI action ## 🔗 Related issue Closes: #8
- Loading branch information
Showing
5 changed files
with
109 additions
and
58 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
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,6 +1,6 @@ | ||
export const ContextKeys = { | ||
showWelcome: 'pnp.project.showWelcome', | ||
isSPFxSolution: 'pnp.project.isSPFxSolution', | ||
isSPFxProject: 'pnp.project.isSPFxProject', | ||
isLoggedIn: 'pnp.project.isLoggedIn', | ||
hasAppCatalog: 'pnp.project.hasAppCatalog', | ||
}; |
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