code-marketplace: auto updated to 1.99.0-1
It has been built because: * nvchecker detects the following updates: aur(0): 1.97.0-1 -> 1.99.0-1
This commit is contained in:
parent
bc786a6654
commit
7e49846f28
2 changed files with 19 additions and 3 deletions
|
|
@ -6,7 +6,15 @@
|
|||
"publisherUrl": "https://marketplace.visualstudio.com/publishers",
|
||||
"resourceUrlTemplate": "https://{publisher}.vscode-unpkg.net/{publisher}/{name}/{version}/{path}",
|
||||
"extensionUrlTemplate": "https://www.vscode-unpkg.net/_gallery/{publisher}/{name}/latest",
|
||||
"controlUrl": "https://main.vscode-cdn.net/extensions/marketplace.json"
|
||||
"controlUrl": "https://main.vscode-cdn.net/extensions/marketplace.json",
|
||||
"accessSKUs": [
|
||||
"copilot_enterprise_seat",
|
||||
"copilot_enterprise_seat_assignment",
|
||||
"copilot_enterprise_trial_seat",
|
||||
"copilot_for_business_seat",
|
||||
"copilot_for_business_seat_assignment",
|
||||
"copilot_for_business_trial_seat"
|
||||
]
|
||||
},
|
||||
"extensionRecommendations": {
|
||||
"ms-dotnettools.csdevkit": {
|
||||
|
|
@ -130,6 +138,14 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"typespec.typespec-vscode": {
|
||||
"onFileOpen": [
|
||||
{
|
||||
"pathGlob": "{**/*.tsp,**/tspconfig.yaml}",
|
||||
"important": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"ms-vscode.cpptools-extension-pack": {
|
||||
"onFileOpen": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue