|
@@ -0,0 +1,427 @@
|
|
|
+{
|
|
|
+ "extensionAllowedBadgeProviders": [
|
|
|
+ "api.bintray.com",
|
|
|
+ "api.travis-ci.com",
|
|
|
+ "api.travis-ci.org",
|
|
|
+ "app.fossa.io",
|
|
|
+ "badge.buildkite.com",
|
|
|
+ "badge.fury.io",
|
|
|
+ "badge.waffle.io",
|
|
|
+ "badgen.net",
|
|
|
+ "badges.frapsoft.com",
|
|
|
+ "badges.gitter.im",
|
|
|
+ "badges.greenkeeper.io",
|
|
|
+ "cdn.travis-ci.com",
|
|
|
+ "cdn.travis-ci.org",
|
|
|
+ "ci.appveyor.com",
|
|
|
+ "circleci.com",
|
|
|
+ "cla.opensource.microsoft.com",
|
|
|
+ "codacy.com",
|
|
|
+ "codeclimate.com",
|
|
|
+ "codecov.io",
|
|
|
+ "coveralls.io",
|
|
|
+ "david-dm.org",
|
|
|
+ "deepscan.io",
|
|
|
+ "dev.azure.com",
|
|
|
+ "docs.rs",
|
|
|
+ "flat.badgen.net",
|
|
|
+ "gemnasium.com",
|
|
|
+ "githost.io",
|
|
|
+ "gitlab.com",
|
|
|
+ "godoc.org",
|
|
|
+ "goreportcard.com",
|
|
|
+ "img.shields.io",
|
|
|
+ "isitmaintained.com",
|
|
|
+ "marketplace.visualstudio.com",
|
|
|
+ "nodesecurity.io",
|
|
|
+ "opencollective.com",
|
|
|
+ "snyk.io",
|
|
|
+ "travis-ci.com",
|
|
|
+ "travis-ci.org",
|
|
|
+ "visualstudio.com",
|
|
|
+ "vsmarketplacebadge.apphb.com",
|
|
|
+ "www.bithound.io",
|
|
|
+ "www.versioneye.com"
|
|
|
+ ],
|
|
|
+ "extensionAllowedBadgeProvidersRegex": [
|
|
|
+ "^https:\\/\\/github\\.com\\/[^/]+\\/[^/]+\\/(actions\\/)?workflows\\/.*badge\\.svg"
|
|
|
+ ],
|
|
|
+ "extensionEnabledApiProposals": {
|
|
|
+ "ms-vscode.vscode-selfhost-test-provider": [
|
|
|
+ "testObserver"
|
|
|
+ ],
|
|
|
+ "VisualStudioExptTeam.vscodeintellicode-completions": [
|
|
|
+ "inlineCompletions"
|
|
|
+ ],
|
|
|
+ "ms-vsliveshare.vsliveshare": [
|
|
|
+ "contribMenuBarHome",
|
|
|
+ "diffCommand",
|
|
|
+ "documentFiltersExclusive",
|
|
|
+ "fileSearchProvider",
|
|
|
+ "findTextInFiles",
|
|
|
+ "notebookCellExecutionState",
|
|
|
+ "notebookContentProvider",
|
|
|
+ "notebookDocumentEvents",
|
|
|
+ "notebookEditor",
|
|
|
+ "notebookEditorEdit",
|
|
|
+ "notebookLiveShare",
|
|
|
+ "terminalDimensions",
|
|
|
+ "terminalDataWriteEvent",
|
|
|
+ "textDocumentNotebook",
|
|
|
+ "textSearchProvider"
|
|
|
+ ],
|
|
|
+ "ms-vscode.js-debug": [
|
|
|
+ "portsAttributes",
|
|
|
+ "findTextInFiles",
|
|
|
+ "workspaceTrust",
|
|
|
+ "resolvers"
|
|
|
+ ],
|
|
|
+ "ms-toolsai.vscode-ai-remote": [
|
|
|
+ "resolvers",
|
|
|
+ "notebookEditor"
|
|
|
+ ],
|
|
|
+ "ms-python.python": [
|
|
|
+ "quickPickSortByLabel",
|
|
|
+ "testObserver",
|
|
|
+ "notebookEditor"
|
|
|
+ ],
|
|
|
+ "ms-dotnettools.dotnet-interactive-vscode": [
|
|
|
+ "notebookConcatTextDocument",
|
|
|
+ "notebookContentProvider",
|
|
|
+ "notebookCellExecutionState",
|
|
|
+ "notebookControllerKind",
|
|
|
+ "notebookDebugOptions",
|
|
|
+ "notebookDeprecated",
|
|
|
+ "notebookEditor",
|
|
|
+ "notebookEditorDecorationType",
|
|
|
+ "notebookEditorEdit",
|
|
|
+ "notebookLiveShare",
|
|
|
+ "notebookMessaging",
|
|
|
+ "notebookMime",
|
|
|
+ "textDocumentNotebook"
|
|
|
+ ],
|
|
|
+ "GitHub.codespaces": [
|
|
|
+ "contribMenuBarHome",
|
|
|
+ "contribRemoteHelp",
|
|
|
+ "contribViewsRemote",
|
|
|
+ "notebookEditor",
|
|
|
+ "resolvers",
|
|
|
+ "terminalDataWriteEvent",
|
|
|
+ "treeViewReveal"
|
|
|
+ ],
|
|
|
+ "ms-vscode.azure-repos": [
|
|
|
+ "extensionRuntime",
|
|
|
+ "fileSearchProvider",
|
|
|
+ "resolvers",
|
|
|
+ "textSearchProvider"
|
|
|
+ ],
|
|
|
+ "ms-vscode.remote-repositories": [
|
|
|
+ "contribRemoteHelp",
|
|
|
+ "contribMenuBarHome",
|
|
|
+ "contribViewsRemote",
|
|
|
+ "contribViewsWelcome",
|
|
|
+ "documentFiltersExclusive",
|
|
|
+ "extensionRuntime",
|
|
|
+ "fileSearchProvider",
|
|
|
+ "quickPickSortByLabel",
|
|
|
+ "workspaceTrust",
|
|
|
+ "scmSelectedProvider",
|
|
|
+ "scmValidation",
|
|
|
+ "textSearchProvider",
|
|
|
+ "timeline",
|
|
|
+ "notebookEditor"
|
|
|
+ ],
|
|
|
+ "ms-vscode.vscode-github-issue-notebooks": [
|
|
|
+ "notebookEditor"
|
|
|
+ ],
|
|
|
+ "tanhakabir.rest-book": [
|
|
|
+ "notebookEditor"
|
|
|
+ ],
|
|
|
+ "ms-vscode-remote.remote-wsl": [
|
|
|
+ "resolvers",
|
|
|
+ "contribViewsRemote",
|
|
|
+ "telemetry"
|
|
|
+ ],
|
|
|
+ "ms-vscode-remote.remote-ssh": [
|
|
|
+ "resolvers",
|
|
|
+ "terminalDataWriteEvent",
|
|
|
+ "contribViewsRemote",
|
|
|
+ "telemetry"
|
|
|
+ ],
|
|
|
+ "ms-vscode-remote.remote-containers": [
|
|
|
+ "resolvers",
|
|
|
+ "workspaceTrust",
|
|
|
+ "terminalDimensions",
|
|
|
+ "contribViewsRemote"
|
|
|
+ ],
|
|
|
+ "ms-vscode.js-debug-nightly": [
|
|
|
+ "portsAttributes",
|
|
|
+ "findTextInFiles",
|
|
|
+ "workspaceTrust",
|
|
|
+ "resolvers"
|
|
|
+ ],
|
|
|
+ "ms-vscode.lsif-browser": [
|
|
|
+ "documentFiltersExclusive"
|
|
|
+ ],
|
|
|
+ "GitHub.vscode-pull-request-github": [
|
|
|
+ "tokenInformation"
|
|
|
+ ],
|
|
|
+ "GitHub.copilot": [
|
|
|
+ "inlineCompletions",
|
|
|
+ "textDocumentNotebook"
|
|
|
+ ],
|
|
|
+ "GitHub.copilot-nightly": [
|
|
|
+ "inlineCompletions",
|
|
|
+ "textDocumentNotebook"
|
|
|
+ ],
|
|
|
+ "GitHub.remotehub": [
|
|
|
+ "contribRemoteHelp",
|
|
|
+ "contribMenuBarHome",
|
|
|
+ "contribViewsRemote",
|
|
|
+ "contribViewsWelcome",
|
|
|
+ "documentFiltersExclusive",
|
|
|
+ "extensionRuntime",
|
|
|
+ "fileSearchProvider",
|
|
|
+ "quickPickSortByLabel",
|
|
|
+ "workspaceTrust",
|
|
|
+ "resolvers",
|
|
|
+ "scmSelectedProvider",
|
|
|
+ "scmValidation",
|
|
|
+ "textSearchProvider",
|
|
|
+ "timeline",
|
|
|
+ "notebookEditor"
|
|
|
+ ],
|
|
|
+ "GitHub.remotehub-insiders": [
|
|
|
+ "contribRemoteHelp",
|
|
|
+ "contribMenuBarHome",
|
|
|
+ "contribViewsRemote",
|
|
|
+ "contribViewsWelcome",
|
|
|
+ "documentFiltersExclusive",
|
|
|
+ "extensionRuntime",
|
|
|
+ "fileSearchProvider",
|
|
|
+ "quickPickSortByLabel",
|
|
|
+ "workspaceTrust",
|
|
|
+ "resolvers",
|
|
|
+ "scmSelectedProvider",
|
|
|
+ "scmValidation",
|
|
|
+ "textSearchProvider",
|
|
|
+ "timeline",
|
|
|
+ "notebookEditor"
|
|
|
+ ],
|
|
|
+ "ms-python.gather": [
|
|
|
+ "notebookEditor",
|
|
|
+ "notebookCellExecutionState"
|
|
|
+ ],
|
|
|
+ "ms-python.vscode-pylance": [
|
|
|
+ "notebookDocumentEvents",
|
|
|
+ "notebookEditor",
|
|
|
+ "notebookCellExecutionState"
|
|
|
+ ],
|
|
|
+ "ms-toolsai.jupyter": [
|
|
|
+ "notebookConcatTextDocument",
|
|
|
+ "notebookControllerKind",
|
|
|
+ "notebookDebugOptions",
|
|
|
+ "notebookDeprecated",
|
|
|
+ "notebookEditor",
|
|
|
+ "notebookDocumentEvents",
|
|
|
+ "notebookEditorDecorationType",
|
|
|
+ "notebookEditorEdit",
|
|
|
+ "notebookMessaging",
|
|
|
+ "notebookMime",
|
|
|
+ "notebookCellExecutionState",
|
|
|
+ "portsAttributes",
|
|
|
+ "textDocumentNotebook",
|
|
|
+ "quickPickSortByLabel"
|
|
|
+ ],
|
|
|
+ "dbaeumer.vscode-eslint": [
|
|
|
+ "tabs",
|
|
|
+ "notebookDocumentEvents",
|
|
|
+ "notebookEditor",
|
|
|
+ "notebookCellExecutionState"
|
|
|
+ ],
|
|
|
+ "ms-vscode.azure-sphere-tools-ui": [
|
|
|
+ "resolvers"
|
|
|
+ ],
|
|
|
+ "ms-azuretools.vscode-azureappservice": [
|
|
|
+ "terminalDataWriteEvent"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "extensionKind": {
|
|
|
+ "Shan.code-settings-sync": [
|
|
|
+ "ui"
|
|
|
+ ],
|
|
|
+ "shalldie.background": [
|
|
|
+ "ui"
|
|
|
+ ],
|
|
|
+ "techer.open-in-browser": [
|
|
|
+ "ui"
|
|
|
+ ],
|
|
|
+ "CoenraadS.bracket-pair-colorizer-2": [
|
|
|
+ "ui"
|
|
|
+ ],
|
|
|
+ "CoenraadS.bracket-pair-colorizer": [
|
|
|
+ "ui",
|
|
|
+ "workspace"
|
|
|
+ ],
|
|
|
+ "hiro-sun.vscode-emacs": [
|
|
|
+ "ui",
|
|
|
+ "workspace"
|
|
|
+ ],
|
|
|
+ "hnw.vscode-auto-open-markdown-preview": [
|
|
|
+ "ui",
|
|
|
+ "workspace"
|
|
|
+ ],
|
|
|
+ "wayou.vscode-todo-highlight": [
|
|
|
+ "ui",
|
|
|
+ "workspace"
|
|
|
+ ],
|
|
|
+ "aaron-bond.better-comments": [
|
|
|
+ "ui",
|
|
|
+ "workspace"
|
|
|
+ ],
|
|
|
+ "vscodevim.vim": [
|
|
|
+ "ui"
|
|
|
+ ],
|
|
|
+ "ollyhayes.colmak-vim": [
|
|
|
+ "ui"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "extensionPointExtensionKind": {
|
|
|
+ "typescriptServerPlugins": [
|
|
|
+ "workspace"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "extensionSyncedKeys": {
|
|
|
+ "ritwickdey.liveserver": [
|
|
|
+ "liveServer.setup.version"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "extensionVirtualWorkspacesSupport": {
|
|
|
+ "esbenp.prettier-vscode": {
|
|
|
+ "default": false
|
|
|
+ },
|
|
|
+ "msjsdiag.debugger-for-chrome": {
|
|
|
+ "default": false
|
|
|
+ },
|
|
|
+ "redhat.java": {
|
|
|
+ "default": false
|
|
|
+ },
|
|
|
+ "HookyQR.beautify": {
|
|
|
+ "default": false
|
|
|
+ },
|
|
|
+ "ritwickdey.LiveServer": {
|
|
|
+ "default": false
|
|
|
+ },
|
|
|
+ "VisualStudioExptTeam.vscodeintellicode": {
|
|
|
+ "default": false
|
|
|
+ },
|
|
|
+ "octref.vetur": {
|
|
|
+ "default": false
|
|
|
+ },
|
|
|
+ "formulahendry.code-runner": {
|
|
|
+ "default": false
|
|
|
+ },
|
|
|
+ "xdebug.php-debug": {
|
|
|
+ "default": false
|
|
|
+ },
|
|
|
+ "ms-mssql.mssql": {
|
|
|
+ "default": false
|
|
|
+ },
|
|
|
+ "christian-kohler.path-intellisense": {
|
|
|
+ "default": false
|
|
|
+ },
|
|
|
+ "eg2.tslint": {
|
|
|
+ "default": false
|
|
|
+ },
|
|
|
+ "eg2.vscode-npm-script": {
|
|
|
+ "default": false
|
|
|
+ },
|
|
|
+ "donjayamanne.githistory": {
|
|
|
+ "default": false
|
|
|
+ },
|
|
|
+ "Zignd.html-css-class-completion": {
|
|
|
+ "default": false
|
|
|
+ },
|
|
|
+ "christian-kohler.npm-intellisense": {
|
|
|
+ "default": false
|
|
|
+ },
|
|
|
+ "EditorConfig.EditorConfig": {
|
|
|
+ "default": false
|
|
|
+ },
|
|
|
+ "austin.code-gnu-global": {
|
|
|
+ "default": false
|
|
|
+ },
|
|
|
+ "johnpapa.Angular2": {
|
|
|
+ "default": false
|
|
|
+ },
|
|
|
+ "ms-vscode.vscode-typescript-tslint-plugin": {
|
|
|
+ "default": false
|
|
|
+ },
|
|
|
+ "DotJoshJohnson.xml": {
|
|
|
+ "default": false
|
|
|
+ },
|
|
|
+ "techer.open-in-browser": {
|
|
|
+ "default": false
|
|
|
+ },
|
|
|
+ "tht13.python": {
|
|
|
+ "default": false
|
|
|
+ },
|
|
|
+ "bmewburn.vscode-intelephense-client": {
|
|
|
+ "default": false
|
|
|
+ },
|
|
|
+ "Angular.ng-template": {
|
|
|
+ "default": false
|
|
|
+ },
|
|
|
+ "xdebug.php-pack": {
|
|
|
+ "default": false
|
|
|
+ },
|
|
|
+ "dbaeumer.jshint": {
|
|
|
+ "default": false
|
|
|
+ },
|
|
|
+ "yzhang.markdown-all-in-one": {
|
|
|
+ "default": false
|
|
|
+ },
|
|
|
+ "Dart-Code.flutter": {
|
|
|
+ "default": false
|
|
|
+ },
|
|
|
+ "streetsidesoftware.code-spell-checker": {
|
|
|
+ "default": false
|
|
|
+ },
|
|
|
+ "rebornix.Ruby": {
|
|
|
+ "default": false
|
|
|
+ },
|
|
|
+ "ms-vscode.sublime-keybindings": {
|
|
|
+ "default": false
|
|
|
+ },
|
|
|
+ "mitaki28.vscode-clang": {
|
|
|
+ "default": false
|
|
|
+ },
|
|
|
+ "steoates.autoimport": {
|
|
|
+ "default": false
|
|
|
+ },
|
|
|
+ "donjayamanne.python-extension-pack": {
|
|
|
+ "default": false
|
|
|
+ },
|
|
|
+ "shd101wyy.markdown-preview-enhanced": {
|
|
|
+ "default": false
|
|
|
+ },
|
|
|
+ "mikestead.dotenv": {
|
|
|
+ "default": false
|
|
|
+ },
|
|
|
+ "pranaygp.vscode-css-peek": {
|
|
|
+ "default": false
|
|
|
+ },
|
|
|
+ "ikappas.phpcs": {
|
|
|
+ "default": false
|
|
|
+ },
|
|
|
+ "platformio.platformio-ide": {
|
|
|
+ "default": false
|
|
|
+ },
|
|
|
+ "jchannon.csharpextensions": {
|
|
|
+ "default": false
|
|
|
+ },
|
|
|
+ "gruntfuggly.todo-tree": {
|
|
|
+ "default": false
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|