Files
vscode-extension-samples/chat-sample/.vscode/settings.json
Rob Lourens 2a0e869854 Port tools sample to main (#1119)
* Port tool sample to main

* README and polish

* Port changes from main

* Fix errors

* Add branch protection
2024-10-28 18:49:56 -07:00

8 lines
106 B
JSON

{
"search.exclude": {
"out": true
},
"git.branchProtection": [
"main"
],
}