Skip to content

Commit

Permalink
fixed merge issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
plkumar committed Oct 6, 2023
1 parent 371be78 commit 7a273dc
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@
"dotnet.defaultSolution": "mqcat.sln",
"sonarlint.connectedMode.project": {
"connectionId": "plkumar",
"projectKey": "plkumar_mqcat"
}
"dotnet.defaultSolution": "mqcat.sln",
"github.copilot.enable":{
"*": true,
"plaintext": false,
"markdown": false,
"scminput": false
}
}
"projectKey": "plkumar_mqcat",
"github.copilot.enable": {
"*": true,
"plaintext": false,
"markdown": false,
"scminput": false
}
}

0 comments on commit 7a273dc

Please sign in to comment.