Skip to content

Instantly share code, notes, and snippets.

@ageeb1982
Forked from Rahiche/SliverAppBar
Last active November 1, 2021 16:09
Show Gist options
  • Select an option

  • Save ageeb1982/31d7f5c86b1b46eca4abf7dd9ba947df to your computer and use it in GitHub Desktop.

Select an option

Save ageeb1982/31d7f5c86b1b46eca4abf7dd9ba947df to your computer and use it in GitHub Desktop.

Revisions

  1. ageeb1982 revised this gist Nov 1, 2021. 11 changed files with 1743 additions and 81 deletions.
    2 changes: 1 addition & 1 deletion cloudSettings
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    {"lastUpload":"2021-11-01T14:48:13.234Z","extensionVersion":"v3.4.3"}
    {"lastUpload":"2021-11-01T16:09:02.309Z","extensionVersion":"v3.4.3"}
    90 changes: 40 additions & 50 deletions extensions.json
    Original file line number Diff line number Diff line change
    @@ -349,26 +349,6 @@
    "publisher": "LewisYLiu",
    "version": "1.0.0"
    },
    {
    "metadata": {
    "id": "88cceeb3-b940-4ff2-abcf-275083194b21",
    "publisherId": "necinc.elmmet",
    "publisherDisplayName": "necinc"
    },
    "name": "elmmet",
    "publisher": "necinc",
    "version": "1.0.1"
    },
    {
    "metadata": {
    "id": "0e8e71fb-6b26-4602-8e4a-1741a7b40a08",
    "publisherId": "Wscats.eno",
    "publisherDisplayName": "Wscats"
    },
    "name": "eno",
    "publisher": "Wscats",
    "version": "2.3.53"
    },
    {
    "metadata": {
    "id": "b3917e4f-5086-4def-a82b-2ae6b708db16",
    @@ -379,6 +359,16 @@
    "publisher": "flowtype",
    "version": "1.9.2"
    },
    {
    "metadata": {
    "id": "f6c3ec04-6057-4d9c-b997-69cba07a6158",
    "publisherId": "Dart-Code.flutter",
    "publisherDisplayName": "Dart-Code"
    },
    "name": "flutter",
    "publisher": "Dart-Code",
    "version": "3.27.0"
    },
    {
    "metadata": {
    "id": "d23dc2c3-abed-47d8-9b22-7dd31c1f0ed9",
    @@ -639,16 +629,6 @@
    "publisher": "pnp",
    "version": "0.3.4"
    },
    {
    "metadata": {
    "id": "40d39ce9-c381-47a0-80c8-a6661f731eab",
    "publisherId": "ms-vscode.powershell",
    "publisherDisplayName": "ms-vscode"
    },
    "name": "powershell",
    "publisher": "ms-vscode",
    "version": "2021.10.2"
    },
    {
    "metadata": {
    "id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
    @@ -679,6 +659,16 @@
    "publisher": "donjayamanne",
    "version": "1.6.0"
    },
    {
    "metadata": {
    "id": "3792588c-3d35-442d-91ea-fe6a755e8155",
    "publisherId": "mechatroner.rainbow-csv",
    "publisherDisplayName": "mechatroner"
    },
    "name": "rainbow-csv",
    "publisher": "mechatroner",
    "version": "1.9.1"
    },
    {
    "metadata": {
    "id": "cc680956-6ea2-442f-aa05-b91061b4611c",
    @@ -829,6 +819,26 @@
    "publisher": "akamud",
    "version": "0.1.6"
    },
    {
    "metadata": {
    "id": "daf8b44d-8aae-4da2-80c5-1f770219f643",
    "publisherId": "DavidAnson.vscode-markdownlint",
    "publisherDisplayName": "DavidAnson"
    },
    "name": "vscode-markdownlint",
    "publisher": "DavidAnson",
    "version": "0.45.0"
    },
    {
    "metadata": {
    "id": "ae9e3eb0-3357-4cc0-90ee-598d2d384757",
    "publisherId": "eg2.vscode-npm-script",
    "publisherDisplayName": "eg2"
    },
    "name": "vscode-npm-script",
    "publisher": "eg2",
    "version": "0.3.23"
    },
    {
    "metadata": {
    "id": "6989d633-909b-4ca5-b499-7160e45a54d6",
    @@ -909,16 +919,6 @@
    "publisher": "ms-vscode",
    "version": "1.3.3"
    },
    {
    "metadata": {
    "id": "876e8f93-74d0-4f4f-91b7-34a09f19f444",
    "publisherId": "VisualStudioExptTeam.vscodeintellicode",
    "publisherDisplayName": "VisualStudioExptTeam"
    },
    "name": "vscodeintellicode",
    "publisher": "VisualStudioExptTeam",
    "version": "1.2.14"
    },
    {
    "metadata": {
    "id": "58e5ca90-9b9f-4348-902c-9fdcc97ae0cf",
    @@ -928,15 +928,5 @@
    "name": "vscodeintellicode-insiders",
    "publisher": "VisualStudioExptTeam",
    "version": "1.1.5"
    },
    {
    "metadata": {
    "id": "da397c53-18dc-45ff-ae30-bbd2428803f4",
    "publisherId": "wilderminds.wilderminds-aspnetcore-snippets",
    "publisherDisplayName": "wilderminds"
    },
    "name": "wilderminds-aspnetcore-snippets",
    "publisher": "wilderminds",
    "version": "0.2.1"
    }
    ]
    62 changes: 32 additions & 30 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -1,43 +1,45 @@
    {
    "dart.sdkPath": "C:\\src\\flutter\\bin\\cache\\dart-sdk",
    "workbench.iconTheme": "material-icon-theme",
    "git.enableSmartCommit": true,
    "git.autofetch": true,
    "vsicons.dontShowNewVersionMessage": true,
    "dart.flutterSdkPath": "/home/ageeb/Drive_D/Prog/flutter/flutter",
    "todo-tree.tree.showScanModeButton": false,
    "editor.suggestSelection": "first",
    "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
    "workbench.iconTheme": "material-icon-theme",
    "editor.formatOnPaste": true,
    "editor.formatOnType": true,
    "python.languageServer": "Microsoft",
    "terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe",
    "[dart]": {
    "editor.formatOnSave": true,
    "editor.formatOnType": true,
    "editor.rulers": [
    80
    ],
    "editor.selectionHighlight": false,
    "editor.suggest.snippetsPreventQuickSuggestions": false,
    "editor.suggestSelection": "first",
    "editor.tabCompletion": "onlySnippets",
    "editor.wordBasedSuggestions": false
    "terminal.integrated.shell.linux": "/bin/bash",
    "[jsonc]": {
    "editor.defaultFormatter": "vscode.json-language-features"
    },
    "todo-tree.tree.showScanModeButton": false,
    "extensions.autoUpdate": false,
    "debug.onTaskErrors": "debugAnyway",
    "workbench.colorTheme": "Community Material Theme High Contrast",
    "sync.gist": "31d7f5c86b1b46eca4abf7dd9ba947df",
    "sync.autoDownload": true,
    "sync.autoUpload": true,
    "files.autoSave": "afterDelay",
    "editor.formatOnSave": true,
    "workbench.colorTheme": "Visual Studio 2019 Dark",
    "color-highlight.markerType": "underline",
    "[javascript]": {
    "editor.defaultFormatter": "HookyQR.beautify"
    },
    "javascript.updateImportsOnFileMove.enabled": "always",
    "json.schemaDownload.enable": false,
    "vsintellicode.modelDownloadPath": "",
    "dart.checkForSdkUpdates": false,
    "mssql.connections": [
    {
    "server": "{{put-server-name-here}}",
    "database": "{{put-database-name-here}}",
    "user": "{{put-username-here}}",
    "password": "{{put-password-here}}"
    "password": ""
    },
    {
    "server": ".",
    "database": "pharmacydb",
    "authenticationType": "SqlLogin",
    "user": "sa",
    "password": "",
    "emptyPasswordInput": false,
    "savePassword": true,
    "profileName": "local_pharmacydb"
    }
    ],
    "liveServer.settings.donotVerifyTags": true,
    "liveServer.settings.donotShowInfoMsg": true,
    "[html]": {
    "editor.defaultFormatter": "vscode.html-language-features"
    }
    "sync.gist": "31d7f5c86b1b46eca4abf7dd9ba947df",
    "git.suggestSmartCommit": false
    }
    1 change: 1 addition & 0 deletions sync\extensions\20211101T190843.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    {"version":5,"content":"[{\"identifier\":{\"id\":\"vscode.bat\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.clojure\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.coffeescript\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.configuration-editing\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.cpp\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.csharp\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.css\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.css-language-features\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.dart\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.debug-auto-launch\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.debug-server-ready\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.docker\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.emmet\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.extension-editing\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.fsharp\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.git\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.github\"},\"version\":\"0.0.1\"},{\"identifier\":{\"id\":\"vscode.github-authentication\"},\"version\":\"0.0.2\"},{\"identifier\":{\"id\":\"vscode.go\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.groovy\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.grunt\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.gulp\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.handlebars\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.hlsl\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.html\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.html-language-features\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.image-preview\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.ini\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.ipynb\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.jake\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.java\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.javascript\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.json\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.json-language-features\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.julia\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.less\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.log\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.lua\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.make\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.markdown\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.markdown-language-features\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.markdown-math\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.merge-conflict\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.microsoft-authentication\"},\"version\":\"0.0.1\"},{\"identifier\":{\"id\":\"vscode.npm\"},\"version\":\"1.0.1\"},{\"identifier\":{\"id\":\"vscode.objective-c\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.perl\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.php\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.php-language-features\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.powershell\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.pug\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.python\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.r\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.razor\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.ruby\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.rust\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.scss\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.search-result\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.shaderlab\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.shellscript\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.simple-browser\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.sql\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.swift\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.theme-abyss\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.theme-defaults\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.theme-kimbie-dark\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.theme-monokai\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.theme-monokai-dimmed\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.theme-quietlight\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.theme-red\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.theme-solarized-dark\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.theme-solarized-light\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.theme-tomorrow-night-blue\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.typescript\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.typescript-language-features\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.vb\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.vscode-theme-seti\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.xml\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.yaml\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"aaron-bond.better-comments\",\"uuid\":\"7a0110bb-231a-4598-aa1b-0769ea46d28b\"},\"version\":\"2.1.0\",\"installed\":true},{\"identifier\":{\"id\":\"abusaidm.html-snippets\",\"uuid\":\"be992f3f-9f22-4b66-a1d2-ecad04c28a28\"},\"version\":\"0.2.1\",\"installed\":true},{\"identifier\":{\"id\":\"adrianwilczynski.add-reference\",\"uuid\":\"f9ecc594-a555-4379-ab45-2ca969e04896\"},\"version\":\"1.0.2\",\"installed\":true},{\"identifier\":{\"id\":\"adrianwilczynski.asp-net-core-switcher\",\"uuid\":\"6bb12ca5-c317-4276-92d8-6905f9815982\"},\"version\":\"2.0.2\",\"installed\":true},{\"identifier\":{\"id\":\"adrianwilczynski.csharp-to-typescript\",\"uuid\":\"c5ed5cdd-ed31-45b0-b275-878600095d31\"},\"version\":\"1.12.1\",\"installed\":true},{\"identifier\":{\"id\":\"adrianwilczynski.namespace\",\"uuid\":\"120289fe-1924-43c1-b349-da42024cd01c\"},\"version\":\"1.1.2\",\"installed\":true},{\"identifier\":{\"id\":\"akamud.vscode-javascript-snippet-pack\",\"uuid\":\"510e1d4e-1f9e-4910-8dbd-627c6f8a9791\"},\"version\":\"0.1.6\",\"installed\":true},{\"identifier\":{\"id\":\"alefragnani.bookmarks\",\"uuid\":\"b689fcc8-d494-4dbf-a228-2c694a578afc\"},\"version\":\"13.2.2\",\"installed\":true,\"state\":{\"Bookmarks.version\":\"13.2.2\"}},{\"identifier\":{\"id\":\"alefragnani.project-manager\",\"uuid\":\"1b747f06-3789-4ebd-ac99-f1fe430c3347\"},\"version\":\"12.4.0\",\"installed\":true,\"state\":{\"project-manager.version\":\"12.4.0\"}},{\"identifier\":{\"id\":\"auchenberg.vscode-browser-preview\",\"uuid\":\"126e4983-78cb-433f-a67c-9b07c39c7802\"},\"version\":\"0.7.2\",\"installed\":true},{\"identifier\":{\"id\":\"chenxsan.vscode-standardjs\",\"uuid\":\"6afc37b9-362f-4bd8-9a0d-9d24eade270d\"},\"version\":\"1.4.1\",\"installed\":true},{\"identifier\":{\"id\":\"christian-kohler.path-intellisense\",\"uuid\":\"a41c1549-4053-44d4-bf30-60fc809b4a86\"},\"version\":\"2.4.1\",\"installed\":true},{\"identifier\":{\"id\":\"coderfee.open-html-in-browser\",\"uuid\":\"b408d4e8-4e66-4a4c-adad-a53add545a77\"},\"version\":\"0.1.21\",\"installed\":true},{\"identifier\":{\"id\":\"codezombiech.gitignore\",\"uuid\":\"3e891cf9-53cb-49a3-8d01-8f0b1f0afb29\"},\"version\":\"0.7.0\",\"installed\":true},{\"identifier\":{\"id\":\"coenraads.bracket-pair-colorizer\",\"uuid\":\"f583eafd-aa0d-4ccb-8f44-d1e610389660\"},\"version\":\"1.0.61\",\"installed\":true},{\"identifier\":{\"id\":\"coenraads.bracket-pair-colorizer-2\",\"uuid\":\"5a6e2b21-1d61-4acd-b31b-907f9c23f18a\"},\"version\":\"0.2.1\",\"installed\":true},{\"identifier\":{\"id\":\"dbaeumer.jshint\",\"uuid\":\"82dfe17d-bb64-404e-bcc5-f9803f7ab5d5\"},\"version\":\"0.11.0\",\"installed\":true},{\"identifier\":{\"id\":\"dbaeumer.vscode-eslint\",\"uuid\":\"583b2b34-2c1e-4634-8c0b-0b82e283ea3a\"},\"version\":\"2.2.2\",\"installed\":true},{\"identifier\":{\"id\":\"doggy8088.netcore-snippets\",\"uuid\":\"654caa5d-3ee0-4878-a5e9-fcba9582fa26\"},\"version\":\"3.15.2\",\"installed\":true},{\"identifier\":{\"id\":\"donjayamanne.git-extension-pack\",\"uuid\":\"d23dc2c3-abed-47d8-9b22-7dd31c1f0ed9\"},\"version\":\"0.1.3\",\"installed\":true},{\"identifier\":{\"id\":\"donjayamanne.githistory\",\"uuid\":\"5960f38e-0bbe-4644-8f9c-9c8824e82511\"},\"version\":\"0.6.19\",\"installed\":true},{\"identifier\":{\"id\":\"donjayamanne.jquerysnippets\",\"uuid\":\"99c12a52-ff68-4e9d-a975-a67556fee2f5\"},\"version\":\"0.0.1\",\"installed\":true},{\"identifier\":{\"id\":\"donjayamanne.python-extension-pack\",\"uuid\":\"f5188937-53e0-45bb-a16d-61231003fa3b\"},\"version\":\"1.6.0\",\"installed\":true},{\"identifier\":{\"id\":\"duffis.csharpsnippets\",\"uuid\":\"1f93b5c9-193a-483b-a7d7-e128325befed\"},\"version\":\"4.0.0\",\"installed\":true},{\"identifier\":{\"id\":\"eamodio.gitlens\",\"uuid\":\"4de763bd-505d-4978-9575-2b7696ecf94e\"},\"version\":\"11.6.1\",\"installed\":true,\"state\":{\"gitlens:synced:version\":\"11.6.1\"}},{\"identifier\":{\"id\":\"ecmel.vscode-html-css\",\"uuid\":\"aaee577c-f062-495a-9816-0cbd442f1d25\"},\"version\":\"1.10.2\",\"installed\":true},{\"identifier\":{\"id\":\"equinusocio.vsc-community-material-theme\",\"uuid\":\"484d897a-6711-403c-ab54-a96f12be5833\"},\"version\":\"1.4.2\",\"installed\":true},{\"identifier\":{\"id\":\"equinusocio.vsc-material-theme\",\"uuid\":\"dffaf5a1-2219-434b-9d87-cb586fd59260\"},\"version\":\"33.1.2\",\"installed\":true,\"state\":{\"vsc-material-theme.version\":\"33.1.2\"}},{\"identifier\":{\"id\":\"equinusocio.vsc-material-theme-icons\",\"uuid\":\"8c609a4f-268a-41fb-8fe6-b6fcd95e8113\"},\"version\":\"1.2.2\",\"installed\":true},{\"identifier\":{\"id\":\"esbenp.prettier-vscode\",\"uuid\":\"96fa4707-6983-4489-b7c5-d5ffdfdcce90\"},\"version\":\"9.0.0\",\"installed\":true},{\"identifier\":{\"id\":\"fernandoescolar.vscode-solution-explorer\",\"uuid\":\"937fa76c-0fd7-4e54-a4d3-d78b07f2d725\"},\"version\":\"0.4.4\",\"installed\":true},{\"identifier\":{\"id\":\"firefox.scaffold\",\"uuid\":\"cc680956-6ea2-442f-aa05-b91061b4611c\"},\"version\":\"1.0.0\",\"installed\":true},{\"identifier\":{\"id\":\"flowtype.flow-for-vscode\",\"uuid\":\"b3917e4f-5086-4def-a82b-2ae6b708db16\"},\"version\":\"1.9.2\",\"installed\":true},{\"identifier\":{\"id\":\"formulahendry.auto-close-tag\",\"uuid\":\"d3836729-9cc1-42c1-b2af-d50071f57d29\"},\"version\":\"0.5.13\",\"installed\":true},{\"identifier\":{\"id\":\"formulahendry.auto-rename-tag\",\"uuid\":\"6e440e71-8ed9-4f25-bb78-4b13096b8a03\"},\"version\":\"0.1.9\",\"installed\":true},{\"identifier\":{\"id\":\"formulahendry.code-runner\",\"uuid\":\"a6a0c5b2-d078-4bf5-a9ee-4e37054414b3\"},\"version\":\"0.11.6\",\"installed\":true},{\"identifier\":{\"id\":\"formulahendry.dotnet\",\"uuid\":\"17baf027-6531-408d-9dc4-d16f5c80fa1b\"},\"version\":\"0.0.4\",\"installed\":true},{\"identifier\":{\"id\":\"formulahendry.dotnet-test-explorer\",\"uuid\":\"42853f4f-0c67-4aa7-bb79-a00fec9146c4\"},\"version\":\"0.7.7\",\"installed\":true},{\"identifier\":{\"id\":\"fudge.auto-using\",\"uuid\":\"af14ddf1-c53e-4d84-82d2-f0d31549ea80\"},\"version\":\"0.7.15\",\"installed\":true},{\"identifier\":{\"id\":\"garytyler.darcula-pycharm\",\"uuid\":\"f4d7cb0b-ba14-42cd-aef4-cc006556fbb3\"},\"version\":\"1.0.0\",\"installed\":true},{\"identifier\":{\"id\":\"github.github-vscode-theme\",\"uuid\":\"7328a705-91fc-49e6-8293-da6f112e482d\"},\"version\":\"5.0.3\",\"installed\":true},{\"identifier\":{\"id\":\"gruntfuggly.todo-tree\",\"uuid\":\"261cac81-cd7b-4555-bb41-0c2d2bcd3e70\"},\"version\":\"0.0.214\",\"installed\":true},{\"identifier\":{\"id\":\"hookyqr.beautify\",\"uuid\":\"697255a9-3f36-44c8-b084-d3b91edfb23a\"},\"version\":\"1.5.0\",\"installed\":true},{\"identifier\":{\"id\":\"jchannon.csharpextensions\",\"uuid\":\"e046ec1e-3907-466b-aaea-ff1956a46d27\"},\"version\":\"1.3.1\",\"installed\":true},{\"identifier\":{\"id\":\"jesschadwick.nuget-reverse-package-search\",\"uuid\":\"e48f33cf-d340-424e-9b79-09eb6b37face\"},\"version\":\"0.1.68\",\"installed\":true},{\"identifier\":{\"id\":\"jgclark.vscode-todo-highlight\",\"uuid\":\"4b3f0982-ad12-491b-b1b2-098f42c230af\"},\"version\":\"2.0.4\",\"installed\":true},{\"identifier\":{\"id\":\"jmrog.vscode-nuget-package-manager\",\"uuid\":\"6989d633-909b-4ca5-b499-7160e45a54d6\"},\"version\":\"1.1.6\",\"installed\":true},{\"identifier\":{\"id\":\"jolhe.csharp-netcore-extensionpack\",\"uuid\":\"e7bf8c6e-8cfb-46ba-8c27-20291881f53d\"},\"version\":\"1.0.0\",\"installed\":true},{\"identifier\":{\"id\":\"jorgeserrano.vscode-csharp-snippets\",\"uuid\":\"957cd83d-dc33-4cd0-9550-62c93f227481\"},\"version\":\"1.1.0\",\"installed\":true},{\"identifier\":{\"id\":\"k--kato.docomment\",\"uuid\":\"d1a2eab4-aa6e-4094-93b3-6a007f60bd9d\"},\"version\":\"0.1.30\",\"installed\":true},{\"identifier\":{\"id\":\"lewisyliu.ef-core-snippets\",\"uuid\":\"45eb8890-2861-48bb-bb55-163116aeb63a\"},\"version\":\"1.0.0\",\"installed\":true},{\"identifier\":{\"id\":\"logerfo.csharp-colors\",\"uuid\":\"72bae0eb-8935-47f2-9042-01b7ebdd20ed\"},\"version\":\"0.1.8\",\"installed\":true},{\"identifier\":{\"id\":\"magicstack.magicpython\",\"uuid\":\"1f5eb737-5496-44a3-a8a1-36a85eee4979\"},\"version\":\"1.1.0\",\"installed\":true},{\"identifier\":{\"id\":\"matijarmk.dotnet-core-commands\",\"uuid\":\"99bb976a-1f0e-4644-a31c-16e7da289b09\"},\"version\":\"1.0.6\",\"installed\":true},{\"identifier\":{\"id\":\"mavis.csharpextensions\",\"uuid\":\"0d37654c-459a-4ba5-9c7f-d2678f18e9e9\"},\"version\":\"1.3.0\",\"installed\":true},{\"identifier\":{\"id\":\"ms-dotnettools.csharp\",\"uuid\":\"d0bfc4ab-1d3a-4487-8782-7cf6027b4fff\"},\"version\":\"1.23.16\",\"installed\":true},{\"identifier\":{\"id\":\"ms-dotnettools.vscode-dotnet-runtime\",\"uuid\":\"1aab81a1-b3d9-4aef-976b-577d5d90fe3f\"},\"version\":\"1.3.0\",\"installed\":true},{\"identifier\":{\"id\":\"ms-mssql.data-workspace-vscode\",\"uuid\":\"88e082b7-d289-4c59-bde4-4c61e0280428\"},\"version\":\"0.1.0\",\"installed\":true},{\"identifier\":{\"id\":\"ms-mssql.mssql\",\"uuid\":\"4bf45e86-a448-4531-8c01-ef33f4536306\"},\"version\":\"1.11.0\",\"installed\":true},{\"identifier\":{\"id\":\"ms-mssql.sql-database-projects-vscode\",\"uuid\":\"4e9e1d12-64b6-4573-9203-f601d27de5a3\"},\"version\":\"0.13.0\",\"installed\":true},{\"identifier\":{\"id\":\"ms-vscode-remote.remote-wsl-recommender\",\"uuid\":\"cb296d3c-017a-4dee-83af-ebb5a5a16e9a\"},\"version\":\"0.0.11\"},{\"identifier\":{\"id\":\"ms-vscode.js-debug\",\"uuid\":\"25629058-ddac-4e17-abba-74678e126c5d\"},\"version\":\"1.61.0\"},{\"identifier\":{\"id\":\"ms-vscode.js-debug-companion\",\"uuid\":\"99cb0b7f-7354-4278-b8da-6cc79972169d\"},\"version\":\"1.0.15\"},{\"identifier\":{\"id\":\"ms-vscode.powershell\",\"uuid\":\"40d39ce9-c381-47a0-80c8-a6661f731eab\"},\"version\":\"2021.10.2\",\"installed\":true},{\"identifier\":{\"id\":\"ms-vscode.references-view\",\"uuid\":\"dc489f46-520d-4556-ae85-1f9eab3c412d\"},\"version\":\"0.0.81\"},{\"identifier\":{\"id\":\"ms-vscode.vscode-js-profile-table\",\"uuid\":\"7e52b41b-71ad-457b-ab7e-0620f1fc4feb\"},\"version\":\"0.0.18\"},{\"identifier\":{\"id\":\"ms-vscode.vscode-typescript-next\",\"uuid\":\"15305aca-2588-4ca0-8147-ab2c64730b82\"},\"version\":\"4.5.20211030\",\"installed\":true},{\"identifier\":{\"id\":\"ms-vscode.vscode-typescript-tslint-plugin\",\"uuid\":\"90a37ca1-92a2-488a-b196-7a8c0b0127ea\"},\"version\":\"1.3.3\",\"installed\":true},{\"identifier\":{\"id\":\"msjsdiag.debugger-for-chrome\",\"uuid\":\"1ec62ca5-d7f9-4ddb-a882-e8d018c0aefd\"},\"version\":\"4.13.0\",\"installed\":true},{\"identifier\":{\"id\":\"naumovs.color-highlight\",\"uuid\":\"121396ad-85a1-45ec-9fd1-d95028a847f5\"},\"version\":\"2.5.0\",\"installed\":true},{\"identifier\":{\"id\":\"necinc.elmmet\",\"uuid\":\"88cceeb3-b940-4ff2-abcf-275083194b21\"},\"version\":\"1.0.1\",\"installed\":true},{\"identifier\":{\"id\":\"nurlybekovnt.csharpextensions\",\"uuid\":\"3085dbf7-e262-4340-a880-a72038166950\"},\"version\":\"1.3.0\",\"installed\":true},{\"identifier\":{\"id\":\"pkief.material-icon-theme\",\"uuid\":\"5db78037-f674-459f-a236-db622c427c5b\"},\"version\":\"4.10.0\",\"installed\":true,\"state\":{\"material-icon-theme.version\":\"4.10.0\"}},{\"identifier\":{\"id\":\"pnp.polacode\",\"uuid\":\"d80b9a94-f4a6-4e39-bc42-62212e365682\"},\"version\":\"0.3.4\",\"installed\":true},{\"identifier\":{\"id\":\"pranaygp.vscode-css-peek\",\"uuid\":\"0b8f8d63-11a2-4194-969c-ca7488b3413a\"},\"version\":\"4.2.0\",\"installed\":true},{\"identifier\":{\"id\":\"rahulsahay.csharp-aspnetcore\",\"uuid\":\"94d85ac4-dbcb-42be-9d6a-2e10bb1abdd9\"},\"version\":\"1.11.0\",\"installed\":true},{\"identifier\":{\"id\":\"ritwickdey.live-sass\",\"uuid\":\"ad94b437-b5a7-4249-bf5f-df472ae0d084\"},\"version\":\"3.0.0\",\"installed\":true},{\"identifier\":{\"id\":\"ritwickdey.liveserver\",\"uuid\":\"b63c44fd-0457-4696-99e9-dbfdf70d77de\"},\"version\":\"5.6.1\",\"installed\":true,\"state\":{\"liveServer.setup.version\":\"5.6.1\"}},{\"identifier\":{\"id\":\"sandorengholm.csspreview\",\"uuid\":\"fb388d5d-f38a-48b5-a49a-09e9f828f5b9\"},\"version\":\"1.0.4\",\"installed\":true},{\"identifier\":{\"id\":\"schneiderpat.aspnet-helper\",\"uuid\":\"f7d921d1-e720-42be-b9ed-77f01afb05d7\"},\"version\":\"0.6.4\",\"installed\":true},{\"identifier\":{\"id\":\"shan.code-settings-sync\",\"uuid\":\"e337c67b-55c2-4fef-8949-eb260e7fb7fd\"},\"version\":\"3.4.3\",\"installed\":true},{\"identifier\":{\"id\":\"sirtori.indenticator\",\"uuid\":\"fcbdb08e-4048-40e8-a674-fecc476f4b93\"},\"version\":\"0.7.0\",\"installed\":true},{\"identifier\":{\"id\":\"streetsidesoftware.code-spell-checker\",\"uuid\":\"f6dbd813-b0a0-42c1-90ea-10dde9d925a7\"},\"version\":\"2.0.12\",\"installed\":true},{\"identifier\":{\"id\":\"thekalinga.bootstrap4-vscode\",\"uuid\":\"2a658c1b-308a-41e8-805a-fc8abda483bc\"},\"version\":\"6.1.0\",\"installed\":true},{\"identifier\":{\"id\":\"tintoy.msbuild-project-tools\",\"uuid\":\"95c0933d-48c1-447b-b4d9-acee3e8da188\"},\"version\":\"0.3.15\",\"installed\":true},{\"identifier\":{\"id\":\"tombonnike.vscode-status-bar-format-toggle\",\"uuid\":\"28fcf0b8-26a5-4e99-9b8d-02e990366c6f\"},\"version\":\"3.0.0\",\"installed\":true},{\"identifier\":{\"id\":\"visualstudioexptteam.intellicode-api-usage-examples\",\"uuid\":\"9fa2a00e-3bfa-4c2a-abc4-a865bb2b5cf3\"},\"version\":\"0.0.5\",\"installed\":true},{\"identifier\":{\"id\":\"visualstudioexptteam.vscodeintellicode\",\"uuid\":\"876e8f93-74d0-4f4f-91b7-34a09f19f444\"},\"version\":\"1.2.14\",\"installed\":true},{\"identifier\":{\"id\":\"visualstudioexptteam.vscodeintellicode-insiders\",\"uuid\":\"58e5ca90-9b9f-4348-902c-9fdcc97ae0cf\"},\"version\":\"1.1.5\",\"installed\":true},{\"identifier\":{\"id\":\"vscode-icons-team.vscode-icons\",\"uuid\":\"9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a\"},\"version\":\"11.6.0\",\"installed\":true},{\"identifier\":{\"id\":\"wilderminds.wilderminds-aspnetcore-snippets\",\"uuid\":\"da397c53-18dc-45ff-ae30-bbd2428803f4\"},\"version\":\"0.2.1\",\"installed\":true},{\"identifier\":{\"id\":\"wix.vscode-import-cost\",\"uuid\":\"c46b0018-f317-4b6c-a785-d2039b27338f\"},\"version\":\"2.15.0\",\"installed\":true},{\"identifier\":{\"id\":\"wscats.eno\",\"uuid\":\"0e8e71fb-6b26-4602-8e4a-1741a7b40a08\"},\"version\":\"2.3.53\",\"installed\":true},{\"identifier\":{\"id\":\"wwm.better-align\",\"uuid\":\"8bd90cfe-8edd-4b92-b992-2337fdc06604\"},\"version\":\"1.1.6\",\"installed\":true},{\"identifier\":{\"id\":\"xabikos.javascriptsnippets\",\"uuid\":\"a2cec723-5349-460d-9de9-0fd1f8d3456f\"},\"version\":\"1.8.0\",\"installed\":true},{\"identifier\":{\"id\":\"zhuangtongfa.material-theme\",\"uuid\":\"26a529c9-2654-4b95-a63f-02f6a52429e6\"},\"version\":\"3.13.2\",\"installed\":true},{\"identifier\":{\"id\":\"zignd.html-css-class-completion\",\"uuid\":\"7b71fc1b-190d-4f7d-95d1-93e422649b0a\"},\"version\":\"1.20.0\",\"installed\":true},{\"identifier\":{\"id\":\"ziishaned.hugobot\",\"uuid\":\"97d16f40-9951-4bf9-9883-4ccac76eada1\"},\"version\":\"0.0.14\",\"installed\":true},{\"identifier\":{\"id\":\"ziyasal.vscode-open-in-github\",\"uuid\":\"1d4d80c9-0d33-48a1-88a8-19ff80bc8e2a\"},\"version\":\"1.3.6\",\"installed\":true}]"}
    1,663 changes: 1,663 additions & 0 deletions sync\extensions\preview\extensions.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,1663 @@
    [
    {
    "identifier": {
    "id": "vscode.bat"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.clojure"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.coffeescript"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.configuration-editing"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.cpp"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.csharp"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.css"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.css-language-features"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.dart"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.debug-auto-launch"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.debug-server-ready"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.docker"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.emmet"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.extension-editing"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.fsharp"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.git"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.github"
    },
    "version": "0.0.1"
    },
    {
    "identifier": {
    "id": "vscode.github-authentication"
    },
    "version": "0.0.2"
    },
    {
    "identifier": {
    "id": "vscode.go"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.groovy"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.grunt"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.gulp"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.handlebars"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.hlsl"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.html"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.html-language-features"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.image-preview"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.ini"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.ipynb"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.jake"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.java"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.javascript"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.json"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.json-language-features"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.julia"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.less"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.log"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.lua"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.make"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.markdown"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.markdown-language-features"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.markdown-math"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.merge-conflict"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.microsoft-authentication"
    },
    "version": "0.0.1"
    },
    {
    "identifier": {
    "id": "vscode.npm"
    },
    "version": "1.0.1"
    },
    {
    "identifier": {
    "id": "vscode.objective-c"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.perl"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.php"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.php-language-features"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.powershell"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.pug"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.python"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.r"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.razor"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.ruby"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.rust"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.scss"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.search-result"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.shaderlab"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.shellscript"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.simple-browser"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.sql"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.swift"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.theme-abyss"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.theme-defaults"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.theme-kimbie-dark"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.theme-monokai"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.theme-monokai-dimmed"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.theme-quietlight"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.theme-red"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.theme-solarized-dark"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.theme-solarized-light"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.theme-tomorrow-night-blue"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.typescript"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.typescript-language-features"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.vb"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.vscode-theme-seti"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.xml"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "vscode.yaml"
    },
    "version": "1.0.0"
    },
    {
    "identifier": {
    "id": "aaron-bond.better-comments",
    "uuid": "7a0110bb-231a-4598-aa1b-0769ea46d28b"
    },
    "version": "2.1.0",
    "installed": true
    },
    {
    "identifier": {
    "id": "abusaidm.html-snippets",
    "uuid": "be992f3f-9f22-4b66-a1d2-ecad04c28a28"
    },
    "version": "0.2.1",
    "installed": true
    },
    {
    "identifier": {
    "id": "adrianwilczynski.add-reference",
    "uuid": "f9ecc594-a555-4379-ab45-2ca969e04896"
    },
    "version": "1.0.2",
    "installed": true
    },
    {
    "identifier": {
    "id": "adrianwilczynski.asp-net-core-switcher",
    "uuid": "6bb12ca5-c317-4276-92d8-6905f9815982"
    },
    "version": "2.0.2",
    "installed": true
    },
    {
    "identifier": {
    "id": "adrianwilczynski.csharp-to-typescript",
    "uuid": "c5ed5cdd-ed31-45b0-b275-878600095d31"
    },
    "version": "1.12.1",
    "installed": true
    },
    {
    "identifier": {
    "id": "adrianwilczynski.namespace",
    "uuid": "120289fe-1924-43c1-b349-da42024cd01c"
    },
    "version": "1.1.2",
    "installed": true
    },
    {
    "identifier": {
    "id": "akamud.vscode-javascript-snippet-pack",
    "uuid": "510e1d4e-1f9e-4910-8dbd-627c6f8a9791"
    },
    "version": "0.1.6",
    "installed": true
    },
    {
    "identifier": {
    "id": "alefragnani.bookmarks",
    "uuid": "b689fcc8-d494-4dbf-a228-2c694a578afc"
    },
    "version": "13.2.2",
    "installed": true,
    "state": {
    "Bookmarks.version": "13.2.2"
    }
    },
    {
    "identifier": {
    "id": "alefragnani.project-manager",
    "uuid": "1b747f06-3789-4ebd-ac99-f1fe430c3347"
    },
    "version": "12.4.0",
    "installed": true,
    "state": {
    "project-manager.version": "12.4.0"
    }
    },
    {
    "identifier": {
    "id": "amiralizadeh9480.cpp-helper",
    "uuid": "5372ca54-7023-45bf-a73e-bf71b3f9f880"
    },
    "version": "0.2.2",
    "disabled": true,
    "installed": true
    },
    {
    "identifier": {
    "id": "auchenberg.vscode-browser-preview",
    "uuid": "126e4983-78cb-433f-a67c-9b07c39c7802"
    },
    "version": "0.7.2",
    "installed": true
    },
    {
    "identifier": {
    "id": "austin.code-gnu-global",
    "uuid": "de611071-4d05-4903-821c-6878df63d4af"
    },
    "version": "0.2.2",
    "disabled": true,
    "installed": true
    },
    {
    "identifier": {
    "id": "awwsky.csharpfixformatfixed",
    "uuid": "17256b83-5992-4ef3-a19c-c4988ee07f58"
    },
    "version": "0.0.85",
    "installed": true
    },
    {
    "identifier": {
    "id": "block-cat.vsodoo",
    "uuid": "bb555661-3414-4231-a56b-b5f7efe0adc4"
    },
    "version": "0.1.7",
    "disabled": true,
    "installed": true
    },
    {
    "identifier": {
    "id": "chenxsan.vscode-standardjs",
    "uuid": "6afc37b9-362f-4bd8-9a0d-9d24eade270d"
    },
    "version": "1.4.1",
    "disabled": true,
    "installed": true
    },
    {
    "identifier": {
    "id": "christian-kohler.path-intellisense",
    "uuid": "a41c1549-4053-44d4-bf30-60fc809b4a86"
    },
    "version": "2.4.1",
    "installed": true
    },
    {
    "identifier": {
    "id": "coderfee.open-html-in-browser",
    "uuid": "b408d4e8-4e66-4a4c-adad-a53add545a77"
    },
    "version": "0.1.21",
    "installed": true
    },
    {
    "identifier": {
    "id": "codezombiech.gitignore",
    "uuid": "3e891cf9-53cb-49a3-8d01-8f0b1f0afb29"
    },
    "version": "0.7.0",
    "installed": true
    },
    {
    "identifier": {
    "id": "coenraads.bracket-pair-colorizer",
    "uuid": "f583eafd-aa0d-4ccb-8f44-d1e610389660"
    },
    "version": "1.0.61",
    "installed": true
    },
    {
    "identifier": {
    "id": "coenraads.bracket-pair-colorizer-2",
    "uuid": "5a6e2b21-1d61-4acd-b31b-907f9c23f18a"
    },
    "version": "0.2.1",
    "installed": true
    },
    {
    "identifier": {
    "id": "dart-code.dart-code",
    "uuid": "f57f68ea-9ee8-42b5-9a97-041d3e4278c4"
    },
    "version": "3.18.1",
    "disabled": true,
    "installed": true
    },
    {
    "identifier": {
    "id": "dart-code.flutter",
    "uuid": "f6c3ec04-6057-4d9c-b997-69cba07a6158"
    },
    "version": "3.18.1",
    "disabled": true,
    "installed": true
    },
    {
    "identifier": {
    "id": "davidanson.vscode-markdownlint",
    "uuid": "daf8b44d-8aae-4da2-80c5-1f770219f643"
    },
    "version": "0.38.0",
    "installed": true
    },
    {
    "identifier": {
    "id": "dbaeumer.jshint",
    "uuid": "82dfe17d-bb64-404e-bcc5-f9803f7ab5d5"
    },
    "version": "0.11.0",
    "installed": true
    },
    {
    "identifier": {
    "id": "dbaeumer.vscode-eslint",
    "uuid": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a"
    },
    "version": "2.2.2",
    "installed": true,
    "state": {
    "eslintAlwaysAllowExecution": true
    }
    },
    {
    "identifier": {
    "id": "doggy8088.netcore-snippets",
    "uuid": "654caa5d-3ee0-4878-a5e9-fcba9582fa26"
    },
    "version": "3.15.2",
    "installed": true
    },
    {
    "identifier": {
    "id": "donjayamanne.git-extension-pack",
    "uuid": "d23dc2c3-abed-47d8-9b22-7dd31c1f0ed9"
    },
    "version": "0.1.3",
    "installed": true
    },
    {
    "identifier": {
    "id": "donjayamanne.githistory",
    "uuid": "5960f38e-0bbe-4644-8f9c-9c8824e82511"
    },
    "version": "0.6.19",
    "installed": true
    },
    {
    "identifier": {
    "id": "donjayamanne.jquerysnippets",
    "uuid": "99c12a52-ff68-4e9d-a975-a67556fee2f5"
    },
    "version": "0.0.1",
    "installed": true
    },
    {
    "identifier": {
    "id": "donjayamanne.python-extension-pack",
    "uuid": "f5188937-53e0-45bb-a16d-61231003fa3b"
    },
    "version": "1.6.0",
    "installed": true
    },
    {
    "identifier": {
    "id": "dotjoshjohnson.xml",
    "uuid": "0cb81da2-1880-4755-9995-0ae9cc728e20"
    },
    "version": "2.5.1",
    "disabled": true,
    "installed": true
    },
    {
    "identifier": {
    "id": "dsznajder.es7-react-js-snippets",
    "uuid": "19804510-b475-4dae-b0f7-6ca08fd1af0c"
    },
    "version": "3.0.0",
    "installed": true
    },
    {
    "identifier": {
    "id": "duffis.csharpsnippets",
    "uuid": "1f93b5c9-193a-483b-a7d7-e128325befed"
    },
    "version": "4.0.0",
    "installed": true
    },
    {
    "identifier": {
    "id": "eamodio.gitlens",
    "uuid": "4de763bd-505d-4978-9575-2b7696ecf94e"
    },
    "version": "11.6.1",
    "installed": true,
    "state": {
    "gitlens:synced:version": "11.6.1"
    }
    },
    {
    "identifier": {
    "id": "ecmel.vscode-html-css",
    "uuid": "aaee577c-f062-495a-9816-0cbd442f1d25"
    },
    "version": "1.10.2",
    "installed": true
    },
    {
    "identifier": {
    "id": "eg2.tslint",
    "uuid": "513cf511-3894-4ee2-8c34-13ab83ddfd37"
    },
    "version": "1.0.44",
    "disabled": true,
    "installed": true
    },
    {
    "identifier": {
    "id": "eg2.vscode-npm-script",
    "uuid": "ae9e3eb0-3357-4cc0-90ee-598d2d384757"
    },
    "version": "0.3.13",
    "installed": true
    },
    {
    "identifier": {
    "id": "equinusocio.vsc-community-material-theme",
    "uuid": "484d897a-6711-403c-ab54-a96f12be5833"
    },
    "version": "1.4.2",
    "installed": true
    },
    {
    "identifier": {
    "id": "equinusocio.vsc-material-theme",
    "uuid": "dffaf5a1-2219-434b-9d87-cb586fd59260"
    },
    "version": "33.1.2",
    "installed": true,
    "state": {
    "vsc-material-theme.version": "33.1.2"
    }
    },
    {
    "identifier": {
    "id": "equinusocio.vsc-material-theme-icons",
    "uuid": "8c609a4f-268a-41fb-8fe6-b6fcd95e8113"
    },
    "version": "1.2.2",
    "installed": true
    },
    {
    "identifier": {
    "id": "esbenp.prettier-vscode",
    "uuid": "96fa4707-6983-4489-b7c5-d5ffdfdcce90"
    },
    "version": "9.0.0",
    "installed": true
    },
    {
    "identifier": {
    "id": "felixfbecker.php-debug",
    "uuid": "044b4b31-2969-4af3-895d-855433b8b46d"
    },
    "version": "1.14.5",
    "disabled": true,
    "installed": true
    },
    {
    "identifier": {
    "id": "felixfbecker.php-intellisense",
    "uuid": "5e69f001-f945-4c97-baf0-320d82a153b3"
    },
    "version": "2.3.14",
    "disabled": true,
    "installed": true
    },
    {
    "identifier": {
    "id": "fernandoescolar.vscode-solution-explorer",
    "uuid": "937fa76c-0fd7-4e54-a4d3-d78b07f2d725"
    },
    "version": "0.4.4",
    "installed": true
    },
    {
    "identifier": {
    "id": "firefox.scaffold",
    "uuid": "cc680956-6ea2-442f-aa05-b91061b4611c"
    },
    "version": "1.0.0",
    "installed": true
    },
    {
    "identifier": {
    "id": "fivethree.vscode-ionic-snippets",
    "uuid": "cdc86be7-fd82-4e06-9306-934b76cf2ae0"
    },
    "version": "2.2.2",
    "disabled": true,
    "installed": true
    },
    {
    "identifier": {
    "id": "flowtype.flow-for-vscode",
    "uuid": "b3917e4f-5086-4def-a82b-2ae6b708db16"
    },
    "version": "1.9.2",
    "disabled": true,
    "installed": true
    },
    {
    "identifier": {
    "id": "formulahendry.auto-close-tag",
    "uuid": "d3836729-9cc1-42c1-b2af-d50071f57d29"
    },
    "version": "0.5.13",
    "installed": true
    },
    {
    "identifier": {
    "id": "formulahendry.auto-rename-tag",
    "uuid": "6e440e71-8ed9-4f25-bb78-4b13096b8a03"
    },
    "version": "0.1.9",
    "installed": true
    },
    {
    "identifier": {
    "id": "formulahendry.code-runner",
    "uuid": "a6a0c5b2-d078-4bf5-a9ee-4e37054414b3"
    },
    "version": "0.11.6",
    "installed": true
    },
    {
    "identifier": {
    "id": "formulahendry.dotnet",
    "uuid": "17baf027-6531-408d-9dc4-d16f5c80fa1b"
    },
    "version": "0.0.4",
    "installed": true
    },
    {
    "identifier": {
    "id": "formulahendry.dotnet-test-explorer",
    "uuid": "42853f4f-0c67-4aa7-bb79-a00fec9146c4"
    },
    "version": "0.7.7",
    "installed": true
    },
    {
    "identifier": {
    "id": "fudge.auto-using",
    "uuid": "af14ddf1-c53e-4d84-82d2-f0d31549ea80"
    },
    "version": "0.7.15",
    "installed": true
    },
    {
    "identifier": {
    "id": "garytyler.darcula-pycharm",
    "uuid": "f4d7cb0b-ba14-42cd-aef4-cc006556fbb3"
    },
    "version": "1.0.0",
    "installed": true
    },
    {
    "identifier": {
    "id": "github.github-vscode-theme",
    "uuid": "7328a705-91fc-49e6-8293-da6f112e482d"
    },
    "version": "5.0.3",
    "installed": true
    },
    {
    "identifier": {
    "id": "gruntfuggly.todo-tree",
    "uuid": "261cac81-cd7b-4555-bb41-0c2d2bcd3e70"
    },
    "version": "0.0.214",
    "disabled": true,
    "installed": true
    },
    {
    "identifier": {
    "id": "hookyqr.beautify",
    "uuid": "697255a9-3f36-44c8-b084-d3b91edfb23a"
    },
    "version": "1.5.0",
    "disabled": true,
    "installed": true
    },
    {
    "identifier": {
    "id": "humao.rest-client",
    "uuid": "dda49fd5-1f3b-4d25-bf61-4fc41905ede5"
    },
    "version": "0.24.4",
    "disabled": true,
    "installed": true
    },
    {
    "identifier": {
    "id": "jaycetyle.vscode-gnu-global",
    "uuid": "bcf3aea4-907d-411e-8f24-1cf3c4a6802a"
    },
    "version": "0.3.3",
    "disabled": true,
    "installed": true
    },
    {
    "identifier": {
    "id": "jchannon.csharpextensions",
    "uuid": "e046ec1e-3907-466b-aaea-ff1956a46d27"
    },
    "version": "1.3.1",
    "installed": true
    },
    {
    "identifier": {
    "id": "jeffery9.odoo-snippets",
    "uuid": "25dd389b-7b4d-476e-82a0-40c6570ea4f9"
    },
    "version": "0.7.1",
    "disabled": true,
    "installed": true
    },
    {
    "identifier": {
    "id": "jesschadwick.nuget-reverse-package-search",
    "uuid": "e48f33cf-d340-424e-9b79-09eb6b37face"
    },
    "version": "0.1.68",
    "installed": true
    },
    {
    "identifier": {
    "id": "jgclark.vscode-todo-highlight",
    "uuid": "4b3f0982-ad12-491b-b1b2-098f42c230af"
    },
    "version": "2.0.4",
    "installed": true
    },
    {
    "identifier": {
    "id": "jigar-patel.odoosnippets",
    "uuid": "ce6c30d5-40cd-44af-8999-3831a4e8f4fb"
    },
    "version": "1.1.0",
    "disabled": true,
    "installed": true
    },
    {
    "identifier": {
    "id": "jmrog.vscode-nuget-package-manager",
    "uuid": "6989d633-909b-4ca5-b499-7160e45a54d6"
    },
    "version": "1.1.6",
    "installed": true
    },
    {
    "identifier": {
    "id": "jolhe.csharp-netcore-extensionpack",
    "uuid": "e7bf8c6e-8cfb-46ba-8c27-20291881f53d"
    },
    "version": "1.0.0",
    "installed": true
    },
    {
    "identifier": {
    "id": "jorgeserrano.vscode-csharp-snippets",
    "uuid": "957cd83d-dc33-4cd0-9550-62c93f227481"
    },
    "version": "1.1.0",
    "installed": true
    },
    {
    "identifier": {
    "id": "k--kato.docomment",
    "uuid": "d1a2eab4-aa6e-4094-93b3-6a007f60bd9d"
    },
    "version": "0.1.30",
    "installed": true
    },
    {
    "identifier": {
    "id": "leizongmin.node-module-intellisense",
    "uuid": "1bb92b2c-526c-4bfd-bb38-5bae1b278c89"
    },
    "version": "1.5.0",
    "installed": true
    },
    {
    "identifier": {
    "id": "lewisyliu.ef-core-snippets",
    "uuid": "45eb8890-2861-48bb-bb55-163116aeb63a"
    },
    "version": "1.0.0",
    "installed": true
    },
    {
    "identifier": {
    "id": "logerfo.csharp-colors",
    "uuid": "72bae0eb-8935-47f2-9042-01b7ebdd20ed"
    },
    "version": "0.1.8",
    "installed": true
    },
    {
    "identifier": {
    "id": "magicstack.magicpython",
    "uuid": "1f5eb737-5496-44a3-a8a1-36a85eee4979"
    },
    "version": "1.1.0",
    "installed": true
    },
    {
    "identifier": {
    "id": "majhirockzz.odoo-extension-pack",
    "uuid": "02f850ec-0686-418a-b160-f994b9f16f82"
    },
    "version": "1.0.3",
    "disabled": true,
    "installed": true
    },
    {
    "identifier": {
    "id": "matijarmk.dotnet-core-commands",
    "uuid": "99bb976a-1f0e-4644-a31c-16e7da289b09"
    },
    "version": "1.0.6",
    "installed": true
    },
    {
    "identifier": {
    "id": "mavis.csharpextensions",
    "uuid": "0d37654c-459a-4ba5-9c7f-d2678f18e9e9"
    },
    "version": "1.3.0",
    "installed": true
    },
    {
    "identifier": {
    "id": "mechatroner.rainbow-csv",
    "uuid": "3792588c-3d35-442d-91ea-fe6a755e8155"
    },
    "version": "1.8.0",
    "disabled": true,
    "installed": true
    },
    {
    "identifier": {
    "id": "mongodb.mongodb-vscode",
    "uuid": "4b6540da-bfa3-4b88-b9e3-df8f2d161124"
    },
    "version": "0.3.0",
    "disabled": true,
    "installed": true
    },
    {
    "identifier": {
    "id": "ms-azuretools.vscode-docker",
    "uuid": "0479fc1c-3d67-49f9-b087-fb9069afe48f"
    },
    "version": "1.9.1",
    "disabled": true,
    "installed": true
    },
    {
    "identifier": {
    "id": "ms-dotnettools.csharp",
    "uuid": "d0bfc4ab-1d3a-4487-8782-7cf6027b4fff"
    },
    "version": "1.23.16",
    "installed": true
    },
    {
    "identifier": {
    "id": "ms-dotnettools.vscode-dotnet-runtime",
    "uuid": "1aab81a1-b3d9-4aef-976b-577d5d90fe3f"
    },
    "version": "1.3.0",
    "installed": true
    },
    {
    "identifier": {
    "id": "ms-mssql.data-workspace-vscode",
    "uuid": "88e082b7-d289-4c59-bde4-4c61e0280428"
    },
    "version": "0.1.0",
    "installed": true
    },
    {
    "identifier": {
    "id": "ms-mssql.mssql",
    "uuid": "4bf45e86-a448-4531-8c01-ef33f4536306"
    },
    "version": "1.11.0",
    "installed": true
    },
    {
    "identifier": {
    "id": "ms-mssql.sql-database-projects-vscode",
    "uuid": "4e9e1d12-64b6-4573-9203-f601d27de5a3"
    },
    "version": "0.13.0",
    "installed": true
    },
    {
    "identifier": {
    "id": "ms-ossdata.vscode-postgresql",
    "uuid": "cc4e97b3-c252-4e12-983f-ee5d2101c2cd"
    },
    "version": "0.3.0",
    "disabled": true,
    "installed": true
    },
    {
    "identifier": {
    "id": "ms-python.python",
    "uuid": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5"
    },
    "version": "2021.1.502429796",
    "disabled": true,
    "installed": true
    },
    {
    "identifier": {
    "id": "ms-toolsai.jupyter",
    "uuid": "6c2f1801-1e7f-45b2-9b5c-7782f1e076e8"
    },
    "version": "2020.12.414227025",
    "disabled": true,
    "installed": true
    },
    {
    "identifier": {
    "id": "ms-toolsai.jupyter-keymap",
    "uuid": "9f6dc8db-620c-4844-b8c5-e74914f1be27"
    },
    "version": "1.0.0",
    "installed": true
    },
    {
    "identifier": {
    "id": "ms-toolsai.jupyter-renderers",
    "uuid": "b15c72f8-d5fe-421a-a4f7-27ed9f6addbf"
    },
    "version": "1.0.3",
    "installed": true
    },
    {
    "identifier": {
    "id": "ms-vscode-remote.remote-containers",
    "uuid": "93ce222b-5f6f-49b7-9ab1-a0463c6238df"
    },
    "version": "0.155.1",
    "disabled": true,
    "installed": true
    },
    {
    "identifier": {
    "id": "ms-vscode-remote.remote-ssh",
    "uuid": "607fd052-be03-4363-b657-2bd62b83d28a"
    },
    "version": "0.63.0",
    "disabled": true,
    "installed": true
    },
    {
    "identifier": {
    "id": "ms-vscode-remote.remote-ssh-edit",
    "uuid": "bfeaf631-bcff-4908-93ed-fda4ef9a0c5c"
    },
    "version": "0.63.0",
    "disabled": true,
    "installed": true
    },
    {
    "identifier": {
    "id": "ms-vscode-remote.remote-wsl-recommender",
    "uuid": "cb296d3c-017a-4dee-83af-ebb5a5a16e9a"
    },
    "version": "0.0.11"
    },
    {
    "identifier": {
    "id": "ms-vscode.cpptools",
    "uuid": "690b692e-e8a9-493f-b802-8089d50ac1b2"
    },
    "version": "1.1.3",
    "disabled": true,
    "installed": true
    },
    {
    "identifier": {
    "id": "ms-vscode.js-debug",
    "uuid": "25629058-ddac-4e17-abba-74678e126c5d"
    },
    "version": "1.61.0"
    },
    {
    "identifier": {
    "id": "ms-vscode.js-debug-companion",
    "uuid": "99cb0b7f-7354-4278-b8da-6cc79972169d"
    },
    "version": "1.0.15"
    },
    {
    "identifier": {
    "id": "ms-vscode.powershell",
    "uuid": "40d39ce9-c381-47a0-80c8-a6661f731eab"
    },
    "version": "2021.10.2",
    "disabled": true,
    "installed": true
    },
    {
    "identifier": {
    "id": "ms-vscode.references-view",
    "uuid": "dc489f46-520d-4556-ae85-1f9eab3c412d"
    },
    "version": "0.0.81"
    },
    {
    "identifier": {
    "id": "ms-vscode.vscode-js-profile-table",
    "uuid": "7e52b41b-71ad-457b-ab7e-0620f1fc4feb"
    },
    "version": "0.0.18"
    },
    {
    "identifier": {
    "id": "ms-vscode.vscode-typescript-next",
    "uuid": "15305aca-2588-4ca0-8147-ab2c64730b82"
    },
    "version": "4.5.20211030",
    "installed": true
    },
    {
    "identifier": {
    "id": "ms-vscode.vscode-typescript-tslint-plugin",
    "uuid": "90a37ca1-92a2-488a-b196-7a8c0b0127ea"
    },
    "version": "1.3.3",
    "installed": true
    },
    {
    "identifier": {
    "id": "msjsdiag.debugger-for-chrome",
    "uuid": "1ec62ca5-d7f9-4ddb-a882-e8d018c0aefd"
    },
    "version": "4.13.0",
    "installed": true
    },
    {
    "identifier": {
    "id": "msjsdiag.vscode-react-native",
    "uuid": "b35cd5b4-18db-46f9-ba9e-06096c3b22d3"
    },
    "version": "1.3.0",
    "installed": true
    },
    {
    "identifier": {
    "id": "mstuttgart.odoo-scaffold",
    "uuid": "3ae6c6f1-df9a-400f-9d16-3d9a954493c4"
    },
    "version": "0.1.3",
    "disabled": true,
    "installed": true
    },
    {
    "identifier": {
    "id": "nash.awesome-flutter-snippets",
    "uuid": "5619a084-6632-4221-9def-b94bdc42e23a"
    },
    "version": "2.0.4",
    "disabled": true,
    "installed": true
    },
    {
    "identifier": {
    "id": "naumovs.color-highlight",
    "uuid": "121396ad-85a1-45ec-9fd1-d95028a847f5"
    },
    "version": "2.5.0",
    "installed": true
    },
    {
    "identifier": {
    "id": "necinc.elmmet",
    "uuid": "88cceeb3-b940-4ff2-abcf-275083194b21"
    },
    "version": "1.0.1",
    "disabled": true,
    "installed": true
    },
    {
    "identifier": {
    "id": "nurlybekovnt.csharpextensions",
    "uuid": "3085dbf7-e262-4340-a880-a72038166950"
    },
    "version": "1.3.0",
    "installed": true
    },
    {
    "identifier": {
    "id": "oderwat.indent-rainbow",
    "uuid": "eaa2127d-cb69-4ab9-8505-a60c9ee5f28b"
    },
    "version": "7.4.0",
    "installed": true
    },
    {
    "identifier": {
    "id": "pkief.material-icon-theme",
    "uuid": "5db78037-f674-459f-a236-db622c427c5b"
    },
    "version": "4.10.0",
    "installed": true,
    "state": {
    "material-icon-theme.version": "4.10.0"
    }
    },
    {
    "identifier": {
    "id": "pnp.polacode",
    "uuid": "d80b9a94-f4a6-4e39-bc42-62212e365682"
    },
    "version": "0.3.4",
    "installed": true
    },
    {
    "identifier": {
    "id": "pranaygp.vscode-css-peek",
    "uuid": "0b8f8d63-11a2-4194-969c-ca7488b3413a"
    },
    "version": "4.2.0",
    "disabled": true,
    "installed": true
    },
    {
    "identifier": {
    "id": "rahulsahay.csharp-aspnetcore",
    "uuid": "94d85ac4-dbcb-42be-9d6a-2e10bb1abdd9"
    },
    "version": "1.11.0",
    "installed": true
    },
    {
    "identifier": {
    "id": "rangav.vscode-thunder-client",
    "uuid": "2fd56207-78ef-49d4-95d2-9b801eee4dbf"
    },
    "version": "1.0.7",
    "installed": true
    },
    {
    "identifier": {
    "id": "redhat.java",
    "uuid": "198a707e-28af-4e84-8610-6e2f628dd12d"
    },
    "version": "0.74.0",
    "disabled": true,
    "installed": true
    },
    {
    "identifier": {
    "id": "ritwickdey.live-sass",
    "uuid": "ad94b437-b5a7-4249-bf5f-df472ae0d084"
    },
    "version": "3.0.0",
    "disabled": true,
    "installed": true
    },
    {
    "identifier": {
    "id": "ritwickdey.liveserver",
    "uuid": "b63c44fd-0457-4696-99e9-dbfdf70d77de"
    },
    "version": "5.6.1",
    "installed": true,
    "state": {
    "liveServer.setup.version": "5.6.1"
    }
    },
    {
    "identifier": {
    "id": "robert-brunhage.flutter-riverpod-snippets",
    "uuid": "b85c5930-27ab-45aa-b7e6-ba6f7ef345dc"
    },
    "version": "0.1.1",
    "disabled": true,
    "installed": true
    },
    {
    "identifier": {
    "id": "sandorengholm.csspreview",
    "uuid": "fb388d5d-f38a-48b5-a49a-09e9f828f5b9"
    },
    "version": "1.0.4",
    "installed": true
    },
    {
    "identifier": {
    "id": "schneiderpat.aspnet-helper",
    "uuid": "f7d921d1-e720-42be-b9ed-77f01afb05d7"
    },
    "version": "0.6.4",
    "installed": true
    },
    {
    "identifier": {
    "id": "shan.code-settings-sync",
    "uuid": "e337c67b-55c2-4fef-8949-eb260e7fb7fd"
    },
    "version": "3.4.3",
    "disabled": true,
    "installed": true
    },
    {
    "identifier": {
    "id": "sirtori.indenticator",
    "uuid": "fcbdb08e-4048-40e8-a674-fecc476f4b93"
    },
    "version": "0.7.0",
    "installed": true
    },
    {
    "identifier": {
    "id": "streetsidesoftware.code-spell-checker",
    "uuid": "f6dbd813-b0a0-42c1-90ea-10dde9d925a7"
    },
    "version": "2.0.12",
    "installed": true
    },
    {
    "identifier": {
    "id": "thekalinga.bootstrap4-vscode",
    "uuid": "2a658c1b-308a-41e8-805a-fc8abda483bc"
    },
    "version": "6.1.0",
    "installed": true
    },
    {
    "identifier": {
    "id": "tht13.python",
    "uuid": "19e1cdbe-42df-443e-89c0-bfecc7204b1d"
    },
    "version": "0.2.3",
    "disabled": true,
    "installed": true
    },
    {
    "identifier": {
    "id": "tintoy.msbuild-project-tools",
    "uuid": "95c0933d-48c1-447b-b4d9-acee3e8da188"
    },
    "version": "0.3.15",
    "installed": true
    },
    {
    "identifier": {
    "id": "tombonnike.vscode-status-bar-format-toggle",
    "uuid": "28fcf0b8-26a5-4e99-9b8d-02e990366c6f"
    },
    "version": "3.0.0",
    "installed": true
    },
    {
    "identifier": {
    "id": "visualstudioexptteam.intellicode-api-usage-examples",
    "uuid": "9fa2a00e-3bfa-4c2a-abc4-a865bb2b5cf3"
    },
    "version": "0.0.5",
    "installed": true
    },
    {
    "identifier": {
    "id": "visualstudioexptteam.vscodeintellicode",
    "uuid": "876e8f93-74d0-4f4f-91b7-34a09f19f444"
    },
    "version": "1.2.14",
    "disabled": true,
    "installed": true
    },
    {
    "identifier": {
    "id": "visualstudioexptteam.vscodeintellicode-insiders",
    "uuid": "58e5ca90-9b9f-4348-902c-9fdcc97ae0cf"
    },
    "version": "1.1.5",
    "installed": true
    },
    {
    "identifier": {
    "id": "vscjava.vscode-java-debug",
    "uuid": "61fcd0cf-64d7-4836-8d6b-d55f4fb83281"
    },
    "version": "0.30.0",
    "disabled": true,
    "installed": true
    },
    {
    "identifier": {
    "id": "vscode-icons-team.vscode-icons",
    "uuid": "9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a"
    },
    "version": "11.6.0",
    "installed": true
    },
    {
    "identifier": {
    "id": "wholroyd.jinja",
    "uuid": "c941a679-d500-46a8-b2a9-208063125901"
    },
    "version": "0.0.8",
    "installed": true
    },
    {
    "identifier": {
    "id": "wilderminds.wilderminds-aspnetcore-snippets",
    "uuid": "da397c53-18dc-45ff-ae30-bbd2428803f4"
    },
    "version": "0.2.1",
    "disabled": true,
    "installed": true
    },
    {
    "identifier": {
    "id": "wix.vscode-import-cost",
    "uuid": "c46b0018-f317-4b6c-a785-d2039b27338f"
    },
    "version": "2.15.0",
    "installed": true
    },
    {
    "identifier": {
    "id": "wscats.eno",
    "uuid": "0e8e71fb-6b26-4602-8e4a-1741a7b40a08"
    },
    "version": "2.3.53",
    "disabled": true,
    "installed": true
    },
    {
    "identifier": {
    "id": "wwm.better-align",
    "uuid": "8bd90cfe-8edd-4b92-b992-2337fdc06604"
    },
    "version": "1.1.6",
    "installed": true
    },
    {
    "identifier": {
    "id": "xabikos.javascriptsnippets",
    "uuid": "a2cec723-5349-460d-9de9-0fd1f8d3456f"
    },
    "version": "1.8.0",
    "installed": true
    },
    {
    "identifier": {
    "id": "zhuangtongfa.material-theme",
    "uuid": "26a529c9-2654-4b95-a63f-02f6a52429e6"
    },
    "version": "3.13.2",
    "installed": true
    },
    {
    "identifier": {
    "id": "zignd.html-css-class-completion",
    "uuid": "7b71fc1b-190d-4f7d-95d1-93e422649b0a"
    },
    "version": "1.20.0",
    "installed": true
    },
    {
    "identifier": {
    "id": "ziishaned.hugobot",
    "uuid": "97d16f40-9951-4bf9-9883-4ccac76eada1"
    },
    "version": "0.0.14",
    "installed": true
    },
    {
    "identifier": {
    "id": "ziyasal.vscode-open-in-github",
    "uuid": "1d4d80c9-0d33-48a1-88a8-19ff80bc8e2a"
    },
    "version": "1.3.6",
    "installed": true
    }
    ]
    1 change: 1 addition & 0 deletions sync\globalState\20211101T190841.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    {"version":1,"content":"{\"storage\":{\"ces/skipSurvey\":{\"version\":1,\"value\":\"1.60.1\"},\"colorThemeData\":{\"version\":1,\"value\":\"{\\\"id\\\":\\\"vs-dark Equinusocio-vsc-community-material-theme-themes-Community-Material-Theme-Default-High-Contrast-json\\\",\\\"label\\\":\\\"Community Material Theme High Contrast\\\",\\\"settingsId\\\":\\\"Community Material Theme High Contrast\\\",\\\"themeTokenColors\\\":[{\\\"settings\\\":{\\\"background\\\":\\\"#263238\\\",\\\"foreground\\\":\\\"#ffffff\\\"}},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\",\\\"foreground\\\":\\\"#546E7A\\\"},\\\"scope\\\":[\\\"comment\\\",\\\"punctuation.definition.comment\\\",\\\"string.quoted.docstring\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#EEFFFF\\\"},\\\"scope\\\":[\\\"variable\\\",\\\"string constant.other.placeholder\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FFCB6B\\\"},\\\"scope\\\":[\\\"constant.other.php\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffffff\\\"},\\\"scope\\\":[\\\"constant.other.color\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FF5370\\\"},\\\"scope\\\":[\\\"invalid\\\",\\\"invalid.illegal\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C792EA\\\"},\\\"scope\\\":[\\\"invalid.deprecated\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C792EA\\\"},\\\"scope\\\":[\\\"keyword\\\",\\\"storage.type\\\",\\\"storage.modifier\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":[\\\"Keyword\\\",\\\"Storage\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#89DDFF\\\"},\\\"scope\\\":[\\\"keyword.control\\\",\\\"constant.other.color\\\",\\\"punctuation.definition.tag\\\",\\\"punctuation\\\",\\\"punctuation.separator.inheritance.php\\\",\\\"punctuation.definition.tag.html\\\",\\\"punctuation.definition.tag.begin.html\\\",\\\"punctuation.definition.tag.end.html\\\",\\\"punctuation.section.embedded\\\",\\\"keyword.other.template\\\",\\\"keyword.other.substitution\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":[\\\"keyword.control\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f07178\\\"},\\\"scope\\\":[\\\"entity.name.tag\\\",\\\"meta.tag.sgml\\\",\\\"markup.deleted.git_gutter\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#82AAFF\\\"},\\\"scope\\\":[\\\"entity.name.function\\\",\\\"variable.function\\\",\\\"support.function\\\",\\\"keyword.other.special-method\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f07178\\\"},\\\"scope\\\":[\\\"source.cpp meta.block variable.other\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f07178\\\"},\\\"scope\\\":[\\\"variable.other.constant\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f07178\\\"},\\\"scope\\\":[\\\"support.other.variable\\\",\\\"string.other.link\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#F78C6C\\\"},\\\"scope\\\":[\\\"constant.numeric\\\",\\\"constant.language\\\",\\\"support.constant\\\",\\\"constant.character\\\",\\\"constant.escape\\\",\\\"keyword.other.unit\\\",\\\"keyword.other\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FF5370\\\"},\\\"scope\\\":[\\\"variable.parameter.function.language.special\\\",\\\"variable.parameter\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"normal\\\",\\\"foreground\\\":\\\"#C3E88D\\\"},\\\"scope\\\":[\\\"string\\\",\\\"constant.other.symbol\\\",\\\"constant.other.key\\\",\\\"entity.other.inherited-class\\\",\\\"markup.heading\\\",\\\"markup.inserted.git_gutter\\\",\\\"meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FFCB6B\\\"},\\\"scope\\\":[\\\"entity.name\\\",\\\"support.type\\\",\\\"support.class\\\",\\\"support.orther.namespace.use.php\\\",\\\"meta.use.php\\\",\\\"support.other.namespace.php\\\",\\\"markup.changed.git_gutter\\\",\\\"support.type.sys-types\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B2CCD6\\\"},\\\"scope\\\":[\\\"support.type\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B2CCD6\\\"},\\\"scope\\\":[\\\"source.css support.type.property-name\\\",\\\"source.sass support.type.property-name\\\",\\\"source.scss support.type.property-name\\\",\\\"source.less support.type.property-name\\\",\\\"source.stylus support.type.property-name\\\",\\\"source.postcss support.type.property-name\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FF5370\\\"},\\\"scope\\\":[\\\"entity.name.module.js\\\",\\\"variable.import.parameter.js\\\",\\\"variable.other.class.js\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\",\\\"foreground\\\":\\\"#FF5370\\\"},\\\"scope\\\":[\\\"variable.language\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\",\\\"foreground\\\":\\\"#82AAFF\\\"},\\\"scope\\\":[\\\"entity.name.method.js\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#82AAFF\\\"},\\\"scope\\\":[\\\"meta.class-method.js entity.name.function.js\\\",\\\"variable.function.constructor\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\",\\\"foreground\\\":\\\"#C792EA\\\"},\\\"scope\\\":[\\\"entity.other.attribute-name\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FFCB6B\\\"},\\\"scope\\\":[\\\"entity.other.attribute-name.class\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#82AAFF\\\"},\\\"scope\\\":[\\\"source.sass keyword.control\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C3E88D\\\"},\\\"scope\\\":[\\\"markup.inserted\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FF5370\\\"},\\\"scope\\\":[\\\"markup.deleted\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C792EA\\\"},\\\"scope\\\":[\\\"markup.changed\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#89DDFF\\\"},\\\"scope\\\":[\\\"string.regexp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#89DDFF\\\"},\\\"scope\\\":[\\\"constant.character.escape\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"underline\\\"},\\\"scope\\\":[\\\"*url*\\\",\\\"*link*\\\",\\\"*uri*\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\",\\\"foreground\\\":\\\"#82AAFF\\\"},\\\"scope\\\":[\\\"tag.decorator.js entity.name.tag.js\\\",\\\"tag.decorator.js punctuation.definition.tag.js\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\",\\\"foreground\\\":\\\"#FF5370\\\"},\\\"scope\\\":[\\\"source.js constant.other.object.key.js string.unquoted.label.js\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C792EA\\\"},\\\"scope\\\":[\\\"source.json meta.structure.dictionary.json support.type.property-name.json\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FFCB6B\\\"},\\\"scope\\\":[\\\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#F78C6C\\\"},\\\"scope\\\":[\\\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FF5370\\\"},\\\"scope\\\":[\\\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C17E70\\\"},\\\"scope\\\":[\\\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#82AAFF\\\"},\\\"scope\\\":[\\\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f07178\\\"},\\\"scope\\\":[\\\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C792EA\\\"},\\\"scope\\\":[\\\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C3E88D\\\"},\\\"scope\\\":[\\\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#EEFFFF\\\"},\\\"scope\\\":[\\\"text.html.markdown\\\",\\\"punctuation.definition.list_item.markdown\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C792EA\\\"},\\\"scope\\\":[\\\"text.html.markdown markup.inline.raw.markdown\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#65737E\\\"},\\\"scope\\\":[\\\"text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"\\\"},\\\"scope\\\":[\\\"text.html.markdown meta.dummy.line-break\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C3E88D\\\"},\\\"scope\\\":[\\\"markdown.heading\\\",\\\"markup.heading | markup.heading entity.name\\\",\\\"markup.heading.markdown punctuation.definition.heading.markdown\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\",\\\"foreground\\\":\\\"#f07178\\\"},\\\"scope\\\":[\\\"markup.italic\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\",\\\"foreground\\\":\\\"#f07178\\\"},\\\"scope\\\":[\\\"markup.bold\\\",\\\"markup.bold string\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\",\\\"foreground\\\":\\\"#f07178\\\"},\\\"scope\\\":[\\\"markup.bold markup.italic\\\",\\\"markup.italic markup.bold\\\",\\\"markup.quote markup.bold\\\",\\\"markup.bold markup.italic string\\\",\\\"markup.italic markup.bold string\\\",\\\"markup.quote markup.bold string\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"underline\\\",\\\"foreground\\\":\\\"#F78C6C\\\"},\\\"scope\\\":[\\\"markup.underline\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"strike\\\",\\\"foreground\\\":\\\"\\\"},\\\"scope\\\":[\\\"markup.strike\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#65737E\\\"},\\\"scope\\\":[\\\"markup.quote punctuation.definition.blockquote.markdown\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\",\\\"foreground\\\":\\\"\\\"},\\\"scope\\\":[\\\"markup.quote\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#82AAFF\\\"},\\\"scope\\\":[\\\"string.other.link.title.markdown\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C792EA\\\"},\\\"scope\\\":[\\\"string.other.link.description.title.markdown\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FFCB6B\\\"},\\\"scope\\\":[\\\"constant.other.reference.link.markdown\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C792EA\\\"},\\\"scope\\\":[\\\"markup.raw.block\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#EEFFFF90\\\"},\\\"scope\\\":[\\\"markup.fenced_code.block.markdown\\\",\\\"markup.inline.raw.string.markdown\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#65737E\\\"},\\\"scope\\\":[\\\"variable.language.fenced.markdown\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\",\\\"foreground\\\":\\\"#65737E\\\"},\\\"scope\\\":[\\\"meta.separator\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#EEFFFF\\\"},\\\"scope\\\":[\\\"markup.table\\\"]}],\\\"semanticTokenRules\\\":[],\\\"extensionData\\\":{\\\"_extensionId\\\":\\\"Equinusocio.vsc-community-material-theme\\\",\\\"_extensionIsBuiltin\\\":false,\\\"_extensionName\\\":\\\"vsc-community-material-theme\\\",\\\"_extensionPublisher\\\":\\\"Equinusocio\\\"},\\\"colorMap\\\":{\\\"focusBorder\\\":\\\"#ffffff00\\\",\\\"editorCursor.foreground\\\":\\\"#ffcc00\\\",\\\"editorRuler.foreground\\\":\\\"#37474f\\\",\\\"scrollbar.shadow\\\":\\\"#26323800\\\",\\\"editorLink.activeForeground\\\":\\\"#eeffff\\\",\\\"selection.background\\\":\\\"#80cbc4\\\",\\\"progressBar.background\\\":\\\"#80cbc4\\\",\\\"textLink.foreground\\\":\\\"#80cbc4\\\",\\\"textLink.activeForeground\\\":\\\"#eeffff\\\",\\\"widget.shadow\\\":\\\"#00000030\\\",\\\"button.background\\\":\\\"#80cbc420\\\",\\\"debugToolBar.background\\\":\\\"#263238\\\",\\\"pickerGroup.foreground\\\":\\\"#80cbc4\\\",\\\"inputOption.activeBackground\\\":\\\"#eeffff30\\\",\\\"inputOption.activeBorder\\\":\\\"#eeffff30\\\",\\\"editorLineNumber.foreground\\\":\\\"#37474f\\\",\\\"editorLineNumber.activeForeground\\\":\\\"#5f7a87\\\",\\\"editorBracketMatch.border\\\":\\\"#ffcc0050\\\",\\\"editorBracketMatch.background\\\":\\\"#263238\\\",\\\"editorWhitespace.foreground\\\":\\\"#eeffff40\\\",\\\"editorOverviewRuler.findMatchForeground\\\":\\\"#80cbc4\\\",\\\"editorOverviewRuler.border\\\":\\\"#263238\\\",\\\"editorOverviewRuler.errorForeground\\\":\\\"#ff537040\\\",\\\"editorOverviewRuler.infoForeground\\\":\\\"#82aaff40\\\",\\\"editorOverviewRuler.warningForeground\\\":\\\"#ffcb6b40\\\",\\\"editorInfo.foreground\\\":\\\"#82aaff70\\\",\\\"editorWarning.foreground\\\":\\\"#ffcb6b70\\\",\\\"editorError.foreground\\\":\\\"#ff537070\\\",\\\"editorHoverWidget.background\\\":\\\"#263238\\\",\\\"editorHoverWidget.border\\\":\\\"#ffffff10\\\",\\\"editorIndentGuide.background\\\":\\\"#37474f70\\\",\\\"editorIndentGuide.activeBackground\\\":\\\"#37474f\\\",\\\"editorGroupHeader.tabsBackground\\\":\\\"#263238\\\",\\\"editorGroup.border\\\":\\\"#00000030\\\",\\\"editorGutter.modifiedBackground\\\":\\\"#82aaff60\\\",\\\"editorGutter.addedBackground\\\":\\\"#c3e88d60\\\",\\\"editorGutter.deletedBackground\\\":\\\"#ff537060\\\",\\\"editor.background\\\":\\\"#263238\\\",\\\"editor.foreground\\\":\\\"#eeffff\\\",\\\"editor.lineHighlightBackground\\\":\\\"#00000050\\\",\\\"editor.selectionBackground\\\":\\\"#80cbc420\\\",\\\"editor.selectionHighlightBackground\\\":\\\"#ffcc0020\\\",\\\"editor.findMatchBackground\\\":\\\"#000000\\\",\\\"editor.findMatchHighlightBackground\\\":\\\"#00000050\\\",\\\"editor.findMatchBorder\\\":\\\"#80cbc4\\\",\\\"editor.findMatchHighlightBorder\\\":\\\"#ffffff50\\\",\\\"tab.activeBorder\\\":\\\"#80cbc4\\\",\\\"tab.activeModifiedBorder\\\":\\\"#5f7a87\\\",\\\"tab.unfocusedActiveBorder\\\":\\\"#546e7a\\\",\\\"tab.activeForeground\\\":\\\"#ffffff\\\",\\\"tab.inactiveForeground\\\":\\\"#5f7a87\\\",\\\"tab.inactiveBackground\\\":\\\"#263238\\\",\\\"tab.unfocusedActiveForeground\\\":\\\"#eeffff\\\",\\\"tab.border\\\":\\\"#263238\\\",\\\"statusBar.noFolderBackground\\\":\\\"#263238\\\",\\\"statusBar.border\\\":\\\"#00000060\\\",\\\"statusBar.background\\\":\\\"#192227\\\",\\\"statusBar.foreground\\\":\\\"#546e7a\\\",\\\"statusBar.debuggingBackground\\\":\\\"#c792ea\\\",\\\"statusBar.debuggingForeground\\\":\\\"#ffffff\\\",\\\"statusBarItem.hoverBackground\\\":\\\"#546e7a20\\\",\\\"statusBarItem.remoteForeground\\\":\\\"#000000\\\",\\\"statusBarItem.remoteBackground\\\":\\\"#80cbc4\\\",\\\"activityBar.background\\\":\\\"#192227\\\",\\\"activityBar.border\\\":\\\"#00000060\\\",\\\"activityBar.foreground\\\":\\\"#eeffff\\\",\\\"activityBarBadge.background\\\":\\\"#80cbc4\\\",\\\"activityBarBadge.foreground\\\":\\\"#000000\\\",\\\"titleBar.activeBackground\\\":\\\"#192227\\\",\\\"titleBar.activeForeground\\\":\\\"#eeffff\\\",\\\"titleBar.inactiveBackground\\\":\\\"#192227\\\",\\\"titleBar.inactiveForeground\\\":\\\"#5f7a87\\\",\\\"titleBar.border\\\":\\\"#00000060\\\",\\\"sideBar.background\\\":\\\"#192227\\\",\\\"sideBar.foreground\\\":\\\"#5f7a87\\\",\\\"sideBar.border\\\":\\\"#00000060\\\",\\\"sideBarTitle.foreground\\\":\\\"#eeffff\\\",\\\"sideBarSectionHeader.background\\\":\\\"#192227\\\",\\\"sideBarSectionHeader.border\\\":\\\"#00000060\\\",\\\"input.background\\\":\\\"#303c41\\\",\\\"input.foreground\\\":\\\"#eeffff\\\",\\\"input.placeholderForeground\\\":\\\"#eeffff60\\\",\\\"input.border\\\":\\\"#ffffff10\\\",\\\"inputValidation.errorBorder\\\":\\\"#ff537050\\\",\\\"inputValidation.infoBorder\\\":\\\"#82aaff50\\\",\\\"inputValidation.warningBorder\\\":\\\"#ffcb6b50\\\",\\\"dropdown.background\\\":\\\"#263238\\\",\\\"dropdown.border\\\":\\\"#ffffff10\\\",\\\"list.hoverForeground\\\":\\\"#ffffff\\\",\\\"list.hoverBackground\\\":\\\"#192227\\\",\\\"list.activeSelectionBackground\\\":\\\"#192227\\\",\\\"list.activeSelectionForeground\\\":\\\"#80cbc4\\\",\\\"list.inactiveSelectionForeground\\\":\\\"#80cbc4\\\",\\\"list.inactiveSelectionBackground\\\":\\\"#00000030\\\",\\\"list.focusBackground\\\":\\\"#eeffff20\\\",\\\"list.focusForeground\\\":\\\"#eeffff\\\",\\\"list.highlightForeground\\\":\\\"#80cbc4\\\",\\\"terminal.ansiWhite\\\":\\\"#ffffff\\\",\\\"terminal.ansiBlack\\\":\\\"#000000\\\",\\\"terminal.ansiBlue\\\":\\\"#82aaff\\\",\\\"terminal.ansiCyan\\\":\\\"#89ddff\\\",\\\"terminal.ansiGreen\\\":\\\"#c3e88d\\\",\\\"terminal.ansiMagenta\\\":\\\"#c792ea\\\",\\\"terminal.ansiRed\\\":\\\"#ff5370\\\",\\\"terminal.ansiYellow\\\":\\\"#ffcb6b\\\",\\\"terminal.ansiBrightWhite\\\":\\\"#ffffff\\\",\\\"terminal.ansiBrightBlack\\\":\\\"#546e7a\\\",\\\"terminal.ansiBrightBlue\\\":\\\"#82aaff\\\",\\\"terminal.ansiBrightCyan\\\":\\\"#89ddff\\\",\\\"terminal.ansiBrightGreen\\\":\\\"#c3e88d\\\",\\\"terminal.ansiBrightMagenta\\\":\\\"#c792ea\\\",\\\"terminal.ansiBrightRed\\\":\\\"#ff5370\\\",\\\"terminal.ansiBrightYellow\\\":\\\"#ffcb6b\\\",\\\"terminalCursor.foreground\\\":\\\"#ffcb6b\\\",\\\"terminalCursor.background\\\":\\\"#000000\\\",\\\"scrollbarSlider.background\\\":\\\"#eeffff20\\\",\\\"scrollbarSlider.hoverBackground\\\":\\\"#eeffff10\\\",\\\"scrollbarSlider.activeBackground\\\":\\\"#80cbc4\\\",\\\"editorSuggestWidget.background\\\":\\\"#263238\\\",\\\"editorSuggestWidget.foreground\\\":\\\"#eeffff\\\",\\\"editorSuggestWidget.highlightForeground\\\":\\\"#80cbc4\\\",\\\"editorSuggestWidget.selectedBackground\\\":\\\"#00000050\\\",\\\"editorSuggestWidget.border\\\":\\\"#ffffff10\\\",\\\"editorWidget.background\\\":\\\"#192227\\\",\\\"editorWidget.resizeBorder\\\":\\\"#80cbc4\\\",\\\"editorWidget.border\\\":\\\"#ff0000\\\",\\\"editorMarkerNavigation.background\\\":\\\"#eeffff05\\\",\\\"panel.border\\\":\\\"#00000060\\\",\\\"panel.background\\\":\\\"#192227\\\",\\\"panel.dropBackground\\\":\\\"#eeffff\\\",\\\"panelTitle.inactiveForeground\\\":\\\"#eeffff\\\",\\\"panelTitle.activeForeground\\\":\\\"#ffffff\\\",\\\"panelTitle.activeBorder\\\":\\\"#80cbc4\\\",\\\"diffEditor.insertedTextBackground\\\":\\\"#c3e88d15\\\",\\\"diffEditor.removedTextBackground\\\":\\\"#ff537020\\\",\\\"notifications.background\\\":\\\"#263238\\\",\\\"notifications.foreground\\\":\\\"#eeffff\\\",\\\"notificationLink.foreground\\\":\\\"#80cbc4\\\",\\\"badge.background\\\":\\\"#00000030\\\",\\\"badge.foreground\\\":\\\"#546e7a\\\",\\\"extensionButton.prominentBackground\\\":\\\"#c3e88d90\\\",\\\"extensionButton.prominentHoverBackground\\\":\\\"#c3e88d\\\",\\\"peekView.border\\\":\\\"#00000030\\\",\\\"peekViewEditor.background\\\":\\\"#eeffff05\\\",\\\"peekViewTitle.background\\\":\\\"#eeffff05\\\",\\\"peekViewResult.background\\\":\\\"#eeffff05\\\",\\\"peekViewEditorGutter.background\\\":\\\"#eeffff05\\\",\\\"peekViewTitleDescription.foreground\\\":\\\"#eeffff60\\\",\\\"peekViewResult.matchHighlightBackground\\\":\\\"#80cbc420\\\",\\\"peekViewEditor.matchHighlightBackground\\\":\\\"#80cbc420\\\",\\\"gitDecoration.deletedResourceForeground\\\":\\\"#ff537090\\\",\\\"gitDecoration.conflictingResourceForeground\\\":\\\"#ffcb6b90\\\",\\\"gitDecoration.modifiedResourceForeground\\\":\\\"#82aaff90\\\",\\\"gitDecoration.untrackedResourceForeground\\\":\\\"#c3e88d90\\\",\\\"gitDecoration.ignoredResourceForeground\\\":\\\"#5f7a8790\\\",\\\"peekViewResult.selectionBackground\\\":\\\"#5f7a8770\\\",\\\"breadcrumb.background\\\":\\\"#263238\\\",\\\"breadcrumb.foreground\\\":\\\"#5f7a87\\\",\\\"breadcrumb.focusForeground\\\":\\\"#eeffff\\\",\\\"breadcrumb.activeSelectionForeground\\\":\\\"#80cbc4\\\",\\\"breadcrumbPicker.background\\\":\\\"#192227\\\",\\\"menu.background\\\":\\\"#263238\\\",\\\"menu.foreground\\\":\\\"#eeffff\\\",\\\"menu.selectionBackground\\\":\\\"#00000050\\\",\\\"menu.selectionForeground\\\":\\\"#80cbc4\\\",\\\"menu.selectionBorder\\\":\\\"#00000030\\\",\\\"menu.separatorBackground\\\":\\\"#eeffff\\\",\\\"menubar.selectionBackground\\\":\\\"#00000030\\\",\\\"menubar.selectionForeground\\\":\\\"#80cbc4\\\",\\\"menubar.selectionBorder\\\":\\\"#00000030\\\",\\\"settings.dropdownForeground\\\":\\\"#eeffff\\\",\\\"settings.dropdownBackground\\\":\\\"#192227\\\",\\\"settings.numberInputForeground\\\":\\\"#eeffff\\\",\\\"settings.numberInputBackground\\\":\\\"#192227\\\",\\\"settings.textInputForeground\\\":\\\"#eeffff\\\",\\\"settings.textInputBackground\\\":\\\"#192227\\\",\\\"settings.headerForeground\\\":\\\"#80cbc4\\\",\\\"settings.modifiedItemIndicator\\\":\\\"#80cbc4\\\",\\\"settings.checkboxBackground\\\":\\\"#192227\\\",\\\"settings.checkboxForeground\\\":\\\"#eeffff\\\",\\\"listFilterWidget.background\\\":\\\"#00000030\\\",\\\"listFilterWidget.outline\\\":\\\"#00000030\\\",\\\"listFilterWidget.noMatchesOutline\\\":\\\"#00000030\\\",\\\"tree.indentGuidesStroke\\\":\\\"#37474f\\\"},\\\"watch\\\":false}\"},\"commandPalette.mru.cache\":{\"version\":1,\"value\":\"{\\\"usesLRU\\\":true,\\\"entries\\\":[{\\\"key\\\":\\\"dart.createProject\\\",\\\"value\\\":2},{\\\"key\\\":\\\"flutter.createProject\\\",\\\"value\\\":3},{\\\"key\\\":\\\"workbench.extensions.action.disableAutoUpdate\\\",\\\"value\\\":6},{\\\"key\\\":\\\"workbench.extensions.action.installVSIX\\\",\\\"value\\\":7},{\\\"key\\\":\\\"dotnet.generateAssets\\\",\\\"value\\\":10},{\\\"key\\\":\\\"git.clone\\\",\\\"value\\\":11}]}\"},\"commandPalette.mru.counter\":{\"version\":1,\"value\":\"12\"},\"cpp.1.lastSessionDate\":{\"version\":1,\"value\":\"Mon Nov 01 2021\"},\"cpp.1.sessionCount\":{\"version\":1,\"value\":\"35\"},\"extensionTips/promptedExecutableTips\":{\"version\":1,\"value\":\"{\\\"wsl\\\":[\\\"ms-vscode-remote.remote-wsl\\\"]}\"},\"github-ageeb1982\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"vscode.github\\\",\\\"name\\\":\\\"GitHub\\\",\\\"allowed\\\":true},{\\\"id\\\":\\\"eamodio.gitlens\\\",\\\"name\\\":\\\"GitLens — Git supercharged\\\"}]\"},\"java.2.lastSessionDate\":{\"version\":1,\"value\":\"Mon Nov 01 2021\"},\"java.2.sessionCount\":{\"version\":1,\"value\":\"35\"},\"javascript.1.editedCount\":{\"version\":1,\"value\":\"3\"},\"javascript.1.editedDate\":{\"version\":1,\"value\":\"Sat Feb 27 2021\"},\"javascript.1.lastSessionDate\":{\"version\":1,\"value\":\"Mon Nov 01 2021\"},\"javascript.1.sessionCount\":{\"version\":1,\"value\":\"35\"},\"memento/gettingStartedService\":{\"version\":1,\"value\":\"{\\\"installGit\\\":{\\\"done\\\":true},\\\"pickColorTheme\\\":{\\\"done\\\":true},\\\"scmSetup\\\":{\\\"done\\\":true}}\"},\"scm/input:Git:/c:/Users/Alarkan_Group/Desktop/myMasaref\":{\"version\":1,\"value\":\"[\\\"FirstCode\\\",\\\"\\\"]\"},\"scm/input:Git:/e:/Data/Estate_System/Estate_App/Estate_System\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/e:/Data/_WebApp/Mypharmacy\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/e:/Data/_WebApp/Mypharmacy/Mypharmacy\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/e:/Data/_WebApp/edumaint/SchoolApp\":{\"version\":1,\"value\":\"[\\\"FirstCode1443_03_20\\\",\\\"\\\"]\"},\"typescript.1.lastSessionDate\":{\"version\":1,\"value\":\"Mon Nov 01 2021\"},\"typescript.1.sessionCount\":{\"version\":1,\"value\":\"35\"},\"workbench.activity.pinnedViewlets2\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.view.explorer\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":0},{\\\"id\\\":\\\"workbench.view.search\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":1},{\\\"id\\\":\\\"workbench.view.scm\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":2},{\\\"id\\\":\\\"workbench.view.debug\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":3},{\\\"id\\\":\\\"workbench.view.extensions\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":4},{\\\"id\\\":\\\"workbench.view.remote\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":4},{\\\"id\\\":\\\"workbench.view.extension.test\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":6},{\\\"id\\\":\\\"workbench.view.extension.references-view\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":7},{\\\"id\\\":\\\"workbench.view.extension.project-manager\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":9},{\\\"id\\\":\\\"workbench.view.extension.flutter\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.extension.browser-preview\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":10},{\\\"id\\\":\\\"workbench.view.extension.dataworkspace\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":14},{\\\"id\\\":\\\"workbench.view.extension.dockerView\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":15},{\\\"id\\\":\\\"workbench.view.extension.bookmarks\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.extension.cspell-explorer\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":17},{\\\"id\\\":\\\"workbench.view.extension.jupyter\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":17},{\\\"id\\\":\\\"workbench.view.extension.gitlens\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":11},{\\\"id\\\":\\\"workbench.view.extension.sln_explorer\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":12},{\\\"id\\\":\\\"workbench.view.extension.todo-tree-container\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":13},{\\\"id\\\":\\\"workbench.view.extension.mongoDB\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":14},{\\\"id\\\":\\\"workbench.view.extension.objectExplorer\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":15},{\\\"id\\\":\\\"workbench.view.extension.PowerShellCommandExplorer\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":16},{\\\"id\\\":\\\"workbench.view.sync\\\",\\\"pinned\\\":true,\\\"visible\\\":false}]\"},\"workbench.panel.pinnedPanels\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"terminal\\\",\\\"name\\\":\\\"Terminal\\\",\\\"pinned\\\":true,\\\"order\\\":3,\\\"visible\\\":true},{\\\"id\\\":\\\"workbench.view.search\\\",\\\"name\\\":\\\"Search\\\",\\\"pinned\\\":true,\\\"order\\\":10,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.panel.markers\\\",\\\"name\\\":\\\"Problems\\\",\\\"pinned\\\":true,\\\"order\\\":0,\\\"visible\\\":true},{\\\"id\\\":\\\"workbench.panel.output\\\",\\\"name\\\":\\\"Output\\\",\\\"pinned\\\":true,\\\"order\\\":1,\\\"visible\\\":true},{\\\"id\\\":\\\"workbench.panel.repl\\\",\\\"name\\\":\\\"Debug Console\\\",\\\"pinned\\\":true,\\\"order\\\":2,\\\"visible\\\":true},{\\\"id\\\":\\\"refactorPreview\\\",\\\"name\\\":\\\"Refactor Preview\\\",\\\"pinned\\\":true,\\\"visible\\\":false}]\"},\"workbench.scm.views.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"scm.mainPane\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"scm:repository:-830031258\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"scm:repository:803966039\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"scm:repository:2025015016\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.scm\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.scm.repositories\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"gitlens.views.commits\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.repositories\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.fileHistory\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.lineHistory\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"gitlens.views.branches\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.remotes\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.stashes\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.tags\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.contributors\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"gitlens.views.searchAndCompare\\\",\\\"isHidden\\\":true}]\"},\"workbench.statusbar.hidden\":{\"version\":1,\"value\":\"[\\\"status.workspaceTrust.1635689267796\\\",\\\"status.workspaceTrust.5762583d7b59f5dfa00b98185934b552\\\"]\"},\"workbench.view.debug.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.debug.welcome\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.variablesView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.watchExpressionsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.callStackView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.loadedScriptsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.breakPointsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"jsBrowserBreakpoints\\\",\\\"isHidden\\\":false}]\"},\"workbench.view.extension.bookmarks.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"bookmarksExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"bookmarksHelpAndFeedback\\\",\\\"isHidden\\\":false}]\"},\"workbench.view.extension.dataworkspace.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"dataworkspace.views.main\\\",\\\"isHidden\\\":false}]\"},\"workbench.view.extension.gitlens.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"gitlens.views.repositories:gitlens\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.fileHistory:gitlens\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.lineHistory:gitlens\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.compare:gitlens\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.search:gitlens\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.updates\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.welcome\\\",\\\"isHidden\\\":false}]\"},\"workbench.view.extension.project-manager.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"projectsExplorerFavorites\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"projectsExplorerGit\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"projectsExplorerSVN\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"projectsExplorerAny\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"projectsExplorerMercurial\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"projectsExplorerVSCode\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"projectManagerHelpAndFeedback\\\",\\\"isHidden\\\":false}]\"},\"workbench.view.extension.test.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"dartTestTree\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"python_tests\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dotnetTestExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.view.testing\\\",\\\"isHidden\\\":false}]\"},\"workbench.view.extensions.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"extensions.popularExtensionsList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.enabledExtensionList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.disabledExtensionList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.recommendedList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.listView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.enabledExtensionList2\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.workspaceRecommendedList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.local.default\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.otherrecommendedList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.disabledExtensionList2\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.builtInExtensionsList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.builtInBasicsExtensionsList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.builtInThemesExtensionsList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.local.installed\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.local.outdated\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.popular\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.workspaceRecommendations\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.installed\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.otherRecommendations\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.enabled\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.views.extensions.disabled\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.views.extensions.marketplace\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchInstalled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchEnabled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchDisabled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchOutdated\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchBuiltin\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinFeatureExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinThemeExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinProgrammingLanguageExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.installed.empty\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchWorkspaceUnsupported\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.untrustedUnsupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.untrustedPartiallySupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.virtualUnsupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.virtualPartiallySupportedExtensions\\\",\\\"isHidden\\\":false}]\"},\"workbench.view.sync.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.views.sync.merges\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.sync.remoteActivity\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.sync.machines\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.sync.localActivity\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.views.sync.troubleshoot\\\",\\\"isHidden\\\":true}]\"}}}"}
    1 change: 1 addition & 0 deletions sync\globalState\lastSyncglobalState.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    {"ref":"8414c21a-fdbf-46c2-861d-57a64912e20b","content":"{\"version\":1,\"machineId\":\"566dd1b8-49db-42d9-8a29-662f8813eb2d\",\"content\":\"{\\\"storage\\\":{\\\"views.cachedViewPositions\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[[\\\\\\\"workbench.panel.terminal\\\\\\\",{\\\\\\\"containerId\\\\\\\":\\\\\\\"workbench.panel.output\\\\\\\"}],[\\\\\\\"todo-tree-view\\\\\\\",{\\\\\\\"containerId\\\\\\\":\\\\\\\"workbench.view.explorer\\\\\\\"}]]\\\"},\\\"workbench.panel.repl.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.panel.repl.view\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.panel.markers.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.panel.markers.view\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.panel.output.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.panel.output\\\\\\\",\\\\\\\"isHidden\\\\\\\":false,\\\\\\\"order\\\\\\\":1},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.panel.terminal\\\\\\\",\\\\\\\"isHidden\\\\\\\":false,\\\\\\\"order\\\\\\\":0}]\\\"},\\\"workbench.panel.terminal.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.panel.terminal\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.view.debug.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.debug.welcome\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.debug.variablesView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.debug.watchExpressionsView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.debug.callStackView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.debug.loadedScriptsView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.debug.breakPointsView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"jsBrowserBreakpoints\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.view.extensions.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.enabledExtensionList\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.popularExtensionsList\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.enabledExtensionList2\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.workspaceRecommendedList\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.local.default\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.recommendedList\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.otherrecommendedList\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.disabledExtensionList\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.disabledExtensionList2\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.listView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.builtInExtensionsList\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.builtInBasicsExtensionsList\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.builtInThemesExtensionsList\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.local.installed\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.local.outdated\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.popular\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.workspaceRecommendations\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.installed\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.otherRecommendations\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.enabled\\\\\\\",\\\\\\\"isHidden\\\\\\\":true},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.disabled\\\\\\\",\\\\\\\"isHidden\\\\\\\":true},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.marketplace\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.searchInstalled\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.searchEnabled\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.searchDisabled\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.searchOutdated\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.searchBuiltin\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.builtinFeatureExtensions\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.builtinThemeExtensions\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.builtinProgrammingLanguageExtensions\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.installed.empty\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.searchWorkspaceUnsupported\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.untrustedUnsupportedExtensions\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.untrustedPartiallySupportedExtensions\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.virtualUnsupportedExtensions\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.virtualPartiallySupportedExtensions\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.explorer.views.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"outline\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"timeline\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.explorer.openEditorsView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.explorer.emptyView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"npm\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"dartPackages\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.explorer.fileView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"xmlTreeView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"todo-tree-view-explorer\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"todo-tree-view\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"commitViewProvider\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"compareCommitViewProvider\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.repositories:explorer\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.fileHistory:explorer\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.lineHistory:explorer\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.compare:explorer\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.search:explorer\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"slnexpl\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.view.remote.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"sshHosts\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"~remote.helpPanel\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"targetsContainers\\\\\\\",\\\\\\\"isHidden\\\\\\\":true},{\\\\\\\"id\\\\\\\":\\\\\\\"detailsContainers\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.scm.views.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.scm\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.scm.repositories\\\\\\\",\\\\\\\"isHidden\\\\\\\":true},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.repositories\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.commits\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.fileHistory\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.lineHistory\\\\\\\",\\\\\\\"isHidden\\\\\\\":true},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.branches\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.remotes\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.stashes\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.tags\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.contributors\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.searchAndCompare\\\\\\\",\\\\\\\"isHidden\\\\\\\":true}]\\\"},\\\"workbench.view.search.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.search\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.panel.pinnedPanels\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.panel.markers\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"Problems\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"order\\\\\\\":0,\\\\\\\"visible\\\\\\\":true},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.panel.output\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"Output\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"order\\\\\\\":1,\\\\\\\"visible\\\\\\\":true},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.panel.repl\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"Debug Console\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"order\\\\\\\":2,\\\\\\\"visible\\\\\\\":true},{\\\\\\\"id\\\\\\\":\\\\\\\"terminal\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"Terminal\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"order\\\\\\\":3,\\\\\\\"visible\\\\\\\":true},{\\\\\\\"id\\\\\\\":\\\\\\\"refactorPreview\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"Refactor Preview\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false}]\\\"},\\\"workbench.activity.pinnedViewlets2\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.explorer\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":true,\\\\\\\"order\\\\\\\":0},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.search\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":true,\\\\\\\"order\\\\\\\":1},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.project-manager\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":true,\\\\\\\"order\\\\\\\":8},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.sln_explorer\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false,\\\\\\\"order\\\\\\\":11},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.scm\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":true,\\\\\\\"order\\\\\\\":2},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.debug\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":true,\\\\\\\"order\\\\\\\":3},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.remote\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false,\\\\\\\"order\\\\\\\":4},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extensions\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":true,\\\\\\\"order\\\\\\\":4},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.test\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false,\\\\\\\"order\\\\\\\":6},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.references-view\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false,\\\\\\\"order\\\\\\\":7},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.flutter\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false,\\\\\\\"order\\\\\\\":9},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.thunder-client-sidebar-view\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false,\\\\\\\"order\\\\\\\":13},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.dockerView\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false,\\\\\\\"order\\\\\\\":13},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.objectExplorer\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false,\\\\\\\"order\\\\\\\":12},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.PowerShellCommandExplorer\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false,\\\\\\\"order\\\\\\\":18},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.todo-tree-container\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false,\\\\\\\"order\\\\\\\":13},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.browser-preview\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false,\\\\\\\"order\\\\\\\":9},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.jupyter\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false,\\\\\\\"order\\\\\\\":14},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.gitlens\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false,\\\\\\\"order\\\\\\\":9},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.mongoDB\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false,\\\\\\\"order\\\\\\\":14},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.sync\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false}]\\\"},\\\"workbench.statusbar.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"status.scm\\\\\\\",\\\\\\\"status.host\\\\\\\",\\\\\\\"ritwickdey.LiveServer\\\\\\\",\\\\\\\"ms-vscode.powershell\\\\\\\",\\\\\\\"status.notifications\\\\\\\",\\\\\\\"status.feedback\\\\\\\",\\\\\\\"status.workspaceTrust.1627954026051\\\\\\\",\\\\\\\"status.workspaceTrust.88e30ea8e13ffbb4e14e16cd46b5c277\\\\\\\"]\\\"},\\\"workbench.view.extension.test.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"dartTestTree\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"python_tests\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"nps/sessionCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"9\\\"},\\\"nps/lastSessionDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Wed Aug 05 2020\\\"},\\\"nps/skipVersion\\\":{\\\"version\\\":1,\\\"value\\\":\\\"1.47.2\\\"},\\\"nps/isCandidate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"false\\\"},\\\"cpp.1.sessionCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"69\\\"},\\\"cpp.1.lastSessionDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Tue Oct 26 2021\\\"},\\\"java.2.sessionCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"69\\\"},\\\"java.2.lastSessionDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Tue Oct 26 2021\\\"},\\\"javascript.1.sessionCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"38\\\"},\\\"javascript.1.lastSessionDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Thu Dec 31 2020\\\"},\\\"typescript.1.sessionCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"69\\\"},\\\"typescript.1.lastSessionDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Tue Oct 26 2021\\\"},\\\"workbench.view.extension.references-view.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"references-view.tree\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.view.extension.browser-preview.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"targetTree\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.view.extension.flutter.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"dartFlutterOutline\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.view.extension.todo-tree-container.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"todo-tree-view\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.view.extension.dockerView.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"dockerContainers\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"dockerImages\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"dockerRegistries\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"dockerNetworks\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"dockerVolumes\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"vscode-docker.views.dockerContexts\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"vscode-docker.views.help\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.view.extension.objectExplorer.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"objectExplorer\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"queryHistory\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.view.extension.PowerShellCommandExplorer.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"PowerShellCommands\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"github-ageeb1982\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"vscode.github\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"GitHub\\\\\\\"},{\\\\\\\"id\\\\\\\":\\\\\\\"eamodio.gitlens\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"GitLens — Git supercharged\\\\\\\"}]\\\"},\\\"commandPalette.mru.cache\\\":{\\\"version\\\":1,\\\"value\\\":\\\"{\\\\\\\"usesLRU\\\\\\\":true,\\\\\\\"entries\\\\\\\":[{\\\\\\\"key\\\\\\\":\\\\\\\"flutter.doctor\\\\\\\",\\\\\\\"value\\\\\\\":1},{\\\\\\\"key\\\\\\\":\\\\\\\"git.clone\\\\\\\",\\\\\\\"value\\\\\\\":2},{\\\\\\\"key\\\\\\\":\\\\\\\"editor.action.addCommentLine\\\\\\\",\\\\\\\"value\\\\\\\":25},{\\\\\\\"key\\\\\\\":\\\\\\\"editor.action.removeCommentLine\\\\\\\",\\\\\\\"value\\\\\\\":26},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.action.selectProductIconTheme\\\\\\\",\\\\\\\"value\\\\\\\":27},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.action.showEmmetCommands\\\\\\\",\\\\\\\"value\\\\\\\":29},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.action.openGlobalSettings\\\\\\\",\\\\\\\"value\\\\\\\":30},{\\\\\\\"key\\\\\\\":\\\\\\\"eslint.showOutputChannel\\\\\\\",\\\\\\\"value\\\\\\\":32},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.action.files.newFile\\\\\\\",\\\\\\\"value\\\\\\\":33},{\\\\\\\"key\\\\\\\":\\\\\\\"solutionExplorer.addNewProject\\\\\\\",\\\\\\\"value\\\\\\\":34}]}\\\"},\\\"commandPalette.mru.counter\\\":{\\\"version\\\":1,\\\"value\\\":\\\"35\\\"},\\\"hasNotifiedOfSettingsAutosave\\\":{\\\"version\\\":1,\\\"value\\\":\\\"true\\\"},\\\"terminal.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"terminal\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.telemetryOptOutShown\\\":{\\\"version\\\":1,\\\"value\\\":\\\"true\\\"},\\\"workbench.view.extension.project-manager.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"projectsExplorerFavorites\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"projectsExplorerGit\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"projectsExplorerSVN\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"projectsExplorerAny\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"projectsExplorerMercurial\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"projectsExplorerVSCode\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"projectManagerHelpAndFeedback\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.view.extension.gitlens.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.repositories:gitlens\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.fileHistory:gitlens\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.lineHistory:gitlens\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.compare:gitlens\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.search:gitlens\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.updates\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.welcome\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"javascript.1.editedCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"10\\\"},\\\"javascript.1.editedDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Wed Dec 30 2020\\\"},\\\"colorThemeData\\\":{\\\"version\\\":1,\\\"value\\\":\\\"{\\\\\\\"id\\\\\\\":\\\\\\\"vs-dark vscode-theme-defaults-themes-dark_plus-json\\\\\\\",\\\\\\\"label\\\\\\\":\\\\\\\"Dark+ (default dark)\\\\\\\",\\\\\\\"settingsId\\\\\\\":\\\\\\\"Default Dark+\\\\\\\",\\\\\\\"themeTokenColors\\\\\\\":[{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#D4D4D4\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.embedded\\\\\\\",\\\\\\\"source.groovy.embedded\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"emphasis\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"fontStyle\\\\\\\":\\\\\\\"bold\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"strong\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#000080\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"header\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#6A9955\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"comment\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#569cd6\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"constant.language\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#b5cea8\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"constant.numeric\\\\\\\",\\\\\\\"variable.other.enummember\\\\\\\",\\\\\\\"keyword.operator.plus.exponent\\\\\\\",\\\\\\\"keyword.operator.minus.exponent\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#646695\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"constant.regexp\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#569cd6\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.name.tag\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d7ba7d\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.name.tag.css\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#9cdcfe\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.other.attribute-name\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d7ba7d\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"entity.other.attribute-name.class.css\\\\\\\",\\\\\\\"entity.other.attribute-name.class.mixin.css\\\\\\\",\\\\\\\"entity.other.attribute-name.id.css\\\\\\\",\\\\\\\"entity.other.attribute-name.parent-selector.css\\\\\\\",\\\\\\\"entity.other.attribute-name.pseudo-class.css\\\\\\\",\\\\\\\"entity.other.attribute-name.pseudo-element.css\\\\\\\",\\\\\\\"source.css.less entity.other.attribute-name.id\\\\\\\",\\\\\\\"entity.other.attribute-name.scss\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#f44747\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"invalid\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"fontStyle\\\\\\\":\\\\\\\"underline\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.underline\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"fontStyle\\\\\\\":\\\\\\\"bold\\\\\\\",\\\\\\\"foreground\\\\\\\":\\\\\\\"#569cd6\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.bold\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"fontStyle\\\\\\\":\\\\\\\"bold\\\\\\\",\\\\\\\"foreground\\\\\\\":\\\\\\\"#569cd6\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.heading\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.italic\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#b5cea8\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.inserted\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ce9178\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.deleted\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#569cd6\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.changed\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#6A9955\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"punctuation.definition.quote.begin.markdown\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#6796e6\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"punctuation.definition.list.begin.markdown\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ce9178\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.inline.raw\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#808080\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"punctuation.definition.tag\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#569cd6\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.preprocessor\\\\\\\",\\\\\\\"entity.name.function.preprocessor\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ce9178\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"meta.preprocessor.string\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#b5cea8\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"meta.preprocessor.numeric\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#9cdcfe\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"meta.structure.dictionary.key.python\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#569cd6\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"meta.diff.header\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#569cd6\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"storage\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#569cd6\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"storage.type\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#569cd6\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"storage.modifier\\\\\\\",\\\\\\\"keyword.operator.noexcept\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ce9178\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"string\\\\\\\",\\\\\\\"meta.embedded.assembly\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ce9178\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"string.tag\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ce9178\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"string.value\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d16969\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"string.regexp\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#569cd6\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"punctuation.definition.template-expression.begin\\\\\\\",\\\\\\\"punctuation.definition.template-expression.end\\\\\\\",\\\\\\\"punctuation.section.embedded\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d4d4d4\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.template.expression\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#9cdcfe\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"support.type.vendored.property-name\\\\\\\",\\\\\\\"support.type.property-name\\\\\\\",\\\\\\\"variable.css\\\\\\\",\\\\\\\"variable.scss\\\\\\\",\\\\\\\"variable.other.less\\\\\\\",\\\\\\\"source.coffee.embedded\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#569cd6\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#569cd6\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword.control\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d4d4d4\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword.operator\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#569cd6\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"keyword.operator.new\\\\\\\",\\\\\\\"keyword.operator.expression\\\\\\\",\\\\\\\"keyword.operator.cast\\\\\\\",\\\\\\\"keyword.operator.sizeof\\\\\\\",\\\\\\\"keyword.operator.alignof\\\\\\\",\\\\\\\"keyword.operator.typeid\\\\\\\",\\\\\\\"keyword.operator.alignas\\\\\\\",\\\\\\\"keyword.operator.instanceof\\\\\\\",\\\\\\\"keyword.operator.logical.python\\\\\\\",\\\\\\\"keyword.operator.wordlike\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#b5cea8\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword.other.unit\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#569cd6\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"punctuation.section.embedded.begin.php\\\\\\\",\\\\\\\"punctuation.section.embedded.end.php\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#9cdcfe\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.function.git-rebase\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#b5cea8\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"constant.sha.git-rebase\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d4d4d4\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"storage.modifier.import.java\\\\\\\",\\\\\\\"variable.language.wildcard.java\\\\\\\",\\\\\\\"storage.modifier.package.java\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#569cd6\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"variable.language\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#DCDCAA\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"entity.name.function\\\\\\\",\\\\\\\"support.function\\\\\\\",\\\\\\\"support.constant.handlebars\\\\\\\",\\\\\\\"source.powershell variable.other.member\\\\\\\",\\\\\\\"entity.name.operator.custom-literal\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#4EC9B0\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.return-type\\\\\\\",\\\\\\\"support.class\\\\\\\",\\\\\\\"support.type\\\\\\\",\\\\\\\"entity.name.type\\\\\\\",\\\\\\\"entity.name.namespace\\\\\\\",\\\\\\\"entity.other.attribute\\\\\\\",\\\\\\\"entity.name.scope-resolution\\\\\\\",\\\\\\\"entity.name.class\\\\\\\",\\\\\\\"storage.type.numeric.go\\\\\\\",\\\\\\\"storage.type.byte.go\\\\\\\",\\\\\\\"storage.type.boolean.go\\\\\\\",\\\\\\\"storage.type.string.go\\\\\\\",\\\\\\\"storage.type.uintptr.go\\\\\\\",\\\\\\\"storage.type.error.go\\\\\\\",\\\\\\\"storage.type.rune.go\\\\\\\",\\\\\\\"storage.type.cs\\\\\\\",\\\\\\\"storage.type.generic.cs\\\\\\\",\\\\\\\"storage.type.modifier.cs\\\\\\\",\\\\\\\"storage.type.variable.cs\\\\\\\",\\\\\\\"storage.type.annotation.java\\\\\\\",\\\\\\\"storage.type.generic.java\\\\\\\",\\\\\\\"storage.type.java\\\\\\\",\\\\\\\"storage.type.object.array.java\\\\\\\",\\\\\\\"storage.type.primitive.array.java\\\\\\\",\\\\\\\"storage.type.primitive.java\\\\\\\",\\\\\\\"storage.type.token.java\\\\\\\",\\\\\\\"storage.type.groovy\\\\\\\",\\\\\\\"storage.type.annotation.groovy\\\\\\\",\\\\\\\"storage.type.parameters.groovy\\\\\\\",\\\\\\\"storage.type.generic.groovy\\\\\\\",\\\\\\\"storage.type.object.array.groovy\\\\\\\",\\\\\\\"storage.type.primitive.array.groovy\\\\\\\",\\\\\\\"storage.type.primitive.groovy\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#4EC9B0\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.type.cast.expr\\\\\\\",\\\\\\\"meta.type.new.expr\\\\\\\",\\\\\\\"support.constant.math\\\\\\\",\\\\\\\"support.constant.dom\\\\\\\",\\\\\\\"support.constant.json\\\\\\\",\\\\\\\"entity.other.inherited-class\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#C586C0\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"keyword.control\\\\\\\",\\\\\\\"source.cpp keyword.operator.new\\\\\\\",\\\\\\\"keyword.operator.delete\\\\\\\",\\\\\\\"keyword.other.using\\\\\\\",\\\\\\\"keyword.other.operator\\\\\\\",\\\\\\\"entity.name.operator\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#9CDCFE\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"variable\\\\\\\",\\\\\\\"meta.definition.variable.name\\\\\\\",\\\\\\\"support.variable\\\\\\\",\\\\\\\"entity.name.variable\\\\\\\",\\\\\\\"constant.other.placeholder\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#4FC1FF\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"variable.other.constant\\\\\\\",\\\\\\\"variable.other.enummember\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#9CDCFE\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.object-literal.key\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#CE9178\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"support.constant.property-value\\\\\\\",\\\\\\\"support.constant.font-name\\\\\\\",\\\\\\\"support.constant.media-type\\\\\\\",\\\\\\\"support.constant.media\\\\\\\",\\\\\\\"constant.other.color.rgb-value\\\\\\\",\\\\\\\"constant.other.rgb-value\\\\\\\",\\\\\\\"support.constant.color\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#CE9178\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"punctuation.definition.group.regexp\\\\\\\",\\\\\\\"punctuation.definition.group.assertion.regexp\\\\\\\",\\\\\\\"punctuation.definition.character-class.regexp\\\\\\\",\\\\\\\"punctuation.character.set.begin.regexp\\\\\\\",\\\\\\\"punctuation.character.set.end.regexp\\\\\\\",\\\\\\\"keyword.operator.negation.regexp\\\\\\\",\\\\\\\"support.other.parenthesis.regexp\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d16969\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"constant.character.character-class.regexp\\\\\\\",\\\\\\\"constant.other.character-class.set.regexp\\\\\\\",\\\\\\\"constant.other.character-class.regexp\\\\\\\",\\\\\\\"constant.character.set.regexp\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#DCDCAA\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"keyword.operator.or.regexp\\\\\\\",\\\\\\\"keyword.control.anchor.regexp\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d7ba7d\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword.operator.quantifier.regexp\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#569cd6\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"constant.character\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d7ba7d\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"constant.character.escape\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#C8C8C8\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.name.label\\\\\\\"}],\\\\\\\"semanticTokenRules\\\\\\\":[{\\\\\\\"_selector\\\\\\\":\\\\\\\"newOperator\\\\\\\",\\\\\\\"_style\\\\\\\":{\\\\\\\"_foreground\\\\\\\":\\\\\\\"#d4d4d4\\\\\\\",\\\\\\\"_bold\\\\\\\":null,\\\\\\\"_underline\\\\\\\":null,\\\\\\\"_italic\\\\\\\":null}},{\\\\\\\"_selector\\\\\\\":\\\\\\\"stringLiteral\\\\\\\",\\\\\\\"_style\\\\\\\":{\\\\\\\"_foreground\\\\\\\":\\\\\\\"#ce9178\\\\\\\",\\\\\\\"_bold\\\\\\\":null,\\\\\\\"_underline\\\\\\\":null,\\\\\\\"_italic\\\\\\\":null}},{\\\\\\\"_selector\\\\\\\":\\\\\\\"customLiteral\\\\\\\",\\\\\\\"_style\\\\\\\":{\\\\\\\"_foreground\\\\\\\":\\\\\\\"#d4d4d4\\\\\\\",\\\\\\\"_bold\\\\\\\":null,\\\\\\\"_underline\\\\\\\":null,\\\\\\\"_italic\\\\\\\":null}},{\\\\\\\"_selector\\\\\\\":\\\\\\\"numberLiteral\\\\\\\",\\\\\\\"_style\\\\\\\":{\\\\\\\"_foreground\\\\\\\":\\\\\\\"#b5cea8\\\\\\\",\\\\\\\"_bold\\\\\\\":null,\\\\\\\"_underline\\\\\\\":null,\\\\\\\"_italic\\\\\\\":null}},{\\\\\\\"_selector\\\\\\\":\\\\\\\"newOperator\\\\\\\",\\\\\\\"_style\\\\\\\":{\\\\\\\"_foreground\\\\\\\":\\\\\\\"#c586c0\\\\\\\",\\\\\\\"_bold\\\\\\\":null,\\\\\\\"_underline\\\\\\\":null,\\\\\\\"_italic\\\\\\\":null}},{\\\\\\\"_selector\\\\\\\":\\\\\\\"stringLiteral\\\\\\\",\\\\\\\"_style\\\\\\\":{\\\\\\\"_foreground\\\\\\\":\\\\\\\"#ce9178\\\\\\\",\\\\\\\"_bold\\\\\\\":null,\\\\\\\"_underline\\\\\\\":null,\\\\\\\"_italic\\\\\\\":null}},{\\\\\\\"_selector\\\\\\\":\\\\\\\"customLiteral\\\\\\\",\\\\\\\"_style\\\\\\\":{\\\\\\\"_foreground\\\\\\\":\\\\\\\"#dcdcaa\\\\\\\",\\\\\\\"_bold\\\\\\\":null,\\\\\\\"_underline\\\\\\\":null,\\\\\\\"_italic\\\\\\\":null}},{\\\\\\\"_selector\\\\\\\":\\\\\\\"numberLiteral\\\\\\\",\\\\\\\"_style\\\\\\\":{\\\\\\\"_foreground\\\\\\\":\\\\\\\"#b5cea8\\\\\\\",\\\\\\\"_bold\\\\\\\":null,\\\\\\\"_underline\\\\\\\":null,\\\\\\\"_italic\\\\\\\":null}}],\\\\\\\"extensionData\\\\\\\":{\\\\\\\"_extensionId\\\\\\\":\\\\\\\"vscode.theme-defaults\\\\\\\",\\\\\\\"_extensionIsBuiltin\\\\\\\":true,\\\\\\\"_extensionName\\\\\\\":\\\\\\\"theme-defaults\\\\\\\",\\\\\\\"_extensionPublisher\\\\\\\":\\\\\\\"vscode\\\\\\\"},\\\\\\\"themeSemanticHighlighting\\\\\\\":true,\\\\\\\"colorMap\\\\\\\":{\\\\\\\"editor.background\\\\\\\":\\\\\\\"#1e1e1e\\\\\\\",\\\\\\\"editor.foreground\\\\\\\":\\\\\\\"#d4d4d4\\\\\\\",\\\\\\\"editor.inactiveSelectionBackground\\\\\\\":\\\\\\\"#3a3d41\\\\\\\",\\\\\\\"editorIndentGuide.background\\\\\\\":\\\\\\\"#404040\\\\\\\",\\\\\\\"editorIndentGuide.activeBackground\\\\\\\":\\\\\\\"#707070\\\\\\\",\\\\\\\"editor.selectionHighlightBackground\\\\\\\":\\\\\\\"#add6ff26\\\\\\\",\\\\\\\"list.dropBackground\\\\\\\":\\\\\\\"#383b3d\\\\\\\",\\\\\\\"activityBarBadge.background\\\\\\\":\\\\\\\"#007acc\\\\\\\",\\\\\\\"sideBarTitle.foreground\\\\\\\":\\\\\\\"#bbbbbb\\\\\\\",\\\\\\\"input.placeholderForeground\\\\\\\":\\\\\\\"#a6a6a6\\\\\\\",\\\\\\\"menu.background\\\\\\\":\\\\\\\"#252526\\\\\\\",\\\\\\\"menu.foreground\\\\\\\":\\\\\\\"#cccccc\\\\\\\",\\\\\\\"statusBarItem.remoteForeground\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"statusBarItem.remoteBackground\\\\\\\":\\\\\\\"#16825d\\\\\\\",\\\\\\\"ports.iconRunningProcessForeground\\\\\\\":\\\\\\\"#369432\\\\\\\",\\\\\\\"sideBarSectionHeader.background\\\\\\\":\\\\\\\"#00000000\\\\\\\",\\\\\\\"sideBarSectionHeader.border\\\\\\\":\\\\\\\"#cccccc33\\\\\\\",\\\\\\\"tab.lastPinnedBorder\\\\\\\":\\\\\\\"#cccccc33\\\\\\\",\\\\\\\"list.activeSelectionIconForeground\\\\\\\":\\\\\\\"#ffffff\\\\\\\"},\\\\\\\"watch\\\\\\\":false}\\\"},\\\"java.2.editedCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"1\\\"},\\\"java.2.editedDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Mon Dec 21 2020\\\"},\\\"expandSuggestionDocs\\\":{\\\"version\\\":1,\\\"value\\\":\\\"false\\\"},\\\"terminal.integrated.showTerminalConfigPrompt\\\":{\\\"version\\\":1,\\\"value\\\":\\\"false\\\"},\\\"javascript.1.isCandidate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"false\\\"},\\\"javascript.1.skipVersion\\\":{\\\"version\\\":1,\\\"value\\\":\\\"1.52.1\\\"},\\\"workbench.view.extension.mongoDB.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"mongoDBConnectionExplorer\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"mongoDBPlaygroundsExplorer\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"mongoDBHelpExplorer\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"cpp.1.editedCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"1\\\"},\\\"cpp.1.editedDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Thu Jan 07 2021\\\"},\\\"scm/input:Git:/home/ageeb/Drive_D/_MyCode/_WebApp/pharmacy_Api\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"remote.explorerType\\\":{\\\"version\\\":1,\\\"value\\\":\\\"ssh-remote\\\"},\\\"workbench.view.extension.sln_explorer.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"slnbrw\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"scm/input:Git:/home/ageeb/Drive_D/_MyCode/_WebApp/Haga_Data\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/home/ageeb/Drive_D/_MyCode/_WebApp/Mypharmacy\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"updatefix Err2020_01_25_14h_00\\\\\\\",\\\\\\\"update2021_02_01_15h_40m\\\\\\\"]\\\"},\\\"scm/input:Git:/home/ageeb/Drive_D/_MyCode/_WebApp/MyPharmacyX/Mypharmacy\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/home/ageeb/Drive_D/_MyCode/_WebApp/Mypharmacy2/Untitled Folder/Mypharmacy\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"ces/skipSurvey\\\":{\\\"version\\\":1,\\\"value\\\":\\\"1.55.2\\\"},\\\"workbench.view.extension.thunder-client-sidebar-view.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"thunder-client-sidebar\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"scm/input:Git:/home/ageeb/Drive_D/_MyCode/MyPharmacy\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"memento/gettingStartedService\\\":{\\\"version\\\":1,\\\"value\\\":\\\"{\\\\\\\"settingsSync\\\\\\\":{\\\\\\\"done\\\\\\\":true},\\\\\\\"settingsSyncWeb\\\\\\\":{\\\\\\\"done\\\\\\\":true},\\\\\\\"pickAFolderTask-Other\\\\\\\":{\\\\\\\"done\\\\\\\":true},\\\\\\\"installGit\\\\\\\":{\\\\\\\"done\\\\\\\":true},\\\\\\\"scmSetup\\\\\\\":{\\\\\\\"done\\\\\\\":true}}\\\"},\\\"scm/input:Git:/home/ageeb/Drive_D/JAVASCRIPT ToDoList\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"first Code\\\\\\\"]\\\"},\\\"scm/input:Git:/e:/Data/_WebApp/Mypharmacy\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"extensionTips/promptedExecutableTips\\\":{\\\"version\\\":1,\\\"value\\\":\\\"{\\\\\\\"wsl\\\\\\\":[\\\\\\\"ms-vscode-remote.remote-wsl\\\\\\\"]}\\\"},\\\"scm/input:Git:/e:/Data/_WebApp/Mypharmacy/Mypharmacy\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/e:/Data/Estate_System/Estate_App/Estate_System\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/e:/Data/_WebApp/edumaint/SchoolApp\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"FirstCode1443_03_20\\\\\\\",\\\\\\\"\\\\\\\"]\\\"},\\\"workbench.view.extension.dataworkspace.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"dataworkspace.views.main\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.view.extension.bookmarks.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"bookmarksExplorer\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"bookmarksHelpAndFeedback\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.view.sync.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.sync.merges\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.sync.remoteActivity\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.sync.machines\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.sync.localActivity\\\\\\\",\\\\\\\"isHidden\\\\\\\":true},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.sync.troubleshoot\\\\\\\",\\\\\\\"isHidden\\\\\\\":true}]\\\"},\\\"scm/input:Git:/c:/Users/Alarkan_Group/Desktop/myMasaref\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"FirstCode\\\\\\\",\\\\\\\"\\\\\\\"]\\\"}}}\"}"}
    1 change: 1 addition & 0 deletions sync\keybindings\lastSynckeybindings.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    {"ref":"0","content":null,"platformSpecific":true}
    1 change: 1 addition & 0 deletions sync\settings\20211101T190841.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    {"version":2,"content":"{\"settings\":\"{\\r\\n \\\"dart.sdkPath\\\": \\\"C:\\\\\\\\src\\\\\\\\flutter\\\\\\\\bin\\\\\\\\cache\\\\\\\\dart-sdk\\\",\\r\\n \\\"workbench.iconTheme\\\": \\\"material-icon-theme\\\",\\r\\n \\\"git.enableSmartCommit\\\": true,\\r\\n \\\"git.autofetch\\\": true,\\r\\n \\\"vsicons.dontShowNewVersionMessage\\\": true,\\r\\n \\\"editor.suggestSelection\\\": \\\"first\\\",\\r\\n \\\"vsintellicode.modify.editor.suggestSelection\\\": \\\"automaticallyOverrodeDefaultValue\\\",\\r\\n \\\"python.languageServer\\\": \\\"Microsoft\\\",\\r\\n \\\"terminal.integrated.shell.windows\\\": \\\"C:\\\\\\\\WINDOWS\\\\\\\\System32\\\\\\\\cmd.exe\\\",\\r\\n \\\"[dart]\\\": {\\r\\n \\\"editor.formatOnSave\\\": true,\\r\\n \\\"editor.formatOnType\\\": true,\\r\\n \\\"editor.rulers\\\": [\\r\\n 80\\r\\n ],\\r\\n \\\"editor.selectionHighlight\\\": false,\\r\\n \\\"editor.suggest.snippetsPreventQuickSuggestions\\\": false,\\r\\n \\\"editor.suggestSelection\\\": \\\"first\\\",\\r\\n \\\"editor.tabCompletion\\\": \\\"onlySnippets\\\",\\r\\n \\\"editor.wordBasedSuggestions\\\": false\\r\\n },\\r\\n \\\"todo-tree.tree.showScanModeButton\\\": false,\\r\\n \\\"extensions.autoUpdate\\\": false,\\r\\n \\\"debug.onTaskErrors\\\": \\\"debugAnyway\\\",\\r\\n \\\"workbench.colorTheme\\\": \\\"Community Material Theme High Contrast\\\",\\r\\n \\\"sync.gist\\\": \\\"31d7f5c86b1b46eca4abf7dd9ba947df\\\",\\r\\n \\\"sync.autoDownload\\\": true,\\r\\n \\\"sync.autoUpload\\\": true,\\r\\n \\\"mssql.connections\\\": [\\r\\n {\\r\\n \\\"server\\\": \\\"{{put-server-name-here}}\\\",\\r\\n \\\"database\\\": \\\"{{put-database-name-here}}\\\",\\r\\n \\\"user\\\": \\\"{{put-username-here}}\\\",\\r\\n \\\"password\\\": \\\"{{put-password-here}}\\\"\\r\\n }\\r\\n ],\\r\\n \\\"liveServer.settings.donotVerifyTags\\\": true,\\r\\n \\\"liveServer.settings.donotShowInfoMsg\\\": true,\\r\\n \\\"[html]\\\": {\\r\\n \\\"editor.defaultFormatter\\\": \\\"vscode.html-language-features\\\"\\r\\n }\\r\\n}\"}"}
    1 change: 1 addition & 0 deletions sync\settings\lastSyncsettings.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    {"ref":"6c5052af-3cf8-4be2-816f-b9ef19e606dc","content":"{\"version\":2,\"machineId\":\"9a49ce2d-280f-48a0-b62c-74342f730f78\",\"content\":\"{\\\"settings\\\":\\\"{\\\\n \\\\\\\"dart.flutterSdkPath\\\\\\\": \\\\\\\"/home/ageeb/Drive_D/Prog/flutter/flutter\\\\\\\",\\\\n \\\\\\\"todo-tree.tree.showScanModeButton\\\\\\\": false,\\\\n \\\\\\\"editor.suggestSelection\\\\\\\": \\\\\\\"first\\\\\\\",\\\\n \\\\\\\"vsintellicode.modify.editor.suggestSelection\\\\\\\": \\\\\\\"automaticallyOverrodeDefaultValue\\\\\\\",\\\\n \\\\\\\"workbench.iconTheme\\\\\\\": \\\\\\\"material-icon-theme\\\\\\\",\\\\n \\\\\\\"editor.formatOnPaste\\\\\\\": true,\\\\n \\\\\\\"editor.formatOnType\\\\\\\": true,\\\\n \\\\\\\"python.languageServer\\\\\\\": \\\\\\\"Microsoft\\\\\\\",\\\\n \\\\\\\"terminal.integrated.shell.linux\\\\\\\": \\\\\\\"/bin/bash\\\\\\\",\\\\n \\\\\\\"[jsonc]\\\\\\\": {\\\\n \\\\\\\"editor.defaultFormatter\\\\\\\": \\\\\\\"vscode.json-language-features\\\\\\\"\\\\n },\\\\n \\\\\\\"files.autoSave\\\\\\\": \\\\\\\"afterDelay\\\\\\\",\\\\n \\\\\\\"editor.formatOnSave\\\\\\\": true,\\\\n \\\\\\\"workbench.colorTheme\\\\\\\": \\\\\\\"Visual Studio 2019 Dark\\\\\\\",\\\\n \\\\\\\"color-highlight.markerType\\\\\\\": \\\\\\\"underline\\\\\\\",\\\\n \\\\\\\"[javascript]\\\\\\\": {\\\\n \\\\\\\"editor.defaultFormatter\\\\\\\": \\\\\\\"HookyQR.beautify\\\\\\\"\\\\n },\\\\n \\\\\\\"javascript.updateImportsOnFileMove.enabled\\\\\\\": \\\\\\\"always\\\\\\\",\\\\n \\\\\\\"json.schemaDownload.enable\\\\\\\": false,\\\\n \\\\\\\"vsintellicode.modelDownloadPath\\\\\\\": \\\\\\\"\\\\\\\",\\\\n \\\\\\\"dart.checkForSdkUpdates\\\\\\\": false,\\\\n \\\\\\\"mssql.connections\\\\\\\": [\\\\n {\\\\n \\\\\\\"server\\\\\\\": \\\\\\\"{{put-server-name-here}}\\\\\\\",\\\\n \\\\\\\"database\\\\\\\": \\\\\\\"{{put-database-name-here}}\\\\\\\",\\\\n \\\\\\\"user\\\\\\\": \\\\\\\"{{put-username-here}}\\\\\\\",\\\\n \\\\\\\"password\\\\\\\": \\\\\\\"\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"server\\\\\\\": \\\\\\\".\\\\\\\",\\\\n \\\\\\\"database\\\\\\\": \\\\\\\"pharmacydb\\\\\\\",\\\\n \\\\\\\"authenticationType\\\\\\\": \\\\\\\"SqlLogin\\\\\\\",\\\\n \\\\\\\"user\\\\\\\": \\\\\\\"sa\\\\\\\",\\\\n \\\\\\\"password\\\\\\\": \\\\\\\"\\\\\\\",\\\\n \\\\\\\"emptyPasswordInput\\\\\\\": false,\\\\n \\\\\\\"savePassword\\\\\\\": true,\\\\n \\\\\\\"profileName\\\\\\\": \\\\\\\"local_pharmacydb\\\\\\\"\\\\n }\\\\n ],\\\\n \\\\\\\"sync.gist\\\\\\\": \\\\\\\"31d7f5c86b1b46eca4abf7dd9ba947df\\\\\\\",\\\\n \\\\\\\"git.suggestSmartCommit\\\\\\\": false\\\\n}\\\"}\"}"}
    1 change: 1 addition & 0 deletions sync\snippets\lastSyncsnippets.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    {"ref":"0","content":null}
  2. ageeb1982 revised this gist Nov 1, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion cloudSettings
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    {"lastUpload":"2021-10-31T16:12:41.439Z","extensionVersion":"v3.4.3"}
    {"lastUpload":"2021-11-01T14:48:13.234Z","extensionVersion":"v3.4.3"}
  3. ageeb1982 revised this gist Oct 31, 2021. 2 changed files with 5 additions and 2 deletions.
    2 changes: 1 addition & 1 deletion cloudSettings
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    {"lastUpload":"2021-10-31T15:30:58.073Z","extensionVersion":"v3.4.3"}
    {"lastUpload":"2021-10-31T16:12:41.439Z","extensionVersion":"v3.4.3"}
    5 changes: 4 additions & 1 deletion settings.json
    Original file line number Diff line number Diff line change
    @@ -36,5 +36,8 @@
    }
    ],
    "liveServer.settings.donotVerifyTags": true,
    "liveServer.settings.donotShowInfoMsg": true
    "liveServer.settings.donotShowInfoMsg": true,
    "[html]": {
    "editor.defaultFormatter": "vscode.html-language-features"
    }
    }
  4. ageeb1982 revised this gist Oct 31, 2021. 6 changed files with 2540 additions and 68 deletions.
    68 changes: 0 additions & 68 deletions SliverAppBar
    Original file line number Diff line number Diff line change
    @@ -1,68 +0,0 @@
    import 'package:flutter/material.dart';

    void main() => runApp(MaterialApp(home: new MyApp()));

    class MyApp extends StatefulWidget {
    @override
    _MyAppState createState() => _MyAppState();
    }

    class _MyAppState extends State<MyApp> {
    String img1 =
    "https://images.pexels.com/photos/531880/pexels-photo-531880.jpeg?auto=compress&cs=tinysrgb&h=350";
    String img2 =
    "https://images.pexels.com/photos/262438/pexels-photo-262438.jpeg?auto=compress&cs=tinysrgb&h=350";
    String img3 =
    "https://images.pexels.com/photos/865002/pexels-photo-865002.jpeg?auto=compress&cs=tinysrgb&h=350";
    String img4 =
    "https://images.pexels.com/photos/39397/dart-target-aim-arrow-39397.jpeg?auto=compress&cs=tinysrgb&h=350";
    @override
    Widget build(BuildContext context) {
    return Scaffold(
    body: CustomScrollView(
    reverse: true,
    slivers: <Widget>[
    MyAppBar(
    imgUrl: img1,
    ),
    MyAppBar(
    imgUrl: img2,
    ),
    MyAppBar(
    imgUrl: img3,
    ),
    MyAppBar(
    imgUrl: img4,
    ),
    SliverFillRemaining(
    child: Container(),
    )
    ],
    ),
    );
    }
    }

    class MyAppBar extends StatelessWidget {
    final String imgUrl;
    const MyAppBar({
    Key key,
    this.imgUrl,
    }) : super(key: key);

    @override
    Widget build(BuildContext context) {
    return SliverAppBar(
    expandedHeight: 250.0,
    pinned: true,
    flexibleSpace: FlexibleSpaceBar(
    background: Image.network(
    imgUrl,
    fit: BoxFit.cover,
    ),
    title: const Text('You must see this'),
    centerTitle: true,
    ),
    );
    }
    }
    1 change: 1 addition & 0 deletions cloudSettings
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    {"lastUpload":"2021-10-31T15:30:58.073Z","extensionVersion":"v3.4.3"}
    942 changes: 942 additions & 0 deletions extensions.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,942 @@
    [
    {
    "metadata": {
    "id": "f9ecc594-a555-4379-ab45-2ca969e04896",
    "publisherId": "adrianwilczynski.add-reference",
    "publisherDisplayName": "adrianwilczynski"
    },
    "name": "add-reference",
    "publisher": "adrianwilczynski",
    "version": "1.0.2"
    },
    {
    "metadata": {
    "id": "6bb12ca5-c317-4276-92d8-6905f9815982",
    "publisherId": "adrianwilczynski.asp-net-core-switcher",
    "publisherDisplayName": "adrianwilczynski"
    },
    "name": "asp-net-core-switcher",
    "publisher": "adrianwilczynski",
    "version": "2.0.2"
    },
    {
    "metadata": {
    "id": "f7d921d1-e720-42be-b9ed-77f01afb05d7",
    "publisherId": "schneiderpat.aspnet-helper",
    "publisherDisplayName": "schneiderpat"
    },
    "name": "aspnet-helper",
    "publisher": "schneiderpat",
    "version": "0.6.4"
    },
    {
    "metadata": {
    "id": "d3836729-9cc1-42c1-b2af-d50071f57d29",
    "publisherId": "formulahendry.auto-close-tag",
    "publisherDisplayName": "formulahendry"
    },
    "name": "auto-close-tag",
    "publisher": "formulahendry",
    "version": "0.5.13"
    },
    {
    "metadata": {
    "id": "6e440e71-8ed9-4f25-bb78-4b13096b8a03",
    "publisherId": "formulahendry.auto-rename-tag",
    "publisherDisplayName": "formulahendry"
    },
    "name": "auto-rename-tag",
    "publisher": "formulahendry",
    "version": "0.1.9"
    },
    {
    "metadata": {
    "id": "af14ddf1-c53e-4d84-82d2-f0d31549ea80",
    "publisherId": "Fudge.auto-using",
    "publisherDisplayName": "Fudge"
    },
    "name": "auto-using",
    "publisher": "Fudge",
    "version": "0.7.15"
    },
    {
    "metadata": {
    "id": "697255a9-3f36-44c8-b084-d3b91edfb23a",
    "publisherId": "HookyQR.beautify",
    "publisherDisplayName": "HookyQR"
    },
    "name": "beautify",
    "publisher": "HookyQR",
    "version": "1.5.0"
    },
    {
    "metadata": {
    "id": "8bd90cfe-8edd-4b92-b992-2337fdc06604",
    "publisherId": "wwm.better-align",
    "publisherDisplayName": "wwm"
    },
    "name": "better-align",
    "publisher": "wwm",
    "version": "1.1.6"
    },
    {
    "metadata": {
    "id": "7a0110bb-231a-4598-aa1b-0769ea46d28b",
    "publisherId": "aaron-bond.better-comments",
    "publisherDisplayName": "aaron-bond"
    },
    "name": "better-comments",
    "publisher": "aaron-bond",
    "version": "2.1.0"
    },
    {
    "metadata": {
    "id": "b689fcc8-d494-4dbf-a228-2c694a578afc",
    "publisherId": "alefragnani.Bookmarks",
    "publisherDisplayName": "alefragnani"
    },
    "name": "Bookmarks",
    "publisher": "alefragnani",
    "version": "13.2.2"
    },
    {
    "metadata": {
    "id": "2a658c1b-308a-41e8-805a-fc8abda483bc",
    "publisherId": "thekalinga.bootstrap4-vscode",
    "publisherDisplayName": "thekalinga"
    },
    "name": "bootstrap4-vscode",
    "publisher": "thekalinga",
    "version": "6.1.0"
    },
    {
    "metadata": {
    "id": "f583eafd-aa0d-4ccb-8f44-d1e610389660",
    "publisherId": "CoenraadS.bracket-pair-colorizer",
    "publisherDisplayName": "CoenraadS"
    },
    "name": "bracket-pair-colorizer",
    "publisher": "CoenraadS",
    "version": "1.0.61"
    },
    {
    "metadata": {
    "id": "5a6e2b21-1d61-4acd-b31b-907f9c23f18a",
    "publisherId": "CoenraadS.bracket-pair-colorizer-2",
    "publisherDisplayName": "CoenraadS"
    },
    "name": "bracket-pair-colorizer-2",
    "publisher": "CoenraadS",
    "version": "0.2.1"
    },
    {
    "metadata": {
    "id": "a6a0c5b2-d078-4bf5-a9ee-4e37054414b3",
    "publisherId": "formulahendry.code-runner",
    "publisherDisplayName": "formulahendry"
    },
    "name": "code-runner",
    "publisher": "formulahendry",
    "version": "0.11.6"
    },
    {
    "metadata": {
    "id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
    "publisherId": "Shan.code-settings-sync",
    "publisherDisplayName": "Shan"
    },
    "name": "code-settings-sync",
    "publisher": "Shan",
    "version": "3.4.3"
    },
    {
    "metadata": {
    "id": "f6dbd813-b0a0-42c1-90ea-10dde9d925a7",
    "publisherId": "streetsidesoftware.code-spell-checker",
    "publisherDisplayName": "streetsidesoftware"
    },
    "name": "code-spell-checker",
    "publisher": "streetsidesoftware",
    "version": "2.0.12"
    },
    {
    "metadata": {
    "id": "121396ad-85a1-45ec-9fd1-d95028a847f5",
    "publisherId": "naumovs.color-highlight",
    "publisherDisplayName": "naumovs"
    },
    "name": "color-highlight",
    "publisher": "naumovs",
    "version": "2.5.0"
    },
    {
    "metadata": {
    "id": "d0bfc4ab-1d3a-4487-8782-7cf6027b4fff",
    "publisherId": "ms-dotnettools.csharp",
    "publisherDisplayName": "ms-dotnettools"
    },
    "name": "csharp",
    "publisher": "ms-dotnettools",
    "version": "1.23.16"
    },
    {
    "metadata": {
    "id": "94d85ac4-dbcb-42be-9d6a-2e10bb1abdd9",
    "publisherId": "rahulsahay.Csharp-ASPNETCore",
    "publisherDisplayName": "rahulsahay"
    },
    "name": "Csharp-ASPNETCore",
    "publisher": "rahulsahay",
    "version": "1.11.0"
    },
    {
    "metadata": {
    "id": "72bae0eb-8935-47f2-9042-01b7ebdd20ed",
    "publisherId": "logerfo.csharp-colors",
    "publisherDisplayName": "logerfo"
    },
    "name": "csharp-colors",
    "publisher": "logerfo",
    "version": "0.1.8"
    },
    {
    "metadata": {
    "id": "e7bf8c6e-8cfb-46ba-8c27-20291881f53d",
    "publisherId": "jolhe.csharp-netcore-extensionpack",
    "publisherDisplayName": "jolhe"
    },
    "name": "csharp-netcore-extensionpack",
    "publisher": "jolhe",
    "version": "1.0.0"
    },
    {
    "metadata": {
    "id": "c5ed5cdd-ed31-45b0-b275-878600095d31",
    "publisherId": "adrianwilczynski.csharp-to-typescript",
    "publisherDisplayName": "adrianwilczynski"
    },
    "name": "csharp-to-typescript",
    "publisher": "adrianwilczynski",
    "version": "1.12.1"
    },
    {
    "metadata": {
    "id": "e046ec1e-3907-466b-aaea-ff1956a46d27",
    "publisherId": "jchannon.csharpextensions",
    "publisherDisplayName": "jchannon"
    },
    "name": "csharpextensions",
    "publisher": "jchannon",
    "version": "1.3.1"
    },
    {
    "metadata": {
    "id": "0d37654c-459a-4ba5-9c7f-d2678f18e9e9",
    "publisherId": "mavis.csharpextensions",
    "publisherDisplayName": "mavis"
    },
    "name": "csharpextensions",
    "publisher": "mavis",
    "version": "1.3.0"
    },
    {
    "metadata": {
    "id": "3085dbf7-e262-4340-a880-a72038166950",
    "publisherId": "nurlybekovnt.csharpextensions",
    "publisherDisplayName": "nurlybekovnt"
    },
    "name": "csharpextensions",
    "publisher": "nurlybekovnt",
    "version": "1.3.0"
    },
    {
    "metadata": {
    "id": "1f93b5c9-193a-483b-a7d7-e128325befed",
    "publisherId": "duffis.csharpsnippets",
    "publisherDisplayName": "duffis"
    },
    "name": "csharpsnippets",
    "publisher": "duffis",
    "version": "4.0.0"
    },
    {
    "metadata": {
    "id": "fb388d5d-f38a-48b5-a49a-09e9f828f5b9",
    "publisherId": "sandorengholm.csspreview",
    "publisherDisplayName": "sandorengholm"
    },
    "name": "csspreview",
    "publisher": "sandorengholm",
    "version": "1.0.4"
    },
    {
    "metadata": {
    "id": "f4d7cb0b-ba14-42cd-aef4-cc006556fbb3",
    "publisherId": "garytyler.darcula-pycharm",
    "publisherDisplayName": "garytyler"
    },
    "name": "darcula-pycharm",
    "publisher": "garytyler",
    "version": "1.0.0"
    },
    {
    "metadata": {
    "id": "88e082b7-d289-4c59-bde4-4c61e0280428",
    "publisherId": "ms-mssql.data-workspace-vscode",
    "publisherDisplayName": "ms-mssql"
    },
    "name": "data-workspace-vscode",
    "publisher": "ms-mssql",
    "version": "0.1.0"
    },
    {
    "metadata": {
    "id": "1ec62ca5-d7f9-4ddb-a882-e8d018c0aefd",
    "publisherId": "msjsdiag.debugger-for-chrome",
    "publisherDisplayName": "msjsdiag"
    },
    "name": "debugger-for-chrome",
    "publisher": "msjsdiag",
    "version": "4.13.0"
    },
    {
    "metadata": {
    "id": "d1a2eab4-aa6e-4094-93b3-6a007f60bd9d",
    "publisherId": "k--kato.docomment",
    "publisherDisplayName": "k--kato"
    },
    "name": "docomment",
    "publisher": "k--kato",
    "version": "0.1.30"
    },
    {
    "metadata": {
    "id": "17baf027-6531-408d-9dc4-d16f5c80fa1b",
    "publisherId": "formulahendry.dotnet",
    "publisherDisplayName": "formulahendry"
    },
    "name": "dotnet",
    "publisher": "formulahendry",
    "version": "0.0.4"
    },
    {
    "metadata": {
    "id": "99bb976a-1f0e-4644-a31c-16e7da289b09",
    "publisherId": "matijarmk.dotnet-core-commands",
    "publisherDisplayName": "matijarmk"
    },
    "name": "dotnet-core-commands",
    "publisher": "matijarmk",
    "version": "1.0.6"
    },
    {
    "metadata": {
    "id": "42853f4f-0c67-4aa7-bb79-a00fec9146c4",
    "publisherId": "formulahendry.dotnet-test-explorer",
    "publisherDisplayName": "formulahendry"
    },
    "name": "dotnet-test-explorer",
    "publisher": "formulahendry",
    "version": "0.7.7"
    },
    {
    "metadata": {
    "id": "45eb8890-2861-48bb-bb55-163116aeb63a",
    "publisherId": "LewisYLiu.ef-core-snippets",
    "publisherDisplayName": "LewisYLiu"
    },
    "name": "ef-core-snippets",
    "publisher": "LewisYLiu",
    "version": "1.0.0"
    },
    {
    "metadata": {
    "id": "88cceeb3-b940-4ff2-abcf-275083194b21",
    "publisherId": "necinc.elmmet",
    "publisherDisplayName": "necinc"
    },
    "name": "elmmet",
    "publisher": "necinc",
    "version": "1.0.1"
    },
    {
    "metadata": {
    "id": "0e8e71fb-6b26-4602-8e4a-1741a7b40a08",
    "publisherId": "Wscats.eno",
    "publisherDisplayName": "Wscats"
    },
    "name": "eno",
    "publisher": "Wscats",
    "version": "2.3.53"
    },
    {
    "metadata": {
    "id": "b3917e4f-5086-4def-a82b-2ae6b708db16",
    "publisherId": "flowtype.flow-for-vscode",
    "publisherDisplayName": "flowtype"
    },
    "name": "flow-for-vscode",
    "publisher": "flowtype",
    "version": "1.9.2"
    },
    {
    "metadata": {
    "id": "d23dc2c3-abed-47d8-9b22-7dd31c1f0ed9",
    "publisherId": "donjayamanne.git-extension-pack",
    "publisherDisplayName": "donjayamanne"
    },
    "name": "git-extension-pack",
    "publisher": "donjayamanne",
    "version": "0.1.3"
    },
    {
    "metadata": {
    "id": "5960f38e-0bbe-4644-8f9c-9c8824e82511",
    "publisherId": "donjayamanne.githistory",
    "publisherDisplayName": "donjayamanne"
    },
    "name": "githistory",
    "publisher": "donjayamanne",
    "version": "0.6.19"
    },
    {
    "metadata": {
    "id": "7328a705-91fc-49e6-8293-da6f112e482d",
    "publisherId": "GitHub.github-vscode-theme",
    "publisherDisplayName": "GitHub"
    },
    "name": "github-vscode-theme",
    "publisher": "GitHub",
    "version": "5.0.3"
    },
    {
    "metadata": {
    "id": "3e891cf9-53cb-49a3-8d01-8f0b1f0afb29",
    "publisherId": "codezombiech.gitignore",
    "publisherDisplayName": "codezombiech"
    },
    "name": "gitignore",
    "publisher": "codezombiech",
    "version": "0.7.0"
    },
    {
    "metadata": {
    "id": "4de763bd-505d-4978-9575-2b7696ecf94e",
    "publisherId": "eamodio.gitlens",
    "publisherDisplayName": "eamodio"
    },
    "name": "gitlens",
    "publisher": "eamodio",
    "version": "11.6.1"
    },
    {
    "metadata": {
    "id": "7b71fc1b-190d-4f7d-95d1-93e422649b0a",
    "publisherId": "Zignd.html-css-class-completion",
    "publisherDisplayName": "Zignd"
    },
    "name": "html-css-class-completion",
    "publisher": "Zignd",
    "version": "1.20.0"
    },
    {
    "metadata": {
    "id": "be992f3f-9f22-4b66-a1d2-ecad04c28a28",
    "publisherId": "abusaidm.html-snippets",
    "publisherDisplayName": "abusaidm"
    },
    "name": "html-snippets",
    "publisher": "abusaidm",
    "version": "0.2.1"
    },
    {
    "metadata": {
    "id": "97d16f40-9951-4bf9-9883-4ccac76eada1",
    "publisherId": "ziishaned.hugobot",
    "publisherDisplayName": "ziishaned"
    },
    "name": "hugobot",
    "publisher": "ziishaned",
    "version": "0.0.14"
    },
    {
    "metadata": {
    "id": "fcbdb08e-4048-40e8-a674-fecc476f4b93",
    "publisherId": "SirTori.indenticator",
    "publisherDisplayName": "SirTori"
    },
    "name": "indenticator",
    "publisher": "SirTori",
    "version": "0.7.0"
    },
    {
    "metadata": {
    "id": "9fa2a00e-3bfa-4c2a-abc4-a865bb2b5cf3",
    "publisherId": "VisualStudioExptTeam.intellicode-api-usage-examples",
    "publisherDisplayName": "VisualStudioExptTeam"
    },
    "name": "intellicode-api-usage-examples",
    "publisher": "VisualStudioExptTeam",
    "version": "0.0.5"
    },
    {
    "metadata": {
    "id": "a2cec723-5349-460d-9de9-0fd1f8d3456f",
    "publisherId": "xabikos.JavaScriptSnippets",
    "publisherDisplayName": "xabikos"
    },
    "name": "JavaScriptSnippets",
    "publisher": "xabikos",
    "version": "1.8.0"
    },
    {
    "metadata": {
    "id": "99c12a52-ff68-4e9d-a975-a67556fee2f5",
    "publisherId": "donjayamanne.jquerysnippets",
    "publisherDisplayName": "donjayamanne"
    },
    "name": "jquerysnippets",
    "publisher": "donjayamanne",
    "version": "0.0.1"
    },
    {
    "metadata": {
    "id": "82dfe17d-bb64-404e-bcc5-f9803f7ab5d5",
    "publisherId": "dbaeumer.jshint",
    "publisherDisplayName": "dbaeumer"
    },
    "name": "jshint",
    "publisher": "dbaeumer",
    "version": "0.11.0"
    },
    {
    "metadata": {
    "id": "ad94b437-b5a7-4249-bf5f-df472ae0d084",
    "publisherId": "ritwickdey.live-sass",
    "publisherDisplayName": "ritwickdey"
    },
    "name": "live-sass",
    "publisher": "ritwickdey",
    "version": "3.0.0"
    },
    {
    "metadata": {
    "id": "b63c44fd-0457-4696-99e9-dbfdf70d77de",
    "publisherId": "ritwickdey.LiveServer",
    "publisherDisplayName": "ritwickdey"
    },
    "name": "LiveServer",
    "publisher": "ritwickdey",
    "version": "5.6.1"
    },
    {
    "metadata": {
    "id": "1f5eb737-5496-44a3-a8a1-36a85eee4979",
    "publisherId": "magicstack.MagicPython",
    "publisherDisplayName": "magicstack"
    },
    "name": "MagicPython",
    "publisher": "magicstack",
    "version": "1.1.0"
    },
    {
    "metadata": {
    "id": "5db78037-f674-459f-a236-db622c427c5b",
    "publisherId": "PKief.material-icon-theme",
    "publisherDisplayName": "PKief"
    },
    "name": "material-icon-theme",
    "publisher": "PKief",
    "version": "4.10.0"
    },
    {
    "metadata": {
    "id": "26a529c9-2654-4b95-a63f-02f6a52429e6",
    "publisherId": "zhuangtongfa.material-theme",
    "publisherDisplayName": "zhuangtongfa"
    },
    "name": "material-theme",
    "publisher": "zhuangtongfa",
    "version": "3.13.2"
    },
    {
    "metadata": {
    "id": "95c0933d-48c1-447b-b4d9-acee3e8da188",
    "publisherId": "tintoy.msbuild-project-tools",
    "publisherDisplayName": "tintoy"
    },
    "name": "msbuild-project-tools",
    "publisher": "tintoy",
    "version": "0.3.15"
    },
    {
    "metadata": {
    "id": "4bf45e86-a448-4531-8c01-ef33f4536306",
    "publisherId": "ms-mssql.mssql",
    "publisherDisplayName": "ms-mssql"
    },
    "name": "mssql",
    "publisher": "ms-mssql",
    "version": "1.11.0"
    },
    {
    "metadata": {
    "id": "120289fe-1924-43c1-b349-da42024cd01c",
    "publisherId": "adrianwilczynski.namespace",
    "publisherDisplayName": "adrianwilczynski"
    },
    "name": "namespace",
    "publisher": "adrianwilczynski",
    "version": "1.1.2"
    },
    {
    "metadata": {
    "id": "654caa5d-3ee0-4878-a5e9-fcba9582fa26",
    "publisherId": "doggy8088.netcore-snippets",
    "publisherDisplayName": "doggy8088"
    },
    "name": "netcore-snippets",
    "publisher": "doggy8088",
    "version": "3.15.2"
    },
    {
    "metadata": {
    "id": "e48f33cf-d340-424e-9b79-09eb6b37face",
    "publisherId": "jesschadwick.nuget-reverse-package-search",
    "publisherDisplayName": "jesschadwick"
    },
    "name": "nuget-reverse-package-search",
    "publisher": "jesschadwick",
    "version": "0.1.68"
    },
    {
    "metadata": {
    "id": "b408d4e8-4e66-4a4c-adad-a53add545a77",
    "publisherId": "coderfee.open-html-in-browser",
    "publisherDisplayName": "coderfee"
    },
    "name": "open-html-in-browser",
    "publisher": "coderfee",
    "version": "0.1.21"
    },
    {
    "metadata": {
    "id": "a41c1549-4053-44d4-bf30-60fc809b4a86",
    "publisherId": "christian-kohler.path-intellisense",
    "publisherDisplayName": "christian-kohler"
    },
    "name": "path-intellisense",
    "publisher": "christian-kohler",
    "version": "2.4.1"
    },
    {
    "metadata": {
    "id": "d80b9a94-f4a6-4e39-bc42-62212e365682",
    "publisherId": "pnp.polacode",
    "publisherDisplayName": "pnp"
    },
    "name": "polacode",
    "publisher": "pnp",
    "version": "0.3.4"
    },
    {
    "metadata": {
    "id": "40d39ce9-c381-47a0-80c8-a6661f731eab",
    "publisherId": "ms-vscode.powershell",
    "publisherDisplayName": "ms-vscode"
    },
    "name": "powershell",
    "publisher": "ms-vscode",
    "version": "2021.10.2"
    },
    {
    "metadata": {
    "id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
    "publisherId": "esbenp.prettier-vscode",
    "publisherDisplayName": "esbenp"
    },
    "name": "prettier-vscode",
    "publisher": "esbenp",
    "version": "9.0.0"
    },
    {
    "metadata": {
    "id": "1b747f06-3789-4ebd-ac99-f1fe430c3347",
    "publisherId": "alefragnani.project-manager",
    "publisherDisplayName": "alefragnani"
    },
    "name": "project-manager",
    "publisher": "alefragnani",
    "version": "12.4.0"
    },
    {
    "metadata": {
    "id": "f5188937-53e0-45bb-a16d-61231003fa3b",
    "publisherId": "donjayamanne.python-extension-pack",
    "publisherDisplayName": "donjayamanne"
    },
    "name": "python-extension-pack",
    "publisher": "donjayamanne",
    "version": "1.6.0"
    },
    {
    "metadata": {
    "id": "cc680956-6ea2-442f-aa05-b91061b4611c",
    "publisherId": "firefox.scaffold",
    "publisherDisplayName": "firefox"
    },
    "name": "scaffold",
    "publisher": "firefox",
    "version": "1.0.0"
    },
    {
    "metadata": {
    "id": "4e9e1d12-64b6-4573-9203-f601d27de5a3",
    "publisherId": "ms-mssql.sql-database-projects-vscode",
    "publisherDisplayName": "ms-mssql"
    },
    "name": "sql-database-projects-vscode",
    "publisher": "ms-mssql",
    "version": "0.13.0"
    },
    {
    "metadata": {
    "id": "261cac81-cd7b-4555-bb41-0c2d2bcd3e70",
    "publisherId": "Gruntfuggly.todo-tree",
    "publisherDisplayName": "Gruntfuggly"
    },
    "name": "todo-tree",
    "publisher": "Gruntfuggly",
    "version": "0.0.214"
    },
    {
    "metadata": {
    "id": "484d897a-6711-403c-ab54-a96f12be5833",
    "publisherId": "Equinusocio.vsc-community-material-theme",
    "publisherDisplayName": "Equinusocio"
    },
    "name": "vsc-community-material-theme",
    "publisher": "Equinusocio",
    "version": "1.4.2"
    },
    {
    "metadata": {
    "id": "dffaf5a1-2219-434b-9d87-cb586fd59260",
    "publisherId": "Equinusocio.vsc-material-theme",
    "publisherDisplayName": "Equinusocio"
    },
    "name": "vsc-material-theme",
    "publisher": "Equinusocio",
    "version": "33.1.2"
    },
    {
    "metadata": {
    "id": "8c609a4f-268a-41fb-8fe6-b6fcd95e8113",
    "publisherId": "equinusocio.vsc-material-theme-icons",
    "publisherDisplayName": "equinusocio"
    },
    "name": "vsc-material-theme-icons",
    "publisher": "equinusocio",
    "version": "1.2.2"
    },
    {
    "metadata": {
    "id": "126e4983-78cb-433f-a67c-9b07c39c7802",
    "publisherId": "auchenberg.vscode-browser-preview",
    "publisherDisplayName": "auchenberg"
    },
    "name": "vscode-browser-preview",
    "publisher": "auchenberg",
    "version": "0.7.2"
    },
    {
    "metadata": {
    "id": "957cd83d-dc33-4cd0-9550-62c93f227481",
    "publisherId": "jorgeserrano.vscode-csharp-snippets",
    "publisherDisplayName": "jorgeserrano"
    },
    "name": "vscode-csharp-snippets",
    "publisher": "jorgeserrano",
    "version": "1.1.0"
    },
    {
    "metadata": {
    "id": "0b8f8d63-11a2-4194-969c-ca7488b3413a",
    "publisherId": "pranaygp.vscode-css-peek",
    "publisherDisplayName": "pranaygp"
    },
    "name": "vscode-css-peek",
    "publisher": "pranaygp",
    "version": "4.2.0"
    },
    {
    "metadata": {
    "id": "1aab81a1-b3d9-4aef-976b-577d5d90fe3f",
    "publisherId": "ms-dotnettools.vscode-dotnet-runtime",
    "publisherDisplayName": "ms-dotnettools"
    },
    "name": "vscode-dotnet-runtime",
    "publisher": "ms-dotnettools",
    "version": "1.3.0"
    },
    {
    "metadata": {
    "id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a",
    "publisherId": "dbaeumer.vscode-eslint",
    "publisherDisplayName": "dbaeumer"
    },
    "name": "vscode-eslint",
    "publisher": "dbaeumer",
    "version": "2.2.2"
    },
    {
    "metadata": {
    "id": "aaee577c-f062-495a-9816-0cbd442f1d25",
    "publisherId": "ecmel.vscode-html-css",
    "publisherDisplayName": "ecmel"
    },
    "name": "vscode-html-css",
    "publisher": "ecmel",
    "version": "1.10.2"
    },
    {
    "metadata": {
    "id": "9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a",
    "publisherId": "vscode-icons-team.vscode-icons",
    "publisherDisplayName": "vscode-icons-team"
    },
    "name": "vscode-icons",
    "publisher": "vscode-icons-team",
    "version": "11.6.0"
    },
    {
    "metadata": {
    "id": "c46b0018-f317-4b6c-a785-d2039b27338f",
    "publisherId": "wix.vscode-import-cost",
    "publisherDisplayName": "wix"
    },
    "name": "vscode-import-cost",
    "publisher": "wix",
    "version": "2.15.0"
    },
    {
    "metadata": {
    "id": "510e1d4e-1f9e-4910-8dbd-627c6f8a9791",
    "publisherId": "akamud.vscode-javascript-snippet-pack",
    "publisherDisplayName": "akamud"
    },
    "name": "vscode-javascript-snippet-pack",
    "publisher": "akamud",
    "version": "0.1.6"
    },
    {
    "metadata": {
    "id": "6989d633-909b-4ca5-b499-7160e45a54d6",
    "publisherId": "jmrog.vscode-nuget-package-manager",
    "publisherDisplayName": "jmrog"
    },
    "name": "vscode-nuget-package-manager",
    "publisher": "jmrog",
    "version": "1.1.6"
    },
    {
    "metadata": {
    "id": "1d4d80c9-0d33-48a1-88a8-19ff80bc8e2a",
    "publisherId": "ziyasal.vscode-open-in-github",
    "publisherDisplayName": "ziyasal"
    },
    "name": "vscode-open-in-github",
    "publisher": "ziyasal",
    "version": "1.3.6"
    },
    {
    "metadata": {
    "id": "937fa76c-0fd7-4e54-a4d3-d78b07f2d725",
    "publisherId": "fernandoescolar.vscode-solution-explorer",
    "publisherDisplayName": "fernandoescolar"
    },
    "name": "vscode-solution-explorer",
    "publisher": "fernandoescolar",
    "version": "0.4.4"
    },
    {
    "metadata": {
    "id": "6afc37b9-362f-4bd8-9a0d-9d24eade270d",
    "publisherId": "chenxsan.vscode-standardjs",
    "publisherDisplayName": "chenxsan"
    },
    "name": "vscode-standardjs",
    "publisher": "chenxsan",
    "version": "1.4.1"
    },
    {
    "metadata": {
    "id": "28fcf0b8-26a5-4e99-9b8d-02e990366c6f",
    "publisherId": "tombonnike.vscode-status-bar-format-toggle",
    "publisherDisplayName": "tombonnike"
    },
    "name": "vscode-status-bar-format-toggle",
    "publisher": "tombonnike",
    "version": "3.0.0"
    },
    {
    "metadata": {
    "id": "4b3f0982-ad12-491b-b1b2-098f42c230af",
    "publisherId": "jgclark.vscode-todo-highlight",
    "publisherDisplayName": "jgclark"
    },
    "name": "vscode-todo-highlight",
    "publisher": "jgclark",
    "version": "2.0.4"
    },
    {
    "metadata": {
    "id": "15305aca-2588-4ca0-8147-ab2c64730b82",
    "publisherId": "ms-vscode.vscode-typescript-next",
    "publisherDisplayName": "ms-vscode"
    },
    "name": "vscode-typescript-next",
    "publisher": "ms-vscode",
    "version": "4.5.20211030"
    },
    {
    "metadata": {
    "id": "90a37ca1-92a2-488a-b196-7a8c0b0127ea",
    "publisherId": "ms-vscode.vscode-typescript-tslint-plugin",
    "publisherDisplayName": "ms-vscode"
    },
    "name": "vscode-typescript-tslint-plugin",
    "publisher": "ms-vscode",
    "version": "1.3.3"
    },
    {
    "metadata": {
    "id": "876e8f93-74d0-4f4f-91b7-34a09f19f444",
    "publisherId": "VisualStudioExptTeam.vscodeintellicode",
    "publisherDisplayName": "VisualStudioExptTeam"
    },
    "name": "vscodeintellicode",
    "publisher": "VisualStudioExptTeam",
    "version": "1.2.14"
    },
    {
    "metadata": {
    "id": "58e5ca90-9b9f-4348-902c-9fdcc97ae0cf",
    "publisherId": "VisualStudioExptTeam.vscodeintellicode-insiders",
    "publisherDisplayName": "VisualStudioExptTeam"
    },
    "name": "vscodeintellicode-insiders",
    "publisher": "VisualStudioExptTeam",
    "version": "1.1.5"
    },
    {
    "metadata": {
    "id": "da397c53-18dc-45ff-ae30-bbd2428803f4",
    "publisherId": "wilderminds.wilderminds-aspnetcore-snippets",
    "publisherDisplayName": "wilderminds"
    },
    "name": "wilderminds-aspnetcore-snippets",
    "publisher": "wilderminds",
    "version": "0.2.1"
    }
    ]
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    {"version":"1.2.2"}
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,1556 @@
    {
    "runtimeTarget": {
    "name": ".NETCoreApp,Version=v3.1/win-x64",
    "signature": ""
    },
    "compilationOptions": {},
    "targets": {
    ".NETCoreApp,Version=v3.1": {},
    ".NETCoreApp,Version=v3.1/win-x64": {
    "Microsoft.Build.Tasks.Git/1.1.0-beta-20206-02": {},
    "Microsoft.NETCore.App/3.1.20-servicing.21471.5": {
    "dependencies": {
    "Microsoft.NETCore.Platforms": "3.1.9"
    }
    },
    "Microsoft.NETCore.App.Internal/3.1.20-servicing.21471.5": {
    "dependencies": {
    "Microsoft.NETCore.DotNetHostPolicy": "3.1.20",
    "Microsoft.NETCore.Platforms": "3.1.9",
    "Microsoft.NETCore.Targets": "3.1.0",
    "NETStandard.Library": "2.1.0",
    "runtime.win-x64.Microsoft.NETCore.App": "3.1.20-servicing.21471.5"
    }
    },
    "Microsoft.NETCore.DotNetHostPolicy/3.1.20": {
    "dependencies": {
    "runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy": "3.1.20"
    }
    },
    "Microsoft.NETCore.Platforms/3.1.9": {},
    "Microsoft.NETCore.Targets/3.1.0": {},
    "Microsoft.SourceLink.AzureRepos.Git/1.1.0-beta-20206-02": {
    "dependencies": {
    "Microsoft.Build.Tasks.Git": "1.1.0-beta-20206-02",
    "Microsoft.SourceLink.Common": "1.1.0-beta-20206-02"
    }
    },
    "Microsoft.SourceLink.Common/1.1.0-beta-20206-02": {},
    "Microsoft.SourceLink.GitHub/1.1.0-beta-20206-02": {
    "dependencies": {
    "Microsoft.Build.Tasks.Git": "1.1.0-beta-20206-02",
    "Microsoft.SourceLink.Common": "1.1.0-beta-20206-02"
    }
    },
    "NETStandard.Library/2.1.0": {
    "dependencies": {
    "Microsoft.NETCore.Platforms": "3.1.9"
    }
    },
    "runtime.win-x64.Microsoft.NETCore.App/3.1.20-servicing.21471.5": {
    "runtime": {
    "runtimes/win-x64/lib/netcoreapp3.1/Microsoft.CSharp.dll": {
    "assemblyVersion": "4.0.5.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/Microsoft.VisualBasic.Core.dll": {
    "assemblyVersion": "10.0.5.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/Microsoft.VisualBasic.dll": {
    "assemblyVersion": "10.0.0.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/Microsoft.Win32.Primitives.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/Microsoft.Win32.Registry.dll": {
    "assemblyVersion": "4.1.3.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.AppContext.dll": {
    "assemblyVersion": "4.2.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Buffers.dll": {
    "assemblyVersion": "4.0.5.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Collections.Concurrent.dll": {
    "assemblyVersion": "4.0.15.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Collections.Immutable.dll": {
    "assemblyVersion": "1.2.5.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Collections.NonGeneric.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Collections.Specialized.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Collections.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.ComponentModel.Annotations.dll": {
    "assemblyVersion": "4.3.1.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.ComponentModel.DataAnnotations.dll": {
    "assemblyVersion": "4.0.0.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.ComponentModel.EventBasedAsync.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.ComponentModel.Primitives.dll": {
    "assemblyVersion": "4.2.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.ComponentModel.TypeConverter.dll": {
    "assemblyVersion": "4.2.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.ComponentModel.dll": {
    "assemblyVersion": "4.0.4.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Configuration.dll": {
    "assemblyVersion": "4.0.0.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Console.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Core.dll": {
    "assemblyVersion": "4.0.0.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Data.Common.dll": {
    "assemblyVersion": "4.2.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Data.DataSetExtensions.dll": {
    "assemblyVersion": "4.0.1.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Data.dll": {
    "assemblyVersion": "4.0.0.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Diagnostics.Contracts.dll": {
    "assemblyVersion": "4.0.4.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Diagnostics.Debug.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Diagnostics.DiagnosticSource.dll": {
    "assemblyVersion": "4.0.5.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Diagnostics.FileVersionInfo.dll": {
    "assemblyVersion": "4.0.4.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Diagnostics.Process.dll": {
    "assemblyVersion": "4.2.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Diagnostics.StackTrace.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Diagnostics.TextWriterTraceListener.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Diagnostics.Tools.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Diagnostics.TraceSource.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Diagnostics.Tracing.dll": {
    "assemblyVersion": "4.2.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Drawing.Primitives.dll": {
    "assemblyVersion": "4.2.1.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Drawing.dll": {
    "assemblyVersion": "4.0.0.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Dynamic.Runtime.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Globalization.Calendars.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Globalization.Extensions.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Globalization.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.IO.Compression.Brotli.dll": {
    "assemblyVersion": "4.2.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.IO.Compression.FileSystem.dll": {
    "assemblyVersion": "4.0.0.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.IO.Compression.ZipFile.dll": {
    "assemblyVersion": "4.0.5.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.IO.Compression.dll": {
    "assemblyVersion": "4.2.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.IO.FileSystem.AccessControl.dll": {
    "assemblyVersion": "4.0.5.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.IO.FileSystem.DriveInfo.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.IO.FileSystem.Primitives.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.IO.FileSystem.Watcher.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.IO.FileSystem.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.IO.IsolatedStorage.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.IO.MemoryMappedFiles.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.IO.Pipes.AccessControl.dll": {
    "assemblyVersion": "4.0.5.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.IO.Pipes.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.IO.UnmanagedMemoryStream.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.IO.dll": {
    "assemblyVersion": "4.2.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Linq.Expressions.dll": {
    "assemblyVersion": "4.2.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Linq.Parallel.dll": {
    "assemblyVersion": "4.0.4.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Linq.Queryable.dll": {
    "assemblyVersion": "4.0.4.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Linq.dll": {
    "assemblyVersion": "4.2.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Memory.dll": {
    "assemblyVersion": "4.2.1.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Net.Http.dll": {
    "assemblyVersion": "4.2.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Net.HttpListener.dll": {
    "assemblyVersion": "4.0.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Net.Mail.dll": {
    "assemblyVersion": "4.0.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Net.NameResolution.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Net.NetworkInformation.dll": {
    "assemblyVersion": "4.2.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Net.Ping.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Net.Primitives.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Net.Requests.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Net.Security.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Net.ServicePoint.dll": {
    "assemblyVersion": "4.0.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Net.Sockets.dll": {
    "assemblyVersion": "4.2.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Net.WebClient.dll": {
    "assemblyVersion": "4.0.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Net.WebHeaderCollection.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Net.WebProxy.dll": {
    "assemblyVersion": "4.0.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Net.WebSockets.Client.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Net.WebSockets.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Net.dll": {
    "assemblyVersion": "4.0.0.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Numerics.Vectors.dll": {
    "assemblyVersion": "4.1.6.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Numerics.dll": {
    "assemblyVersion": "4.0.0.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.ObjectModel.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Private.DataContractSerialization.dll": {
    "assemblyVersion": "4.1.5.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Private.Uri.dll": {
    "assemblyVersion": "4.0.6.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Private.Xml.Linq.dll": {
    "assemblyVersion": "4.0.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Private.Xml.dll": {
    "assemblyVersion": "4.0.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Reflection.DispatchProxy.dll": {
    "assemblyVersion": "4.0.6.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Reflection.Emit.ILGeneration.dll": {
    "assemblyVersion": "4.1.1.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Reflection.Emit.Lightweight.dll": {
    "assemblyVersion": "4.1.1.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Reflection.Emit.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Reflection.Extensions.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Reflection.Metadata.dll": {
    "assemblyVersion": "1.4.5.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Reflection.Primitives.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Reflection.TypeExtensions.dll": {
    "assemblyVersion": "4.1.5.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Reflection.dll": {
    "assemblyVersion": "4.2.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Resources.Reader.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Resources.ResourceManager.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Resources.Writer.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll": {
    "assemblyVersion": "4.0.6.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Runtime.CompilerServices.VisualC.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Runtime.Extensions.dll": {
    "assemblyVersion": "4.2.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Runtime.Handles.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Runtime.InteropServices.RuntimeInformation.dll": {
    "assemblyVersion": "4.0.4.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Runtime.InteropServices.WindowsRuntime.dll": {
    "assemblyVersion": "4.0.4.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Runtime.InteropServices.dll": {
    "assemblyVersion": "4.2.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Runtime.Intrinsics.dll": {
    "assemblyVersion": "4.0.1.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Runtime.Loader.dll": {
    "assemblyVersion": "4.1.1.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Runtime.Numerics.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Runtime.Serialization.Formatters.dll": {
    "assemblyVersion": "4.0.4.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Runtime.Serialization.Json.dll": {
    "assemblyVersion": "4.0.5.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Runtime.Serialization.Primitives.dll": {
    "assemblyVersion": "4.2.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Runtime.Serialization.Xml.dll": {
    "assemblyVersion": "4.1.5.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Runtime.Serialization.dll": {
    "assemblyVersion": "4.0.0.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Runtime.WindowsRuntime.UI.Xaml.dll": {
    "assemblyVersion": "4.0.5.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Runtime.WindowsRuntime.dll": {
    "assemblyVersion": "4.0.15.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Runtime.dll": {
    "assemblyVersion": "4.2.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Security.AccessControl.dll": {
    "assemblyVersion": "4.1.3.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Security.Claims.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Security.Cryptography.Algorithms.dll": {
    "assemblyVersion": "4.3.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Security.Cryptography.Cng.dll": {
    "assemblyVersion": "4.3.3.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Security.Cryptography.Csp.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Security.Cryptography.Encoding.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Security.Cryptography.OpenSsl.dll": {
    "assemblyVersion": "4.1.3.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Security.Cryptography.Primitives.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Security.Cryptography.X509Certificates.dll": {
    "assemblyVersion": "4.2.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Security.Principal.Windows.dll": {
    "assemblyVersion": "4.1.3.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Security.Principal.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Security.SecureString.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Security.dll": {
    "assemblyVersion": "4.0.0.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.ServiceModel.Web.dll": {
    "assemblyVersion": "4.0.0.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.ServiceProcess.dll": {
    "assemblyVersion": "4.0.0.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Text.Encoding.CodePages.dll": {
    "assemblyVersion": "4.1.3.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Text.Encoding.Extensions.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Text.Encoding.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Text.Encodings.Web.dll": {
    "assemblyVersion": "4.0.5.1",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Text.Json.dll": {
    "assemblyVersion": "4.0.1.2",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Text.RegularExpressions.dll": {
    "assemblyVersion": "4.2.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Threading.Channels.dll": {
    "assemblyVersion": "4.0.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Threading.Overlapped.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Threading.Tasks.Dataflow.dll": {
    "assemblyVersion": "4.6.5.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Threading.Tasks.Extensions.dll": {
    "assemblyVersion": "4.3.1.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Threading.Tasks.Parallel.dll": {
    "assemblyVersion": "4.0.4.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Threading.Tasks.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Threading.Thread.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Threading.ThreadPool.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Threading.Timer.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Threading.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Transactions.Local.dll": {
    "assemblyVersion": "4.0.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Transactions.dll": {
    "assemblyVersion": "4.0.0.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.ValueTuple.dll": {
    "assemblyVersion": "4.0.5.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Web.HttpUtility.dll": {
    "assemblyVersion": "4.0.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Web.dll": {
    "assemblyVersion": "4.0.0.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Windows.dll": {
    "assemblyVersion": "4.0.0.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Xml.Linq.dll": {
    "assemblyVersion": "4.0.0.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Xml.ReaderWriter.dll": {
    "assemblyVersion": "4.2.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Xml.Serialization.dll": {
    "assemblyVersion": "4.0.0.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Xml.XDocument.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Xml.XPath.XDocument.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Xml.XPath.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Xml.XmlDocument.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Xml.XmlSerializer.dll": {
    "assemblyVersion": "4.1.2.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.Xml.dll": {
    "assemblyVersion": "4.0.0.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/System.dll": {
    "assemblyVersion": "4.0.0.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/WindowsBase.dll": {
    "assemblyVersion": "4.0.0.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/mscorlib.dll": {
    "assemblyVersion": "4.0.0.0",
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/lib/netcoreapp3.1/netstandard.dll": {
    "assemblyVersion": "2.1.0.0",
    "fileVersion": "4.700.21.47101"
    }
    },
    "native": {
    "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll": {
    "fileVersion": "14.12.25830.2"
    },
    "runtimes/win-x64/native/SOS_README.md": {
    "fileVersion": "0.0.0.0"
    },
    "runtimes/win-x64/native/System.Private.CoreLib.dll": {
    "assemblyVersion": "4.0.0.0",
    "fileVersion": "4.700.21.47003"
    },
    "runtimes/win-x64/native/api-ms-win-core-console-l1-1-0.dll": {
    "fileVersion": "10.0.17134.12"
    },
    "runtimes/win-x64/native/api-ms-win-core-datetime-l1-1-0.dll": {
    "fileVersion": "10.0.17134.12"
    },
    "runtimes/win-x64/native/api-ms-win-core-debug-l1-1-0.dll": {
    "fileVersion": "10.0.17134.12"
    },
    "runtimes/win-x64/native/api-ms-win-core-errorhandling-l1-1-0.dll": {
    "fileVersion": "10.0.17134.12"
    },
    "runtimes/win-x64/native/api-ms-win-core-file-l1-1-0.dll": {
    "fileVersion": "10.0.17134.12"
    },
    "runtimes/win-x64/native/api-ms-win-core-file-l1-2-0.dll": {
    "fileVersion": "10.0.17134.12"
    },
    "runtimes/win-x64/native/api-ms-win-core-file-l2-1-0.dll": {
    "fileVersion": "10.0.17134.12"
    },
    "runtimes/win-x64/native/api-ms-win-core-handle-l1-1-0.dll": {
    "fileVersion": "10.0.17134.12"
    },
    "runtimes/win-x64/native/api-ms-win-core-heap-l1-1-0.dll": {
    "fileVersion": "10.0.17134.12"
    },
    "runtimes/win-x64/native/api-ms-win-core-interlocked-l1-1-0.dll": {
    "fileVersion": "10.0.17134.12"
    },
    "runtimes/win-x64/native/api-ms-win-core-libraryloader-l1-1-0.dll": {
    "fileVersion": "10.0.17134.12"
    },
    "runtimes/win-x64/native/api-ms-win-core-localization-l1-2-0.dll": {
    "fileVersion": "10.0.17134.12"
    },
    "runtimes/win-x64/native/api-ms-win-core-memory-l1-1-0.dll": {
    "fileVersion": "10.0.17134.12"
    },
    "runtimes/win-x64/native/api-ms-win-core-namedpipe-l1-1-0.dll": {
    "fileVersion": "10.0.17134.12"
    },
    "runtimes/win-x64/native/api-ms-win-core-processenvironment-l1-1-0.dll": {
    "fileVersion": "10.0.17134.12"
    },
    "runtimes/win-x64/native/api-ms-win-core-processthreads-l1-1-0.dll": {
    "fileVersion": "10.0.17134.12"
    },
    "runtimes/win-x64/native/api-ms-win-core-processthreads-l1-1-1.dll": {
    "fileVersion": "10.0.17134.12"
    },
    "runtimes/win-x64/native/api-ms-win-core-profile-l1-1-0.dll": {
    "fileVersion": "10.0.17134.12"
    },
    "runtimes/win-x64/native/api-ms-win-core-rtlsupport-l1-1-0.dll": {
    "fileVersion": "10.0.17134.12"
    },
    "runtimes/win-x64/native/api-ms-win-core-string-l1-1-0.dll": {
    "fileVersion": "10.0.17134.12"
    },
    "runtimes/win-x64/native/api-ms-win-core-synch-l1-1-0.dll": {
    "fileVersion": "10.0.17134.12"
    },
    "runtimes/win-x64/native/api-ms-win-core-synch-l1-2-0.dll": {
    "fileVersion": "10.0.17134.12"
    },
    "runtimes/win-x64/native/api-ms-win-core-sysinfo-l1-1-0.dll": {
    "fileVersion": "10.0.17134.12"
    },
    "runtimes/win-x64/native/api-ms-win-core-timezone-l1-1-0.dll": {
    "fileVersion": "10.0.17134.12"
    },
    "runtimes/win-x64/native/api-ms-win-core-util-l1-1-0.dll": {
    "fileVersion": "10.0.17134.12"
    },
    "runtimes/win-x64/native/api-ms-win-crt-conio-l1-1-0.dll": {
    "fileVersion": "10.0.17134.12"
    },
    "runtimes/win-x64/native/api-ms-win-crt-convert-l1-1-0.dll": {
    "fileVersion": "10.0.17134.12"
    },
    "runtimes/win-x64/native/api-ms-win-crt-environment-l1-1-0.dll": {
    "fileVersion": "10.0.17134.12"
    },
    "runtimes/win-x64/native/api-ms-win-crt-filesystem-l1-1-0.dll": {
    "fileVersion": "10.0.17134.12"
    },
    "runtimes/win-x64/native/api-ms-win-crt-heap-l1-1-0.dll": {
    "fileVersion": "10.0.17134.12"
    },
    "runtimes/win-x64/native/api-ms-win-crt-locale-l1-1-0.dll": {
    "fileVersion": "10.0.17134.12"
    },
    "runtimes/win-x64/native/api-ms-win-crt-math-l1-1-0.dll": {
    "fileVersion": "10.0.17134.12"
    },
    "runtimes/win-x64/native/api-ms-win-crt-multibyte-l1-1-0.dll": {
    "fileVersion": "10.0.17134.12"
    },
    "runtimes/win-x64/native/api-ms-win-crt-private-l1-1-0.dll": {
    "fileVersion": "10.0.17134.12"
    },
    "runtimes/win-x64/native/api-ms-win-crt-process-l1-1-0.dll": {
    "fileVersion": "10.0.17134.12"
    },
    "runtimes/win-x64/native/api-ms-win-crt-runtime-l1-1-0.dll": {
    "fileVersion": "10.0.17134.12"
    },
    "runtimes/win-x64/native/api-ms-win-crt-stdio-l1-1-0.dll": {
    "fileVersion": "10.0.17134.12"
    },
    "runtimes/win-x64/native/api-ms-win-crt-string-l1-1-0.dll": {
    "fileVersion": "10.0.17134.12"
    },
    "runtimes/win-x64/native/api-ms-win-crt-time-l1-1-0.dll": {
    "fileVersion": "10.0.17134.12"
    },
    "runtimes/win-x64/native/api-ms-win-crt-utility-l1-1-0.dll": {
    "fileVersion": "10.0.17134.12"
    },
    "runtimes/win-x64/native/clrcompression.dll": {
    "fileVersion": "4.700.21.47101"
    },
    "runtimes/win-x64/native/clretwrc.dll": {
    "fileVersion": "4.700.21.47003"
    },
    "runtimes/win-x64/native/clrjit.dll": {
    "fileVersion": "4.700.21.47003"
    },
    "runtimes/win-x64/native/coreclr.dll": {
    "fileVersion": "4.700.21.47003"
    },
    "runtimes/win-x64/native/dbgshim.dll": {
    "fileVersion": "4.700.21.47003"
    },
    "runtimes/win-x64/native/mscordaccore.dll": {
    "fileVersion": "4.700.21.47003"
    },
    "runtimes/win-x64/native/mscordaccore_amd64_amd64_4.700.21.47003.dll": {
    "fileVersion": "4.700.21.47003"
    },
    "runtimes/win-x64/native/mscordbi.dll": {
    "fileVersion": "4.700.21.47003"
    },
    "runtimes/win-x64/native/mscorrc.debug.dll": {
    "fileVersion": "4.700.21.47003"
    },
    "runtimes/win-x64/native/mscorrc.dll": {
    "fileVersion": "4.700.21.47003"
    },
    "runtimes/win-x64/native/ucrtbase.dll": {
    "fileVersion": "10.0.17134.12"
    }
    }
    },
    "runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy/3.1.20": {
    "native": {
    "runtimes/win-x64/native/hostpolicy.dll": {
    "fileVersion": "3.100.2021.47105"
    }
    }
    },
    "XliffTasks/1.0.0-beta.20206.1": {}
    }
    },
    "libraries": {
    "Microsoft.Build.Tasks.Git/1.1.0-beta-20206-02": {
    "type": "package",
    "serviceable": true,
    "sha512": "sha512-hZ9leS9Yd9MHpqvviMftSJFDcLYu2h1DrapW1TDm1s1fgOy71c8HvArNMd3fseVkXmp3VTfGnkgcw0FR+TI6xw==",
    "path": "microsoft.build.tasks.git/1.1.0-beta-20206-02",
    "hashPath": "microsoft.build.tasks.git.1.1.0-beta-20206-02.nupkg.sha512"
    },
    "Microsoft.NETCore.App/3.1.20-servicing.21471.5": {
    "type": "package",
    "serviceable": true,
    "sha512": "sha512-NVS7cZps3Nod3wFl7aEljfFHbUSQfJxqmwrljRzgj2nm+ezg1bce9k6kPQMAqo7ezYPYCmB8HvuQOi1to/nsrA==",
    "path": "microsoft.netcore.app/3.1.20-servicing.21471.5",
    "hashPath": "microsoft.netcore.app.3.1.20-servicing.21471.5.nupkg.sha512"
    },
    "Microsoft.NETCore.App.Internal/3.1.20-servicing.21471.5": {
    "type": "package",
    "serviceable": true,
    "sha512": "sha512-aMLibBu0AxJ040TqW2MNWO+dHidlOpDGRvQUY5lSGERXesqhEjPs/HAukrsdjfaPqSDVM0+RvuWmXlofTLdOnA==",
    "path": "microsoft.netcore.app.internal/3.1.20-servicing.21471.5",
    "hashPath": "microsoft.netcore.app.internal.3.1.20-servicing.21471.5.nupkg.sha512"
    },
    "Microsoft.NETCore.DotNetHostPolicy/3.1.20": {
    "type": "package",
    "serviceable": true,
    "sha512": "sha512-vuTP5tHGwNCDDbx3pBnDkGICUzJ5sCeHsi18W8kxVHCbEeUmn7y6VkjUTUuDKu+3I5UxTMVVRbvDf3PwhO7v/Q=="
    },
    "Microsoft.NETCore.Platforms/3.1.9": {
    "type": "package",
    "serviceable": true,
    "sha512": "sha512-e+/BrhryHoMojWlbcPJAFcShpk3JYvsMfrmoM26dnvHARWR6vtmGbfHppZcANVqf7DUBDIRxlZXcWg7v/9e1TQ==",
    "path": "microsoft.netcore.platforms/3.1.9",
    "hashPath": "microsoft.netcore.platforms.3.1.9.nupkg.sha512"
    },
    "Microsoft.NETCore.Targets/3.1.0": {
    "type": "package",
    "serviceable": true,
    "sha512": "sha512-IAFeJxHy2vlTm3mhiZVP/jKE5DImLUMQc3OV8z5G4ZBeYNAlPSwjC5V/Vx14GIJU6Osmhr+XPmtWW0cv5jSmTw==",
    "path": "microsoft.netcore.targets/3.1.0",
    "hashPath": "microsoft.netcore.targets.3.1.0.nupkg.sha512"
    },
    "Microsoft.SourceLink.AzureRepos.Git/1.1.0-beta-20206-02": {
    "type": "package",
    "serviceable": true,
    "sha512": "sha512-vVYhSds9TfraTQkGHHMDMVWnr3kCkTZ7vmqUmrXQBDJFXiWTuMoP5RRa9s1M/KmgB4szi5TOb7sOaHWKDT9qDA==",
    "path": "microsoft.sourcelink.azurerepos.git/1.1.0-beta-20206-02",
    "hashPath": "microsoft.sourcelink.azurerepos.git.1.1.0-beta-20206-02.nupkg.sha512"
    },
    "Microsoft.SourceLink.Common/1.1.0-beta-20206-02": {
    "type": "package",
    "serviceable": true,
    "sha512": "sha512-aek0RTQ+4Bf11WvqaXajwYoaBWkX2edBjAr5XJOvhAsHX6/9vPOb7IpHAiE/NyCse7IcpGWslJZHNkv4UBEFqw==",
    "path": "microsoft.sourcelink.common/1.1.0-beta-20206-02",
    "hashPath": "microsoft.sourcelink.common.1.1.0-beta-20206-02.nupkg.sha512"
    },
    "Microsoft.SourceLink.GitHub/1.1.0-beta-20206-02": {
    "type": "package",
    "serviceable": true,
    "sha512": "sha512-7A7P0EwL+lypaI/CEvG4IcpAlQeAt04uPPw1SO6Q9Jwz2nE9309pQXJ4TfP/RLL8IOObACidN66+gVR+bJDZHw==",
    "path": "microsoft.sourcelink.github/1.1.0-beta-20206-02",
    "hashPath": "microsoft.sourcelink.github.1.1.0-beta-20206-02.nupkg.sha512"
    },
    "NETStandard.Library/2.1.0": {
    "type": "package",
    "serviceable": true,
    "sha512": "sha512-5HpvGyPsBaglPPgkcUYRyBuTc1KwVsaiYrrt6dLb9SC/VTClgTjXq3rHo7aXDiodwIwtbCJCLCq+ZPyjwkamjw==",
    "path": "netstandard.library/2.1.0",
    "hashPath": "netstandard.library.2.1.0.nupkg.sha512"
    },
    "runtime.win-x64.Microsoft.NETCore.App/3.1.20-servicing.21471.5": {
    "type": "package",
    "serviceable": true,
    "sha512": "sha512-dPROJlGFJbamCW+/2nkt8ZolFy+YvCmq9cGDRLcVOXGN6eD2cnYtp7kDdMdZoLLq43seaCHIsTaBlfTYEXvwuQ==",
    "path": "runtime.win-x64.microsoft.netcore.app/3.1.20-servicing.21471.5",
    "hashPath": "runtime.win-x64.microsoft.netcore.app.3.1.20-servicing.21471.5.nupkg.sha512"
    },
    "runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy/3.1.20": {
    "type": "package",
    "serviceable": true,
    "sha512": "sha512-krghJAJNWbhBu5oycCq7gzK/yrfdwcH57hQTIw43xlCLfmA2Bq05f4LmJGmZ0ExkP/WCIL9g+CAjkBHKFgPx+Q=="
    },
    "XliffTasks/1.0.0-beta.20206.1": {
    "type": "package",
    "serviceable": true,
    "sha512": "sha512-dyFKBJ/x+vbC8/0OJHKcUSVzL8jTU95Z3Dc3kosx7DxauQ/zZJRC8JSuXqhtni3zChRvA01yQFKLtVuoiZOx0g==",
    "path": "xlifftasks/1.0.0-beta.20206.1",
    "hashPath": "xlifftasks.1.0.0-beta.20206.1.nupkg.sha512"
    }
    },
    "runtimes": {
    "win-arm": [
    "win",
    "any",
    "base"
    ],
    "win-arm64": [
    "win",
    "any",
    "base"
    ],
    "win-x64": [
    "win",
    "any",
    "base"
    ],
    "win-x86": [
    "win",
    "any",
    "base"
    ],
    "win": [
    "any",
    "base"
    ],
    "win-aot": [
    "win",
    "aot",
    "any",
    "base"
    ],
    "win-arm-aot": [
    "win-aot",
    "win-arm",
    "win",
    "aot",
    "any",
    "base"
    ],
    "win-arm64-aot": [
    "win-aot",
    "win-arm64",
    "win",
    "aot",
    "any",
    "base"
    ],
    "win-x64-aot": [
    "win-aot",
    "win-x64",
    "win",
    "aot",
    "any",
    "base"
    ],
    "win-x86-aot": [
    "win-aot",
    "win-x86",
    "win",
    "aot",
    "any",
    "base"
    ],
    "win10": [
    "win81",
    "win8",
    "win7",
    "win",
    "any",
    "base"
    ],
    "win10-aot": [
    "win10",
    "win81-aot",
    "win81",
    "win8-aot",
    "win8",
    "win7-aot",
    "win7",
    "win-aot",
    "win",
    "aot",
    "any",
    "base"
    ],
    "win10-arm": [
    "win10",
    "win81-arm",
    "win81",
    "win8-arm",
    "win8",
    "win7-arm",
    "win7",
    "win-arm",
    "win",
    "any",
    "base"
    ],
    "win10-arm-aot": [
    "win10-aot",
    "win10-arm",
    "win10",
    "win81-arm-aot",
    "win81-aot",
    "win81-arm",
    "win81",
    "win8-arm-aot",
    "win8-aot",
    "win8-arm",
    "win8",
    "win7-arm-aot",
    "win7-aot",
    "win7-arm",
    "win7",
    "win-arm-aot",
    "win-aot",
    "win-arm",
    "win",
    "aot",
    "any",
    "base"
    ],
    "win10-arm64": [
    "win10",
    "win81-arm64",
    "win81",
    "win8-arm64",
    "win8",
    "win7-arm64",
    "win7",
    "win-arm64",
    "win",
    "any",
    "base"
    ],
    "win10-arm64-aot": [
    "win10-aot",
    "win10-arm64",
    "win10",
    "win81-arm64-aot",
    "win81-aot",
    "win81-arm64",
    "win81",
    "win8-arm64-aot",
    "win8-aot",
    "win8-arm64",
    "win8",
    "win7-arm64-aot",
    "win7-aot",
    "win7-arm64",
    "win7",
    "win-arm64-aot",
    "win-aot",
    "win-arm64",
    "win",
    "aot",
    "any",
    "base"
    ],
    "win10-x64": [
    "win10",
    "win81-x64",
    "win81",
    "win8-x64",
    "win8",
    "win7-x64",
    "win7",
    "win-x64",
    "win",
    "any",
    "base"
    ],
    "win10-x64-aot": [
    "win10-aot",
    "win10-x64",
    "win10",
    "win81-x64-aot",
    "win81-aot",
    "win81-x64",
    "win81",
    "win8-x64-aot",
    "win8-aot",
    "win8-x64",
    "win8",
    "win7-x64-aot",
    "win7-aot",
    "win7-x64",
    "win7",
    "win-x64-aot",
    "win-aot",
    "win-x64",
    "win",
    "aot",
    "any",
    "base"
    ],
    "win10-x86": [
    "win10",
    "win81-x86",
    "win81",
    "win8-x86",
    "win8",
    "win7-x86",
    "win7",
    "win-x86",
    "win",
    "any",
    "base"
    ],
    "win10-x86-aot": [
    "win10-aot",
    "win10-x86",
    "win10",
    "win81-x86-aot",
    "win81-aot",
    "win81-x86",
    "win81",
    "win8-x86-aot",
    "win8-aot",
    "win8-x86",
    "win8",
    "win7-x86-aot",
    "win7-aot",
    "win7-x86",
    "win7",
    "win-x86-aot",
    "win-aot",
    "win-x86",
    "win",
    "aot",
    "any",
    "base"
    ],
    "win7": [
    "win",
    "any",
    "base"
    ],
    "win7-aot": [
    "win7",
    "win-aot",
    "win",
    "aot",
    "any",
    "base"
    ],
    "win7-arm": [
    "win7",
    "win-arm",
    "win",
    "any",
    "base"
    ],
    "win7-arm-aot": [
    "win7-aot",
    "win7-arm",
    "win7",
    "win-arm-aot",
    "win-aot",
    "win-arm",
    "win",
    "aot",
    "any",
    "base"
    ],
    "win7-arm64": [
    "win7",
    "win-arm64",
    "win",
    "any",
    "base"
    ],
    "win7-arm64-aot": [
    "win7-aot",
    "win7-arm64",
    "win7",
    "win-arm64-aot",
    "win-aot",
    "win-arm64",
    "win",
    "aot",
    "any",
    "base"
    ],
    "win7-x64": [
    "win7",
    "win-x64",
    "win",
    "any",
    "base"
    ],
    "win7-x64-aot": [
    "win7-aot",
    "win7-x64",
    "win7",
    "win-x64-aot",
    "win-aot",
    "win-x64",
    "win",
    "aot",
    "any",
    "base"
    ],
    "win7-x86": [
    "win7",
    "win-x86",
    "win",
    "any",
    "base"
    ],
    "win7-x86-aot": [
    "win7-aot",
    "win7-x86",
    "win7",
    "win-x86-aot",
    "win-aot",
    "win-x86",
    "win",
    "aot",
    "any",
    "base"
    ],
    "win8": [
    "win7",
    "win",
    "any",
    "base"
    ],
    "win8-aot": [
    "win8",
    "win7-aot",
    "win7",
    "win-aot",
    "win",
    "aot",
    "any",
    "base"
    ],
    "win8-arm": [
    "win8",
    "win7-arm",
    "win7",
    "win-arm",
    "win",
    "any",
    "base"
    ],
    "win8-arm-aot": [
    "win8-aot",
    "win8-arm",
    "win8",
    "win7-arm-aot",
    "win7-aot",
    "win7-arm",
    "win7",
    "win-arm-aot",
    "win-aot",
    "win-arm",
    "win",
    "aot",
    "any",
    "base"
    ],
    "win8-arm64": [
    "win8",
    "win7-arm64",
    "win7",
    "win-arm64",
    "win",
    "any",
    "base"
    ],
    "win8-arm64-aot": [
    "win8-aot",
    "win8-arm64",
    "win8",
    "win7-arm64-aot",
    "win7-aot",
    "win7-arm64",
    "win7",
    "win-arm64-aot",
    "win-aot",
    "win-arm64",
    "win",
    "aot",
    "any",
    "base"
    ],
    "win8-x64": [
    "win8",
    "win7-x64",
    "win7",
    "win-x64",
    "win",
    "any",
    "base"
    ],
    "win8-x64-aot": [
    "win8-aot",
    "win8-x64",
    "win8",
    "win7-x64-aot",
    "win7-aot",
    "win7-x64",
    "win7",
    "win-x64-aot",
    "win-aot",
    "win-x64",
    "win",
    "aot",
    "any",
    "base"
    ],
    "win8-x86": [
    "win8",
    "win7-x86",
    "win7",
    "win-x86",
    "win",
    "any",
    "base"
    ],
    "win8-x86-aot": [
    "win8-aot",
    "win8-x86",
    "win8",
    "win7-x86-aot",
    "win7-aot",
    "win7-x86",
    "win7",
    "win-x86-aot",
    "win-aot",
    "win-x86",
    "win",
    "aot",
    "any",
    "base"
    ],
    "win81": [
    "win8",
    "win7",
    "win",
    "any",
    "base"
    ],
    "win81-aot": [
    "win81",
    "win8-aot",
    "win8",
    "win7-aot",
    "win7",
    "win-aot",
    "win",
    "aot",
    "any",
    "base"
    ],
    "win81-arm": [
    "win81",
    "win8-arm",
    "win8",
    "win7-arm",
    "win7",
    "win-arm",
    "win",
    "any",
    "base"
    ],
    "win81-arm-aot": [
    "win81-aot",
    "win81-arm",
    "win81",
    "win8-arm-aot",
    "win8-aot",
    "win8-arm",
    "win8",
    "win7-arm-aot",
    "win7-aot",
    "win7-arm",
    "win7",
    "win-arm-aot",
    "win-aot",
    "win-arm",
    "win",
    "aot",
    "any",
    "base"
    ],
    "win81-arm64": [
    "win81",
    "win8-arm64",
    "win8",
    "win7-arm64",
    "win7",
    "win-arm64",
    "win",
    "any",
    "base"
    ],
    "win81-arm64-aot": [
    "win81-aot",
    "win81-arm64",
    "win81",
    "win8-arm64-aot",
    "win8-aot",
    "win8-arm64",
    "win8",
    "win7-arm64-aot",
    "win7-aot",
    "win7-arm64",
    "win7",
    "win-arm64-aot",
    "win-aot",
    "win-arm64",
    "win",
    "aot",
    "any",
    "base"
    ],
    "win81-x64": [
    "win81",
    "win8-x64",
    "win8",
    "win7-x64",
    "win7",
    "win-x64",
    "win",
    "any",
    "base"
    ],
    "win81-x64-aot": [
    "win81-aot",
    "win81-x64",
    "win81",
    "win8-x64-aot",
    "win8-aot",
    "win8-x64",
    "win8",
    "win7-x64-aot",
    "win7-aot",
    "win7-x64",
    "win7",
    "win-x64-aot",
    "win-aot",
    "win-x64",
    "win",
    "aot",
    "any",
    "base"
    ],
    "win81-x86": [
    "win81",
    "win8-x86",
    "win8",
    "win7-x86",
    "win7",
    "win-x86",
    "win",
    "any",
    "base"
    ],
    "win81-x86-aot": [
    "win81-aot",
    "win81-x86",
    "win81",
    "win8-x86-aot",
    "win8-aot",
    "win8-x86",
    "win8",
    "win7-x86-aot",
    "win7-aot",
    "win7-x86",
    "win7",
    "win-x86-aot",
    "win-aot",
    "win-x86",
    "win",
    "aot",
    "any",
    "base"
    ]
    }
    }
    40 changes: 40 additions & 0 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,40 @@
    {
    "dart.sdkPath": "C:\\src\\flutter\\bin\\cache\\dart-sdk",
    "workbench.iconTheme": "material-icon-theme",
    "git.enableSmartCommit": true,
    "git.autofetch": true,
    "vsicons.dontShowNewVersionMessage": true,
    "editor.suggestSelection": "first",
    "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
    "python.languageServer": "Microsoft",
    "terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe",
    "[dart]": {
    "editor.formatOnSave": true,
    "editor.formatOnType": true,
    "editor.rulers": [
    80
    ],
    "editor.selectionHighlight": false,
    "editor.suggest.snippetsPreventQuickSuggestions": false,
    "editor.suggestSelection": "first",
    "editor.tabCompletion": "onlySnippets",
    "editor.wordBasedSuggestions": false
    },
    "todo-tree.tree.showScanModeButton": false,
    "extensions.autoUpdate": false,
    "debug.onTaskErrors": "debugAnyway",
    "workbench.colorTheme": "Community Material Theme High Contrast",
    "sync.gist": "31d7f5c86b1b46eca4abf7dd9ba947df",
    "sync.autoDownload": true,
    "sync.autoUpload": true,
    "mssql.connections": [
    {
    "server": "{{put-server-name-here}}",
    "database": "{{put-database-name-here}}",
    "user": "{{put-username-here}}",
    "password": "{{put-password-here}}"
    }
    ],
    "liveServer.settings.donotVerifyTags": true,
    "liveServer.settings.donotShowInfoMsg": true
    }
  5. @Rahiche Rahiche created this gist Aug 11, 2018.
    68 changes: 68 additions & 0 deletions SliverAppBar
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,68 @@
    import 'package:flutter/material.dart';

    void main() => runApp(MaterialApp(home: new MyApp()));

    class MyApp extends StatefulWidget {
    @override
    _MyAppState createState() => _MyAppState();
    }

    class _MyAppState extends State<MyApp> {
    String img1 =
    "https://images.pexels.com/photos/531880/pexels-photo-531880.jpeg?auto=compress&cs=tinysrgb&h=350";
    String img2 =
    "https://images.pexels.com/photos/262438/pexels-photo-262438.jpeg?auto=compress&cs=tinysrgb&h=350";
    String img3 =
    "https://images.pexels.com/photos/865002/pexels-photo-865002.jpeg?auto=compress&cs=tinysrgb&h=350";
    String img4 =
    "https://images.pexels.com/photos/39397/dart-target-aim-arrow-39397.jpeg?auto=compress&cs=tinysrgb&h=350";
    @override
    Widget build(BuildContext context) {
    return Scaffold(
    body: CustomScrollView(
    reverse: true,
    slivers: <Widget>[
    MyAppBar(
    imgUrl: img1,
    ),
    MyAppBar(
    imgUrl: img2,
    ),
    MyAppBar(
    imgUrl: img3,
    ),
    MyAppBar(
    imgUrl: img4,
    ),
    SliverFillRemaining(
    child: Container(),
    )
    ],
    ),
    );
    }
    }

    class MyAppBar extends StatelessWidget {
    final String imgUrl;
    const MyAppBar({
    Key key,
    this.imgUrl,
    }) : super(key: key);

    @override
    Widget build(BuildContext context) {
    return SliverAppBar(
    expandedHeight: 250.0,
    pinned: true,
    flexibleSpace: FlexibleSpaceBar(
    background: Image.network(
    imgUrl,
    fit: BoxFit.cover,
    ),
    title: const Text('You must see this'),
    centerTitle: true,
    ),
    );
    }
    }