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": { "sdk": {
"path": "c:/program files/dotnet/sdk/7.0.109/", "path": "c:/program files/dotnet/sdk/7.0.111/",
"version": "7.0.109" "version": "7.0.111"
}, },
"FormattingOptions": { "FormattingOptions": {
"enableEditorConfigSupport": true, "enableEditorConfigSupport": true,

View File

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