Skip to content

Commit fc30092

Browse files
authored
Add group ids to configuration groups (#8720)
2 parents 59e2e0f + 5ea8d49 commit fc30092

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -718,6 +718,7 @@
718718
"configuration": [
719719
{
720720
"title": "Project",
721+
"id": "ms-dotnettools.csharp.project",
721722
"order": 0,
722723
"properties": {
723724
"dotnet.defaultSolution": {
@@ -729,6 +730,7 @@
729730
},
730731
{
731732
"title": "Text Editor",
733+
"id": "ms-dotnettools.csharp.textEditor",
732734
"order": 1,
733735
"properties": {
734736
"dotnet.autoInsert.enableAutoInsert": {
@@ -953,6 +955,7 @@
953955
},
954956
{
955957
"title": "Debugger",
958+
"id": "ms-dotnettools.csharp.debugger",
956959
"order": 8,
957960
"properties": {
958961
"csharp.debug.stopAtEntry": {
@@ -1411,6 +1414,7 @@
14111414
},
14121415
{
14131416
"title": "LSP Server",
1417+
"id": "ms-dotnettools.csharp.lspServer",
14141418
"order": 9,
14151419
"properties": {
14161420
"dotnet.preferCSharpExtension": {
@@ -1551,6 +1555,7 @@
15511555
},
15521556
{
15531557
"title": "OmniSharp",
1558+
"id": "ms-dotnettools.csharp.omniSharp",
15541559
"order": 10,
15551560
"properties": {
15561561
"dotnet.server.useOmnisharp": {

0 commit comments

Comments
 (0)