Skip to content

Commit

Permalink
Added fast endpoints on welcome page
Browse files Browse the repository at this point in the history
  • Loading branch information
Sante Barbuto committed May 24, 2023
1 parent fe5f5e9 commit 628cc15
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,33 @@
}
],
"menus": {
"file/newFile": [
{
"command": "csharpextensions.createClass",
"group": "file",
"when": "!virtualWorkspace"
},
{
"command": "csharpextensions.createInterface",
"group": "file",
"when": "!virtualWorkspace"
},
{
"command": "csharpextensions.createEnum",
"group": "file",
"when": "!virtualWorkspace"
},
{
"command": "csharpextensions.createStruct",
"group": "file",
"when": "!virtualWorkspace"
},
{
"command": "csharpextensions.createRecord",
"group": "file",
"when": "!virtualWorkspace"
}
],
"csharpextensions.new": [
{
"group": "00_basics@0",
Expand Down

0 comments on commit 628cc15

Please sign in to comment.