mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
* Port tool sample to main * README and polish * Port changes from main * Fix errors * Add branch protection
8 lines
106 B
JSON
8 lines
106 B
JSON
{
|
|
"search.exclude": {
|
|
"out": true
|
|
},
|
|
"git.branchProtection": [
|
|
"main"
|
|
],
|
|
} |