code-marketplace
This commit is contained in:
Mike Phares 2023-09-30 11:13:15 -07:00
parent ea463ecc83
commit f7497d0acb
2 changed files with 6 additions and 5 deletions

View File

@ -1,7 +1,7 @@
{
"sdk": {
"path": "c:/program files/dotnet/sdk/7.0.109/",
"version": "7.0.109"
"path": "c:/program files/dotnet/sdk/7.0.111/",
"version": "7.0.111"
},
"FormattingOptions": {
"enableEditorConfigSupport": true,

View File

@ -86,15 +86,16 @@
"checksumFailMoreInfoUrl": "https://go.microsoft.com/fwlink/?LinkId=828886",
"documentationUrl": "https://go.microsoft.com/fwlink/?LinkID=533484#vscode",
"extensionsGallery": {
"serviceUrl": "https://open-vsx.org/vscode/gallery",
"itemUrl": "https://open-vsx.org/vscode/item"
"serviceUrl": "https://code-marketplace/api",
"itemUrl": "https://code-marketplace/item",
"resourceUrlTemplate": "https://code-marketplace/files/{publisher}/{name}/{version}/{path}"
},
"introductoryVideosUrl": "https://go.microsoft.com/fwlink/?linkid=832146",
"keyboardShortcutsUrlLinux": "https://go.microsoft.com/fwlink/?linkid=832144",
"keyboardShortcutsUrlMac": "https://go.microsoft.com/fwlink/?linkid=832143",
"keyboardShortcutsUrlWin": "https://go.microsoft.com/fwlink/?linkid=832145",
"linkProtectionTrustedDomains": [
"https://open-vsx.org"
"https://code-marketplace"
],
"releaseNotesUrl": "https://go.microsoft.com/fwlink/?LinkID=533483#vscode",
"requestFeatureUrl": "https://go.microsoft.com/fwlink/?LinkID=533482",