Skip to content

Commit

Permalink
fix: Setting unpackaged as default
Browse files Browse the repository at this point in the history
  • Loading branch information
nickrandolph committed Oct 27, 2023
1 parent 0e91b26 commit 9f48484
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"profiles": {
"MyExtensionsApp._1.Windows (Package)": {
"commandName": "MsixPackage"
},
"MyExtensionsApp._1.Windows (Unpackaged)": {
"commandName": "Project"
"commandName": "Project"
},
"MyExtensionsApp._1.Windows (Package)": {
"commandName": "MsixPackage"
}
}
}

0 comments on commit 9f48484

Please sign in to comment.