product.json 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427
  1. {
  2. "extensionAllowedBadgeProviders": [
  3. "api.bintray.com",
  4. "api.travis-ci.com",
  5. "api.travis-ci.org",
  6. "app.fossa.io",
  7. "badge.buildkite.com",
  8. "badge.fury.io",
  9. "badge.waffle.io",
  10. "badgen.net",
  11. "badges.frapsoft.com",
  12. "badges.gitter.im",
  13. "badges.greenkeeper.io",
  14. "cdn.travis-ci.com",
  15. "cdn.travis-ci.org",
  16. "ci.appveyor.com",
  17. "circleci.com",
  18. "cla.opensource.microsoft.com",
  19. "codacy.com",
  20. "codeclimate.com",
  21. "codecov.io",
  22. "coveralls.io",
  23. "david-dm.org",
  24. "deepscan.io",
  25. "dev.azure.com",
  26. "docs.rs",
  27. "flat.badgen.net",
  28. "gemnasium.com",
  29. "githost.io",
  30. "gitlab.com",
  31. "godoc.org",
  32. "goreportcard.com",
  33. "img.shields.io",
  34. "isitmaintained.com",
  35. "marketplace.visualstudio.com",
  36. "nodesecurity.io",
  37. "opencollective.com",
  38. "snyk.io",
  39. "travis-ci.com",
  40. "travis-ci.org",
  41. "visualstudio.com",
  42. "vsmarketplacebadge.apphb.com",
  43. "www.bithound.io",
  44. "www.versioneye.com"
  45. ],
  46. "extensionAllowedBadgeProvidersRegex": [
  47. "^https:\\/\\/github\\.com\\/[^/]+\\/[^/]+\\/(actions\\/)?workflows\\/.*badge\\.svg"
  48. ],
  49. "extensionEnabledApiProposals": {
  50. "ms-vscode.vscode-selfhost-test-provider": [
  51. "testObserver"
  52. ],
  53. "VisualStudioExptTeam.vscodeintellicode-completions": [
  54. "inlineCompletions"
  55. ],
  56. "ms-vsliveshare.vsliveshare": [
  57. "contribMenuBarHome",
  58. "diffCommand",
  59. "documentFiltersExclusive",
  60. "fileSearchProvider",
  61. "findTextInFiles",
  62. "notebookCellExecutionState",
  63. "notebookContentProvider",
  64. "notebookDocumentEvents",
  65. "notebookEditor",
  66. "notebookEditorEdit",
  67. "notebookLiveShare",
  68. "terminalDimensions",
  69. "terminalDataWriteEvent",
  70. "textDocumentNotebook",
  71. "textSearchProvider"
  72. ],
  73. "ms-vscode.js-debug": [
  74. "portsAttributes",
  75. "findTextInFiles",
  76. "workspaceTrust",
  77. "resolvers"
  78. ],
  79. "ms-toolsai.vscode-ai-remote": [
  80. "resolvers",
  81. "notebookEditor"
  82. ],
  83. "ms-python.python": [
  84. "quickPickSortByLabel",
  85. "testObserver",
  86. "notebookEditor"
  87. ],
  88. "ms-dotnettools.dotnet-interactive-vscode": [
  89. "notebookConcatTextDocument",
  90. "notebookContentProvider",
  91. "notebookCellExecutionState",
  92. "notebookControllerKind",
  93. "notebookDebugOptions",
  94. "notebookDeprecated",
  95. "notebookEditor",
  96. "notebookEditorDecorationType",
  97. "notebookEditorEdit",
  98. "notebookLiveShare",
  99. "notebookMessaging",
  100. "notebookMime",
  101. "textDocumentNotebook"
  102. ],
  103. "GitHub.codespaces": [
  104. "contribMenuBarHome",
  105. "contribRemoteHelp",
  106. "contribViewsRemote",
  107. "notebookEditor",
  108. "resolvers",
  109. "terminalDataWriteEvent",
  110. "treeViewReveal"
  111. ],
  112. "ms-vscode.azure-repos": [
  113. "extensionRuntime",
  114. "fileSearchProvider",
  115. "resolvers",
  116. "textSearchProvider"
  117. ],
  118. "ms-vscode.remote-repositories": [
  119. "contribRemoteHelp",
  120. "contribMenuBarHome",
  121. "contribViewsRemote",
  122. "contribViewsWelcome",
  123. "documentFiltersExclusive",
  124. "extensionRuntime",
  125. "fileSearchProvider",
  126. "quickPickSortByLabel",
  127. "workspaceTrust",
  128. "scmSelectedProvider",
  129. "scmValidation",
  130. "textSearchProvider",
  131. "timeline",
  132. "notebookEditor"
  133. ],
  134. "ms-vscode.vscode-github-issue-notebooks": [
  135. "notebookEditor"
  136. ],
  137. "tanhakabir.rest-book": [
  138. "notebookEditor"
  139. ],
  140. "ms-vscode-remote.remote-wsl": [
  141. "resolvers",
  142. "contribViewsRemote",
  143. "telemetry"
  144. ],
  145. "ms-vscode-remote.remote-ssh": [
  146. "resolvers",
  147. "terminalDataWriteEvent",
  148. "contribViewsRemote",
  149. "telemetry"
  150. ],
  151. "ms-vscode-remote.remote-containers": [
  152. "resolvers",
  153. "workspaceTrust",
  154. "terminalDimensions",
  155. "contribViewsRemote"
  156. ],
  157. "ms-vscode.js-debug-nightly": [
  158. "portsAttributes",
  159. "findTextInFiles",
  160. "workspaceTrust",
  161. "resolvers"
  162. ],
  163. "ms-vscode.lsif-browser": [
  164. "documentFiltersExclusive"
  165. ],
  166. "GitHub.vscode-pull-request-github": [
  167. "tokenInformation"
  168. ],
  169. "GitHub.copilot": [
  170. "inlineCompletions",
  171. "textDocumentNotebook"
  172. ],
  173. "GitHub.copilot-nightly": [
  174. "inlineCompletions",
  175. "textDocumentNotebook"
  176. ],
  177. "GitHub.remotehub": [
  178. "contribRemoteHelp",
  179. "contribMenuBarHome",
  180. "contribViewsRemote",
  181. "contribViewsWelcome",
  182. "documentFiltersExclusive",
  183. "extensionRuntime",
  184. "fileSearchProvider",
  185. "quickPickSortByLabel",
  186. "workspaceTrust",
  187. "resolvers",
  188. "scmSelectedProvider",
  189. "scmValidation",
  190. "textSearchProvider",
  191. "timeline",
  192. "notebookEditor"
  193. ],
  194. "GitHub.remotehub-insiders": [
  195. "contribRemoteHelp",
  196. "contribMenuBarHome",
  197. "contribViewsRemote",
  198. "contribViewsWelcome",
  199. "documentFiltersExclusive",
  200. "extensionRuntime",
  201. "fileSearchProvider",
  202. "quickPickSortByLabel",
  203. "workspaceTrust",
  204. "resolvers",
  205. "scmSelectedProvider",
  206. "scmValidation",
  207. "textSearchProvider",
  208. "timeline",
  209. "notebookEditor"
  210. ],
  211. "ms-python.gather": [
  212. "notebookEditor",
  213. "notebookCellExecutionState"
  214. ],
  215. "ms-python.vscode-pylance": [
  216. "notebookDocumentEvents",
  217. "notebookEditor",
  218. "notebookCellExecutionState"
  219. ],
  220. "ms-toolsai.jupyter": [
  221. "notebookConcatTextDocument",
  222. "notebookControllerKind",
  223. "notebookDebugOptions",
  224. "notebookDeprecated",
  225. "notebookEditor",
  226. "notebookDocumentEvents",
  227. "notebookEditorDecorationType",
  228. "notebookEditorEdit",
  229. "notebookMessaging",
  230. "notebookMime",
  231. "notebookCellExecutionState",
  232. "portsAttributes",
  233. "textDocumentNotebook",
  234. "quickPickSortByLabel"
  235. ],
  236. "dbaeumer.vscode-eslint": [
  237. "tabs",
  238. "notebookDocumentEvents",
  239. "notebookEditor",
  240. "notebookCellExecutionState"
  241. ],
  242. "ms-vscode.azure-sphere-tools-ui": [
  243. "resolvers"
  244. ],
  245. "ms-azuretools.vscode-azureappservice": [
  246. "terminalDataWriteEvent"
  247. ]
  248. },
  249. "extensionKind": {
  250. "Shan.code-settings-sync": [
  251. "ui"
  252. ],
  253. "shalldie.background": [
  254. "ui"
  255. ],
  256. "techer.open-in-browser": [
  257. "ui"
  258. ],
  259. "CoenraadS.bracket-pair-colorizer-2": [
  260. "ui"
  261. ],
  262. "CoenraadS.bracket-pair-colorizer": [
  263. "ui",
  264. "workspace"
  265. ],
  266. "hiro-sun.vscode-emacs": [
  267. "ui",
  268. "workspace"
  269. ],
  270. "hnw.vscode-auto-open-markdown-preview": [
  271. "ui",
  272. "workspace"
  273. ],
  274. "wayou.vscode-todo-highlight": [
  275. "ui",
  276. "workspace"
  277. ],
  278. "aaron-bond.better-comments": [
  279. "ui",
  280. "workspace"
  281. ],
  282. "vscodevim.vim": [
  283. "ui"
  284. ],
  285. "ollyhayes.colmak-vim": [
  286. "ui"
  287. ]
  288. },
  289. "extensionPointExtensionKind": {
  290. "typescriptServerPlugins": [
  291. "workspace"
  292. ]
  293. },
  294. "extensionSyncedKeys": {
  295. "ritwickdey.liveserver": [
  296. "liveServer.setup.version"
  297. ]
  298. },
  299. "extensionVirtualWorkspacesSupport": {
  300. "esbenp.prettier-vscode": {
  301. "default": false
  302. },
  303. "msjsdiag.debugger-for-chrome": {
  304. "default": false
  305. },
  306. "redhat.java": {
  307. "default": false
  308. },
  309. "HookyQR.beautify": {
  310. "default": false
  311. },
  312. "ritwickdey.LiveServer": {
  313. "default": false
  314. },
  315. "VisualStudioExptTeam.vscodeintellicode": {
  316. "default": false
  317. },
  318. "octref.vetur": {
  319. "default": false
  320. },
  321. "formulahendry.code-runner": {
  322. "default": false
  323. },
  324. "xdebug.php-debug": {
  325. "default": false
  326. },
  327. "ms-mssql.mssql": {
  328. "default": false
  329. },
  330. "christian-kohler.path-intellisense": {
  331. "default": false
  332. },
  333. "eg2.tslint": {
  334. "default": false
  335. },
  336. "eg2.vscode-npm-script": {
  337. "default": false
  338. },
  339. "donjayamanne.githistory": {
  340. "default": false
  341. },
  342. "Zignd.html-css-class-completion": {
  343. "default": false
  344. },
  345. "christian-kohler.npm-intellisense": {
  346. "default": false
  347. },
  348. "EditorConfig.EditorConfig": {
  349. "default": false
  350. },
  351. "austin.code-gnu-global": {
  352. "default": false
  353. },
  354. "johnpapa.Angular2": {
  355. "default": false
  356. },
  357. "ms-vscode.vscode-typescript-tslint-plugin": {
  358. "default": false
  359. },
  360. "DotJoshJohnson.xml": {
  361. "default": false
  362. },
  363. "techer.open-in-browser": {
  364. "default": false
  365. },
  366. "tht13.python": {
  367. "default": false
  368. },
  369. "bmewburn.vscode-intelephense-client": {
  370. "default": false
  371. },
  372. "Angular.ng-template": {
  373. "default": false
  374. },
  375. "xdebug.php-pack": {
  376. "default": false
  377. },
  378. "dbaeumer.jshint": {
  379. "default": false
  380. },
  381. "yzhang.markdown-all-in-one": {
  382. "default": false
  383. },
  384. "Dart-Code.flutter": {
  385. "default": false
  386. },
  387. "streetsidesoftware.code-spell-checker": {
  388. "default": false
  389. },
  390. "rebornix.Ruby": {
  391. "default": false
  392. },
  393. "ms-vscode.sublime-keybindings": {
  394. "default": false
  395. },
  396. "mitaki28.vscode-clang": {
  397. "default": false
  398. },
  399. "steoates.autoimport": {
  400. "default": false
  401. },
  402. "donjayamanne.python-extension-pack": {
  403. "default": false
  404. },
  405. "shd101wyy.markdown-preview-enhanced": {
  406. "default": false
  407. },
  408. "mikestead.dotenv": {
  409. "default": false
  410. },
  411. "pranaygp.vscode-css-peek": {
  412. "default": false
  413. },
  414. "ikappas.phpcs": {
  415. "default": false
  416. },
  417. "platformio.platformio-ide": {
  418. "default": false
  419. },
  420. "jchannon.csharpextensions": {
  421. "default": false
  422. },
  423. "gruntfuggly.todo-tree": {
  424. "default": false
  425. }
  426. }
  427. }