Skip to content

Instantly share code, notes, and snippets.

@sporto
Last active August 27, 2021 03:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sporto/054291b15b1e0a2c0a28fc97ac4ba030 to your computer and use it in GitHub Desktop.
Save sporto/054291b15b1e0a2c0a28fc97ac4ba030 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{
"version": 2,
"clips": [
{
"value": " {{ collection.pages }}",
"createdAt": 1630036485337,
"copyCount": 1,
"useCount": 0,
"language": "html",
"createdLocation": {
"range": {
"start": {
"line": 25,
"character": 0
},
"end": {
"line": 25,
"character": 0
}
},
"uri": "file:///home/sebastian/Source/jumacloud/frontend-css/showcase/src/_layouts/default.liquid"
}
},
{
"value": "---\ntitle: Buttons\nlayout: default.liquid\n---\n<h1>Buttons</h1>\n<section>\n {% include \"buttons.html\" %}\n</section>\n<section class=\"dark\">\n {% include \"buttons.html\" %}\n</section>\n",
"createdAt": 1630035471452,
"copyCount": 1,
"useCount": 0,
"language": "plaintext",
"createdLocation": {
"range": {
"start": {
"line": 0,
"character": 0
},
"end": {
"line": 11,
"character": 0
}
},
"uri": "file:///home/sebastian/Source/jumacloud/frontend-css/showcase/src/buttons/index.liquid"
}
},
{
"value": "_build/default/_doc/_html/index.html",
"createdAt": 1629870257018,
"copyCount": 1,
"useCount": 1,
"language": "just",
"createdLocation": {
"range": {
"start": {
"line": 45,
"character": 6
},
"end": {
"line": 45,
"character": 42
}
},
"uri": "file:///home/sebastian/Source/sporto/ocaml_validator/Justfile"
}
},
{
"value": "## Generate odoc documentation",
"createdAt": 1629870194513,
"copyCount": 1,
"useCount": 1,
"language": "just",
"createdLocation": {
"range": {
"start": {
"line": 38,
"character": 5
},
"end": {
"line": 38,
"character": 5
}
},
"uri": "file:///home/sebastian/Source/sporto/ocaml_validator/Justfile"
}
},
{
"value": "\"alcotest\" {with-test}",
"createdAt": 1629869909928,
"copyCount": 1,
"useCount": 1,
"language": "ocaml.opam",
"createdLocation": {
"range": {
"start": {
"line": 12,
"character": 2
},
"end": {
"line": 12,
"character": 24
}
},
"uri": "file:///home/sebastian/Source/sporto/ocaml_validator/validator.opam"
}
},
{
"value": "",
"createdAt": 1620604164223,
"copyCount": 8,
"useCount": 8,
"language": "elm",
"createdLocation": {
"range": {
"start": {
"line": 800,
"character": 4
},
"end": {
"line": 800,
"character": 19
}
},
"uri": "file:///home/sebastian/Source/staxio/stax/client/src/Elm/Pages/RawDataV4/ReportQuery.elm"
}
},
{
"value": "{ title = \"Index\"\n , body = []\n }",
"createdAt": 1629440737164,
"copyCount": 1,
"useCount": 1,
"language": "elm",
"createdLocation": {
"range": {
"start": {
"line": 68,
"character": 4
},
"end": {
"line": 70,
"character": 5
}
},
"uri": "file:///home/sebastian/Source/jumacloud/frontend-css/showcase/src/Page/Index.elm"
}
},
{
"value": "sharedData",
"createdAt": 1629440497547,
"copyCount": 1,
"useCount": 1,
"language": "elm",
"createdLocation": {
"range": {
"start": {
"line": 97,
"character": 5
},
"end": {
"line": 97,
"character": 15
}
},
"uri": "file:///home/sebastian/Source/jumacloud/frontend-css/showcase/src/Shared.elm"
}
},
{
"value": "import Html.Attributes exposing (class)",
"createdAt": 1629440201971,
"copyCount": 1,
"useCount": 1,
"language": "elm",
"createdLocation": {
"range": {
"start": {
"line": 3,
"character": 0
},
"end": {
"line": 3,
"character": 39
}
},
"uri": "file:///home/sebastian/Source/jumacloud/frontend-css/showcase/src/Layout.elm"
}
},
{
"value": "layout",
"createdAt": 1629440185449,
"copyCount": 1,
"useCount": 1,
"language": "elm",
"createdLocation": {
"range": {
"start": {
"line": 101,
"character": 0
},
"end": {
"line": 101,
"character": 6
}
},
"uri": "file:///home/sebastian/Source/jumacloud/frontend-css/showcase/src/Shared.elm"
}
},
{
"value": "view children =\n div\n []\n [ div [\n class \"\"\n ]\n [\n a [] [ text \"Buttons\"]\n ]\n , div [] children\n ]\n",
"createdAt": 1629440171945,
"copyCount": 1,
"useCount": 1,
"language": "elm",
"createdLocation": {
"range": {
"start": {
"line": 5,
"character": 0
},
"end": {
"line": 16,
"character": 0
}
},
"uri": "file:///home/sebastian/Source/jumacloud/frontend-css/showcase/src/Layout.elm"
}
},
{
"value": "StaticPayload",
"createdAt": 1629440033416,
"copyCount": 1,
"useCount": 1,
"language": "elm",
"createdLocation": {
"range": {
"start": {
"line": 65,
"character": 7
},
"end": {
"line": 65,
"character": 20
}
},
"uri": "file:///home/sebastian/Source/jumacloud/frontend-css/showcase/src/Page/Index.elm"
}
},
{
"value": "{ title = \"Placeholder - \" ++ moduleName\n , body = [ Html.text moduleName ]\n }\n",
"createdAt": 1629439834828,
"copyCount": 1,
"useCount": 1,
"language": "elm",
"createdLocation": {
"range": {
"start": {
"line": 20,
"character": 4
},
"end": {
"line": 23,
"character": 0
}
},
"uri": "file:///home/sebastian/Source/jumacloud/frontend-css/showcase/src/View.elm"
}
},
{
"value": "Showcase",
"createdAt": 1629439380672,
"copyCount": 1,
"useCount": 1,
"language": "elm",
"createdLocation": {
"range": {
"start": {
"line": 37,
"character": 26
},
"end": {
"line": 37,
"character": 26
}
},
"uri": "file:///home/sebastian/Source/jumacloud/frontend-css/showcase/src/Site.elm"
}
},
{
"value": "USW2-Airflow-MediumWorker",
"createdAt": 1629268240855,
"copyCount": 1,
"useCount": 1,
"language": "go",
"createdLocation": {
"range": {
"start": {
"line": 897,
"character": 52
},
"end": {
"line": 897,
"character": 77
}
},
"uri": "file:///home/sebastian/Source/staxio/billing/internal/normaliser/usage_code_test.go"
}
},
{
"value": "MediumWorker",
"createdAt": 1629268220336,
"copyCount": 1,
"useCount": 1,
"language": "go",
"createdLocation": {
"range": {
"start": {
"line": 897,
"character": 65
},
"end": {
"line": 897,
"character": 77
}
},
"uri": "file:///home/sebastian/Source/staxio/billing/internal/normaliser/usage_code_test.go"
}
},
{
"value": "\n - usage_type: '-Airflow-SmallWorker\\z'\n code: 'airflow_worker'\n\n sub_usage_code_mappings:\n - usage_type: '-SmallWorker\\z'\n code: 'small'",
"createdAt": 1629268213332,
"copyCount": 1,
"useCount": 1,
"language": "yaml",
"createdLocation": {
"range": {
"start": {
"line": 3742,
"character": 0
},
"end": {
"line": 3748,
"character": 25
}
},
"uri": "file:///home/sebastian/Source/staxio/billing/cfg/normaliser.yml"
}
},
{
"value": "medium",
"createdAt": 1629268203829,
"copyCount": 1,
"useCount": 1,
"language": "go",
"createdLocation": {
"range": {
"start": {
"line": 896,
"character": 110
},
"end": {
"line": 896,
"character": 116
}
},
"uri": "file:///home/sebastian/Source/staxio/billing/internal/normaliser/usage_code_test.go"
}
},
{
"value": "APS2-Airflow-MediumEnvironment",
"createdAt": 1629268115802,
"copyCount": 1,
"useCount": 1,
"language": "go",
"createdLocation": {
"range": {
"start": {
"line": 896,
"character": 52
},
"end": {
"line": 896,
"character": 82
}
},
"uri": "file:///home/sebastian/Source/staxio/billing/internal/normaliser/usage_code_test.go"
}
},
{
"value": "MediumEnvironment",
"createdAt": 1629268098848,
"copyCount": 1,
"useCount": 1,
"language": "go",
"createdLocation": {
"range": {
"start": {
"line": 896,
"character": 65
},
"end": {
"line": 896,
"character": 82
}
},
"uri": "file:///home/sebastian/Source/staxio/billing/internal/normaliser/usage_code_test.go"
}
},
{
"value": " - usage_type: '-Airflow-SmallEnvironment\\z'\n code: 'airflow_environment'\n\n sub_usage_code_mappings:\n - usage_type: '-SmallEnvironment\\z'\n code: 'small'\n",
"createdAt": 1629268092794,
"copyCount": 1,
"useCount": 1,
"language": "yaml",
"createdLocation": {
"range": {
"start": {
"line": 3736,
"character": 0
},
"end": {
"line": 3736,
"character": 0
}
},
"uri": "file:///home/sebastian/Source/staxio/billing/cfg/normaliser.yml"
}
},
{
"value": "sub_usage_code_mappings:\n - usage_type: '-SmallEnvironment\\z'\n code: 'small'",
"createdAt": 1629268077290,
"copyCount": 1,
"useCount": 1,
"language": "yaml",
"createdLocation": {
"range": {
"start": {
"line": 3735,
"character": 0
},
"end": {
"line": 3735,
"character": 0
}
},
"uri": "file:///home/sebastian/Source/staxio/billing/cfg/normaliser.yml"
}
},
{
"value": "airflow_environment",
"createdAt": 1629268052280,
"copyCount": 1,
"useCount": 1,
"language": "go",
"createdLocation": {
"range": {
"start": {
"line": 897,
"character": 86
},
"end": {
"line": 897,
"character": 105
}
},
"uri": "file:///home/sebastian/Source/staxio/billing/internal/normaliser/usage_code_test.go"
}
},
{
"value": "mwaa",
"createdAt": 1629268033292,
"copyCount": 1,
"useCount": 1,
"language": "go",
"createdLocation": {
"range": {
"start": {
"line": 899,
"character": 33
},
"end": {
"line": 899,
"character": 37
}
},
"uri": "file:///home/sebastian/Source/staxio/billing/internal/normaliser/usage_code_test.go"
}
},
{
"value": "APS1-SyncExpensePagesProcessed",
"createdAt": 1629267675650,
"copyCount": 1,
"useCount": 1,
"language": "go",
"createdLocation": {
"range": {
"start": {
"line": 1307,
"character": 56
},
"end": {
"line": 1307,
"character": 86
}
},
"uri": "file:///home/sebastian/Source/staxio/billing/internal/normaliser/usage_code_test.go"
}
},
{
"value": "analyze_expense_api",
"createdAt": 1629267627130,
"copyCount": 1,
"useCount": 1,
"language": "yaml",
"createdLocation": {
"range": {
"start": {
"line": 5456,
"character": 15
},
"end": {
"line": 5456,
"character": 34
}
},
"uri": "file:///home/sebastian/Source/staxio/billing/cfg/normaliser.yml"
}
},
{
"value": "ExpensePagesProcessed",
"createdAt": 1629267496082,
"copyCount": 1,
"useCount": 1,
"language": "yaml",
"createdLocation": {
"range": {
"start": {
"line": 5453,
"character": 38
},
"end": {
"line": 5453,
"character": 59
}
},
"uri": "file:///home/sebastian/Source/staxio/billing/cfg/normaliser.yml"
}
},
{
"value": "- code: 'detect_document_text_api'\n usage_types:\n - '-(Async|Sync)TextPagesProcessed\\z'",
"createdAt": 1629267489561,
"copyCount": 1,
"useCount": 1,
"language": "yaml",
"createdLocation": {
"range": {
"start": {
"line": 5455,
"character": 6
},
"end": {
"line": 5457,
"character": 47
}
},
"uri": "file:///home/sebastian/Source/staxio/billing/cfg/normaliser.yml"
}
},
{
"value": "SyncExpensePagesProcessed",
"createdAt": 1629266999306,
"copyCount": 3,
"useCount": 3,
"language": "go",
"createdLocation": {
"range": {
"start": {
"line": 1307,
"character": 152
},
"end": {
"line": 1307,
"character": 177
}
},
"uri": "file:///home/sebastian/Source/staxio/billing/internal/normaliser/usage_code_test.go"
}
},
{
"value": "- code: 'pages_with_tables'\n usage_type: '-(Async|Sync)TablesPagesProcessed\\z'",
"createdAt": 1629267381521,
"copyCount": 1,
"useCount": 1,
"language": "yaml",
"createdLocation": {
"range": {
"start": {
"line": 5451,
"character": 0
},
"end": {
"line": 5451,
"character": 0
}
},
"uri": "file:///home/sebastian/Source/staxio/billing/cfg/normaliser.yml"
}
},
{
"value": "PagesProcessed",
"createdAt": 1629267318485,
"copyCount": 1,
"useCount": 1,
"language": "yaml",
"createdLocation": {
"range": {
"start": {
"line": 5444,
"character": 40
},
"end": {
"line": 5444,
"character": 54
}
},
"uri": "file:///home/sebastian/Source/staxio/billing/cfg/normaliser.yml"
}
},
{
"value": "pages_with_forms",
"createdAt": 1629267264464,
"copyCount": 1,
"useCount": 1,
"language": "yaml",
"createdLocation": {
"range": {
"start": {
"line": 5446,
"character": 19
},
"end": {
"line": 5446,
"character": 35
}
},
"uri": "file:///home/sebastian/Source/staxio/billing/cfg/normaliser.yml"
}
},
{
"value": "Expense",
"createdAt": 1629267135925,
"copyCount": 1,
"useCount": 1,
"language": "go",
"createdLocation": {
"range": {
"start": {
"line": 1307,
"character": 65
},
"end": {
"line": 1307,
"character": 72
}
},
"uri": "file:///home/sebastian/Source/staxio/billing/internal/normaliser/usage_code_test.go"
}
},
{
"value": "analyze_document_api",
"createdAt": 1629267051813,
"copyCount": 1,
"useCount": 1,
"language": "go",
"createdLocation": {
"range": {
"start": {
"line": 1304,
"character": 215
},
"end": {
"line": 1304,
"character": 235
}
},
"uri": "file:///home/sebastian/Source/staxio/billing/internal/normaliser/usage_code_test.go"
}
},
{
"value": "Operation: \"API Request\"",
"createdAt": 1629266974786,
"copyCount": 1,
"useCount": 1,
"language": "go",
"createdLocation": {
"range": {
"start": {
"line": 1306,
"character": 86
},
"end": {
"line": 1306,
"character": 110
}
},
"uri": "file:///home/sebastian/Source/staxio/billing/internal/normaliser/usage_code_test.go"
}
},
{
"value": "\t\t{normalised.Line{ProductCode: \"textract\", UsageType: \"APS1-SyncExpensePagesProcessed\", ItemDescription: \"$0.0 per Pages for SyncExpensePagesProcessed usage in Asia Pacific (Singapore)\"}, \"usage\", \"\"},\n",
"createdAt": 1629266888846,
"copyCount": 1,
"useCount": 1,
"language": "go",
"createdLocation": {
"range": {
"start": {
"line": 420,
"character": 0
},
"end": {
"line": 420,
"character": 0
}
},
"uri": "file:///home/sebastian/Source/staxio/billing/internal/normaliser/usage_code_test.go"
}
},
{
"value": "DATABASE_URL",
"createdAt": 1629181980877,
"copyCount": 2,
"useCount": 2,
"language": "ocaml",
"createdLocation": {
"range": {
"start": {
"line": 20,
"character": 14
},
"end": {
"line": 20,
"character": 26
}
},
"uri": "file:///home/sebastian/Source/sporto/mini_cms/lib/Config.ml"
}
},
{
"value": "database_url =\n\ttry\n\t\tSys.getenv \"DATABASE_URL\"\n\twith\n\tNot_found -> raise (EnvVarNotFound \"DATABASE_URL\")\n\npassword_salt =\n\ttry\n\t\tSys.getenv \"PASSWORD_SALT\"\n\twith\n\tNot_found -> raise (EnvVarNotFound \"PASSWORD_SALT\")\n\nsession_secret =\n\ttry\n\t\tSys.getenv \"SESSION_SECRET\"\n\twith\n\tNot_found -> raise (EnvVarNotFound \"SESSION_SECRET\")",
"createdAt": 1629182023440,
"copyCount": 1,
"useCount": 1,
"language": "ocaml",
"createdLocation": {
"range": {
"start": {
"line": 15,
"character": 0
},
"end": {
"line": 15,
"character": 0
}
},
"uri": "file:///home/sebastian/Source/sporto/mini_cms/lib/Config.ml"
}
},
{
"value": "database_url",
"createdAt": 1629181951371,
"copyCount": 2,
"useCount": 2,
"language": "ocaml",
"createdLocation": {
"range": {
"start": {
"line": 16,
"character": 45
},
"end": {
"line": 16,
"character": 45
}
},
"uri": "file:///home/sebastian/Source/sporto/mini_cms/lib/Config.ml"
}
},
{
"value": "session_secret",
"createdAt": 1629182001382,
"copyCount": 1,
"useCount": 1,
"language": "ocaml",
"createdLocation": {
"range": {
"start": {
"line": 13,
"character": 2
},
"end": {
"line": 13,
"character": 16
}
},
"uri": "file:///home/sebastian/Source/sporto/mini_cms/lib/Config.ml"
}
},
{
"value": "SESSION_SECRET",
"createdAt": 1629181997886,
"copyCount": 1,
"useCount": 1,
"language": "ocaml",
"createdLocation": {
"range": {
"start": {
"line": 13,
"character": 31
},
"end": {
"line": 13,
"character": 45
}
},
"uri": "file:///home/sebastian/Source/sporto/mini_cms/lib/Config.ml"
}
},
{
"value": "PASSWORD_SALT",
"createdAt": 1629181993380,
"copyCount": 1,
"useCount": 1,
"language": "ocaml",
"createdLocation": {
"range": {
"start": {
"line": 27,
"character": 5
},
"end": {
"line": 27,
"character": 5
}
},
"uri": "file:///home/sebastian/Source/sporto/mini_cms/lib/Config.ml"
}
},
{
"value": "password_salt",
"createdAt": 1629181990377,
"copyCount": 1,
"useCount": 1,
"language": "ocaml",
"createdLocation": {
"range": {
"start": {
"line": 12,
"character": 2
},
"end": {
"line": 12,
"character": 15
}
},
"uri": "file:///home/sebastian/Source/sporto/mini_cms/lib/Config.ml"
}
},
{
"value": "database_url =\n\ttry\n\t\tSys.getenv \"DATABASE_URL\"\n\twith\n\tNot_found -> raise (EnvVarNotFound \"DATABASE_URL\")",
"createdAt": 1629181985377,
"copyCount": 1,
"useCount": 1,
"language": "ocaml",
"createdLocation": {
"range": {
"start": {
"line": 22,
"character": 51
},
"end": {
"line": 22,
"character": 51
}
},
"uri": "file:///home/sebastian/Source/sporto/mini_cms/lib/Config.ml"
}
},
{
"value": "Not_found -> raise (EnvVarNotFound \"Oh no!\")",
"createdAt": 1629181977875,
"copyCount": 1,
"useCount": 1,
"language": "ocaml",
"createdLocation": {
"range": {
"start": {
"line": 16,
"character": 1
},
"end": {
"line": 16,
"character": 45
}
},
"uri": "file:///home/sebastian/Source/sporto/mini_cms/lib/Config.ml"
}
},
{
"value": "Sys.getenv \"DATABASE_URL\";",
"createdAt": 1629181964872,
"copyCount": 1,
"useCount": 1,
"language": "ocaml",
"createdLocation": {
"range": {
"start": {
"line": 11,
"character": 17
},
"end": {
"line": 11,
"character": 43
}
},
"uri": "file:///home/sebastian/Source/sporto/mini_cms/lib/Config.ml"
}
},
{
"value": "EnvVarNotFound",
"createdAt": 1629181902356,
"copyCount": 1,
"useCount": 1,
"language": "ocaml",
"createdLocation": {
"range": {
"start": {
"line": 0,
"character": 10
},
"end": {
"line": 0,
"character": 24
}
},
"uri": "file:///home/sebastian/Source/sporto/mini_cms/lib/Config.ml"
}
},
{
"value": "Not_Found",
"createdAt": 1629181877346,
"copyCount": 1,
"useCount": 1,
"language": "ocaml",
"createdLocation": {
"range": {
"start": {
"line": 14,
"character": 1
},
"end": {
"line": 14,
"character": 10
}
},
"uri": "file:///home/sebastian/Source/sporto/mini_cms/lib/Config.ml"
}
},
{
"value": "--debug-backtraces ",
"createdAt": 1629181725309,
"copyCount": 1,
"useCount": 1,
"language": "just",
"createdLocation": {
"range": {
"start": {
"line": 11,
"character": 21
},
"end": {
"line": 11,
"character": 21
}
},
"uri": "file:///home/sebastian/Source/sporto/mini_cms/Justfile"
}
},
{
"value": "http://elmrepl.cuberoot.in",
"createdAt": 1628728652280,
"copyCount": 1,
"useCount": 1,
"language": "markdown",
"createdLocation": {
"range": {
"start": {
"line": 316,
"character": 16
},
"end": {
"line": 316,
"character": 42
}
},
"uri": "file:///home/sebastian/Source/sporto/awesome-elm/README.md"
}
},
{
"value": "Awesome Elm PLTD",
"createdAt": 1628728548227,
"copyCount": 1,
"useCount": 1,
"language": "markdown",
"createdLocation": {
"range": {
"start": {
"line": 72,
"character": 3
},
"end": {
"line": 72,
"character": 19
}
},
"uri": "file:///home/sebastian/Source/sporto/awesome-elm/README.md"
}
},
{
"value": "elm-posix",
"createdAt": 1628728440152,
"copyCount": 1,
"useCount": 1,
"language": "markdown",
"createdLocation": {
"range": {
"start": {
"line": 495,
"character": 3
},
"end": {
"line": 495,
"character": 12
}
},
"uri": "file:///home/sebastian/Source/sporto/awesome-elm/README.md"
}
},
{
"value": "* [elm-posix](https://github.com/albertdahlin/elm-posix) - Write CLI programs using Elm",
"createdAt": 1626827689423,
"copyCount": 2,
"useCount": 2,
"language": "markdown",
"createdLocation": {
"range": {
"start": {
"line": 216,
"character": 0
},
"end": {
"line": 216,
"character": 0
}
},
"uri": "file:///home/sebastian/Source/sporto/awesome-elm/README.md"
}
},
{
"value": "Beyond the DOM",
"createdAt": 1626828758399,
"copyCount": 2,
"useCount": 2,
"language": "markdown",
"createdLocation": {
"range": {
"start": {
"line": 344,
"character": 0
},
"end": {
"line": 344,
"character": 0
}
},
"uri": "file:///home/sebastian/Source/sporto/awesome-elm/README.md"
}
},
{
"value": "beyond-the-dom",
"createdAt": 1628728370124,
"copyCount": 1,
"useCount": 1,
"language": "markdown",
"createdLocation": {
"range": {
"start": {
"line": 36,
"character": 20
},
"end": {
"line": 36,
"character": 34
}
},
"uri": "file:///home/sebastian/Source/sporto/awesome-elm/README.md"
}
},
{
"value": "servant-server",
"createdAt": 1628229104795,
"copyCount": 1,
"useCount": 1,
"language": "yaml",
"createdLocation": {
"range": {
"start": {
"line": 25,
"character": 2
},
"end": {
"line": 25,
"character": 16
}
},
"uri": "file:///home/sebastian/Source/other/morpheus/package.yaml"
}
},
{
"value": "morpheus",
"createdAt": 1628220377608,
"copyCount": 2,
"useCount": 2,
"language": "yaml",
"createdLocation": {
"range": {
"start": {
"line": 0,
"character": 6
},
"end": {
"line": 0,
"character": 14
}
},
"uri": "file:///home/sebastian/Source/other/morpheus-graphql/morpheus-graphql-examples-servant/package.yaml"
}
},
{
"value": "morpheus-graphql-subscriptions",
"createdAt": 1628222298846,
"copyCount": 2,
"useCount": 2,
"language": "yaml",
"createdLocation": {
"range": {
"start": {
"line": 16,
"character": 4
},
"end": {
"line": 16,
"character": 34
}
},
"uri": "file:///home/sebastian/Source/other/morpheus/package.yaml"
}
},
{
"value": "name: morpheus-graphql-examples-servant\nversion: 0.1.0\ngithub: \"nalchevanidze/morpheus-graphql\"\nlicense: MIT\nauthor: \"Daviti Nalchevanidze\"\ncategory: web, graphql\nsynopsis: examples\ncopyright: \"(c) 2019 Daviti Nalchevanidze\"\ndescription: examples of GraphQL APIs\n\ndependencies:\n - base >= 4.7 && < 5\n - bytestring >= 0.10.4 && < 0.11\n - text >= 1.2.3.0 && < 1.3\n - mtl >= 2.0 && <= 2.3\n - morpheus-graphql >= 0.17.0\n - morpheus-graphql-subscriptions >= 0.17.0\n - wai-websockets >= 1.0 && <= 3.5\n - websockets >= 0.11.0 && <= 0.13\n - warp\n - servant-server\n - http-media\n - file-embed\n\nexecutables:\n servant-server:\n main: Main.hs\n source-dirs: src\n ghc-options: -Wall\n",
"createdAt": 1628220243048,
"copyCount": 1,
"useCount": 1,
"language": "yaml",
"createdLocation": {
"range": {
"start": {
"line": 1,
"character": 20
},
"end": {
"line": 1,
"character": 20
}
},
"uri": "file:///home/sebastian/Source/other/morpheus/package.yaml"
}
},
{
"value": "endpoints",
"createdAt": 1627620227710,
"copyCount": 5,
"useCount": 5,
"language": "fsharp",
"createdLocation": {
"range": {
"start": {
"line": 110,
"character": 53
},
"end": {
"line": 110,
"character": 62
}
},
"uri": "file:///home/sebastian/Source/other/giraffe1/Program.fs"
}
},
{
"value": "indexHandler \"world\"",
"createdAt": 1627621011962,
"copyCount": 1,
"useCount": 1,
"language": "fsharp",
"createdLocation": {
"range": {
"start": {
"line": 68,
"character": 33
},
"end": {
"line": 68,
"character": 53
}
},
"uri": "file:///home/sebastian/Source/other/giraffe1/Program.fs"
}
},
{
"value": "webApp",
"createdAt": 1627619700535,
"copyCount": 2,
"useCount": 2,
"language": "fsharp",
"createdLocation": {
"range": {
"start": {
"line": 64,
"character": 7
},
"end": {
"line": 64,
"character": 13
}
},
"uri": "file:///home/sebastian/Source/other/giraffe1/Program.fs"
}
},
{
"value": "MapGiraffeEndpoints",
"createdAt": 1627620401260,
"copyCount": 1,
"useCount": 1,
"language": "fsharp",
"createdLocation": {
"range": {
"start": {
"line": 110,
"character": 33
},
"end": {
"line": 110,
"character": 52
}
},
"uri": "file:///home/sebastian/Source/other/giraffe1/Program.fs"
}
},
{
"value": "appBuilder",
"createdAt": 1627620250715,
"copyCount": 1,
"useCount": 1,
"language": "fsharp",
"createdLocation": {
"range": {
"start": {
"line": 108,
"character": 4
},
"end": {
"line": 108,
"character": 14
}
},
"uri": "file:///home/sebastian/Source/other/giraffe1/Program.fs"
}
},
{
"value": " |> ignore",
"createdAt": 1627620088172,
"copyCount": 1,
"useCount": 1,
"language": "fsharp",
"createdLocation": {
"range": {
"start": {
"line": 124,
"character": 9
},
"end": {
"line": 124,
"character": 9
}
},
"uri": "file:///home/sebastian/Source/other/giraffe1/Program.fs"
}
},
{
"value": "UseGiraffe",
"createdAt": 1627620008142,
"copyCount": 1,
"useCount": 1,
"language": "fsharp",
"createdLocation": {
"range": {
"start": {
"line": 120,
"character": 12
},
"end": {
"line": 120,
"character": 22
}
},
"uri": "file:///home/sebastian/Source/other/giraffe1/Program.fs"
}
},
{
"value": "giraffe1",
"createdAt": 1627614290336,
"copyCount": 1,
"useCount": 1,
"language": "fsharp",
"createdLocation": {
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 15
}
},
"uri": "file:///home/sebastian/Source/other/giraffe1/Program.fs"
}
},
{
"value": "groupBys_jsonEncode",
"createdAt": 1627270763122,
"copyCount": 1,
"useCount": 1,
"language": "elm",
"createdLocation": {
"range": {
"start": {
"line": 793,
"character": 13
},
"end": {
"line": 793,
"character": 32
}
},
"uri": "file:///home/sebastian/Source/staxio/stax/client/src/Elm/Pages/RawDataV4/ReportQueryTest.elm"
}
},
{
"value": "aV4/ReportQueryT",
"createdAt": 1627270741102,
"copyCount": 1,
"useCount": 1,
"language": "elm",
"createdLocation": {
"range": {
"start": {
"line": 139,
"character": 18
},
"end": {
"line": 139,
"character": 18
}
},
"uri": "file:///home/sebastian/Source/staxio/stax/client/src/Elm/Pages/AccountWizard.elm"
}
},
{
"value": "src/Elm/Elements/RawDataV3.elm:928:38",
"createdAt": 1627270706091,
"copyCount": 1,
"useCount": 1,
"language": "elm",
"createdLocation": {
"range": {
"start": {
"line": 144,
"character": 13
},
"end": {
"line": 144,
"character": 13
}
},
"uri": "file:///home/sebastian/Source/staxio/stax/client/src/Elm/Pages/AccountWizard.elm"
}
},
{
"value": "nextContext",
"createdAt": 1627268919748,
"copyCount": 2,
"useCount": 2,
"language": "elm",
"createdLocation": {
"range": {
"start": {
"line": 4683,
"character": 39
},
"end": {
"line": 4683,
"character": 39
}
},
"uri": "file:///home/sebastian/Source/staxio/stax/client/src/Elm/Pages/RuleV2.elm"
}
},
{
"value": "newContext",
"createdAt": 1627268940752,
"copyCount": 1,
"useCount": 1,
"language": "elm",
"createdLocation": {
"range": {
"start": {
"line": 4686,
"character": 31
},
"end": {
"line": 4686,
"character": 41
}
},
"uri": "file:///home/sebastian/Source/staxio/stax/client/src/Elm/Pages/RuleV2.elm"
}
},
{
"value": "**[:top: back to top](#table-of-contents)**",
"createdAt": 1626829269112,
"copyCount": 3,
"useCount": 3,
"language": "markdown",
"createdLocation": {
"range": {
"start": {
"line": 315,
"character": 0
},
"end": {
"line": 315,
"character": 43
}
},
"uri": "file:///home/sebastian/Source/sporto/awesome-elm/README.md"
}
},
{
"value": "---\n\n## Other tools\n\n*Useful tools related to Elm.*\n\n* [Elm Catalog](https://korban.net/elm/catalog) - A catalog of Elm tools.\n* [Dependabot](https://dependabot.com) - Automatic update PRs for your elm.json.\n* [Elm Doc Preview](https://github.com/dmy/elm-doc-preview) - Elm offline documentation previewer.\n* [Elm Format](https://github.com/avh4/elm-format) - Automatic Elm code formatter adhering to [Elm Style Guide](http://elm-lang.org/docs/style-guide).\n* [Elm JSON](https://github.com/zwilias/elm-json) - Install, upgrade and uninstall Elm dependencies\n* [Elm Oracle](https://github.com/ElmCast/elm-oracle) - Query for information about values in elm source files. Used by most editor plugins.\n* [type-o-rama](https://github.com/stereobooster/type-o-rama) - JS type systems interportability.\n* [Html to Elm](https://html-to-elm.com/) - Convert HTML to Elm.\n* [elm-posix](https://github.com/albertdahlin/elm-posix) - Write CLI programs using Elm\n* [Litvis](https://github.com/gicentre/litvis) - Literate Visualization with Elm",
"createdAt": 1626829452711,
"copyCount": 1,
"useCount": 1,
"language": "markdown",
"createdLocation": {
"range": {
"start": {
"line": 309,
"character": 0
},
"end": {
"line": 309,
"character": 0
}
},
"uri": "file:///home/sebastian/Source/sporto/awesome-elm/README.md"
}
},
{
"value": "Showcase generators",
"createdAt": 1626829410198,
"copyCount": 1,
"useCount": 1,
"language": "markdown",
"createdLocation": {
"range": {
"start": {
"line": 302,
"character": 3
},
"end": {
"line": 302,
"character": 22
}
},
"uri": "file:///home/sebastian/Source/sporto/awesome-elm/README.md"
}
},
{
"value": "View showcase generators",
"createdAt": 1626829382664,
"copyCount": 1,
"useCount": 1,
"language": "markdown",
"createdLocation": {
"range": {
"start": {
"line": 301,
"character": 4
},
"end": {
"line": 301,
"character": 28
}
},
"uri": "file:///home/sebastian/Source/sporto/awesome-elm/README.md"
}
},
{
"value": "### View showcase generators\n\n* [Elm Book](http://elm-book-in-elm-book.netlify.app) - Rich documentation builder based on Storybook and HexDocs.\n* [Elm UI Explorer](https://github.com/kalutheo/elm-ui-explorer) - Showcase your views and states.\n\n**[:top: back to top](#table-of-contents)**",
"createdAt": 1626829364160,
"copyCount": 1,
"useCount": 1,
"language": "markdown",
"createdLocation": {
"range": {
"start": {
"line": 316,
"character": 0
},
"end": {
"line": 316,
"character": 0
}
},
"uri": "file:///home/sebastian/Source/sporto/awesome-elm/README.md"
}
},
{
"value": "Static site generators",
"createdAt": 1626829334647,
"copyCount": 1,
"useCount": 1,
"language": "markdown",
"createdLocation": {
"range": {
"start": {
"line": 292,
"character": 3
},
"end": {
"line": 292,
"character": 25
}
},
"uri": "file:///home/sebastian/Source/sporto/awesome-elm/README.md"
}
},
{
"value": "### Static site generators\n\n* [Elm Pages](http://elm-pages.com) - Static site generator that prerenders HTML and hydrates into an Elm client-side app ([here is a brief comparison with elmstatic](https://elm-pages.com/blog/introducing-elm-pages#comparing-elm-pages-and-elmstatic)).\n* [Elmstatic](https://korban.net/elm/elmstatic) - Elm-based static site generator.\n",
"createdAt": 1626829309134,
"copyCount": 1,
"useCount": 1,
"language": "markdown",
"createdLocation": {
"range": {
"start": {
"line": 307,
"character": 0
},
"end": {
"line": 307,
"character": 0
}
},
"uri": "file:///home/sebastian/Source/sporto/awesome-elm/README.md"
}
},
{
"value": "Static analysis",
"createdAt": 1626829285624,
"copyCount": 1,
"useCount": 1,
"language": "markdown",
"createdLocation": {
"range": {
"start": {
"line": 282,
"character": 3
},
"end": {
"line": 282,
"character": 18
}
},
"uri": "file:///home/sebastian/Source/sporto/awesome-elm/README.md"
}
},
{
"value": "### Static analysis\n\n* [Elm Analyse](https://github.com/stil4m/elm-analyse) - Linter for the Elm programming language.\n* [Elm Review](https://github.com/jfmengels/elm-review) - Code reviewer for the Elm programming language.",
"createdAt": 1626829259612,
"copyCount": 1,
"useCount": 1,
"language": "markdown",
"createdLocation": {
"range": {
"start": {
"line": 296,
"character": 0
},
"end": {
"line": 296,
"character": 0
}
},
"uri": "file:///home/sebastian/Source/sporto/awesome-elm/README.md"
}
},
{
"value": "Litvis",
"createdAt": 1626829185077,
"copyCount": 1,
"useCount": 1,
"language": "markdown",
"createdLocation": {
"range": {
"start": {
"line": 294,
"character": 3
},
"end": {
"line": 294,
"character": 9
}
},
"uri": "file:///home/sebastian/Source/sporto/awesome-elm/README.md"
}
},
{
"value": "Inspired by El",
"createdAt": 1626829016036,
"copyCount": 1,
"useCount": 1,
"language": "markdown",
"createdLocation": {
"range": {
"start": {
"line": 320,
"character": 149
},
"end": {
"line": 320,
"character": 149
}
},
"uri": "file:///home/sebastian/Source/sporto/awesome-elm/README.md"
}
},
{
"value": "Run Elm",
"createdAt": 1626828985008,
"copyCount": 1,
"useCount": 1,
"language": "markdown",
"createdLocation": {
"range": {
"start": {
"line": 314,
"character": 3
},
"end": {
"line": 314,
"character": 10
}
},
"uri": "file:///home/sebastian/Source/sporto/awesome-elm/README.md"
}
},
{
"value": "**[:top: back to top](#table-of-contents)**\n\n---",
"createdAt": 1626828976509,
"copyCount": 1,
"useCount": 1,
"language": "markdown",
"createdLocation": {
"range": {
"start": {
"line": 320,
"character": 0
},
"end": {
"line": 322,
"character": 3
}
},
"uri": "file:///home/sebastian/Source/sporto/awesome-elm/README.md"
}
},
{
"value": "Compile and bundle",
"createdAt": 1626828943484,
"copyCount": 1,
"useCount": 1,
"language": "markdown",
"createdLocation": {
"range": {
"start": {
"line": 323,
"character": 3
},
"end": {
"line": 323,
"character": 21
}
},
"uri": "file:///home/sebastian/Source/sporto/awesome-elm/README.md"
}
},
{
"value": "---",
"createdAt": 1626828928468,
"copyCount": 1,
"useCount": 1,
"language": "markdown",
"createdLocation": {
"range": {
"start": {
"line": 328,
"character": 0
},
"end": {
"line": 328,
"character": 3
}
},
"uri": "file:///home/sebastian/Source/sporto/awesome-elm/README.md"
}
},
{
"value": "Editor plugins",
"createdAt": 1626828675364,
"copyCount": 2,
"useCount": 2,
"language": "markdown",
"createdLocation": {
"range": {
"start": {
"line": 322,
"character": 0
},
"end": {
"line": 322,
"character": 0
}
},
"uri": "file:///home/sebastian/Source/sporto/awesome-elm/README.md"
}
},
{
"value": "\n---",
"createdAt": 1626828706376,
"copyCount": 1,
"useCount": 1,
"language": "markdown",
"createdLocation": {
"range": {
"start": {
"line": 329,
"character": 0
},
"end": {
"line": 329,
"character": 0
}
},
"uri": "file:///home/sebastian/Source/sporto/awesome-elm/README.md"
}
},
{
"value": "\n---\n\n## Editor plugins\n\n*Tools to support Elm in code editors.*\n\n### Atom\n\n* [atom-linter-elm-make](https://atom.io/packages/linter-elm-make) - Elm code linter for the Atom editor.\n* [atom-elm-snippets](https://github.com/chiefGui/atom-elm-snippets) - Elm snippets for Atom.\n* [atom-language-elm](https://atom.io/packages/language-elm) - Syntax highlighting and autocompletion for the Atom editor.\n* [elmjutsu](https://atom.io/packages/elmjutsu) - Autocompletion, go to definition, find usages, rename symbol, etc. for the Atom editor.\n* [atom-elm-navigator](https://atom.io/packages/elm-navigator) - A side panel that helps to navigate to any function, type definition or port in your project.\n\n### Emacs\n\n* [emacs-elm-mode](https://github.com/jcollard/elm-mode) - Syntax highlighting, Elm REPL, Elm make and Elm format integration for the Emacs editor.\n\n### IntelliJ\n\n* [elm-plugin](https://github.com/klazuka/intellij-elm) - Elm plugin for IntelliJ IDEA.\n\n### Sublime Text\n\n* [LSP-elm](https://github.com/sublimelsp/LSP-elm) - Elm Language Server for Sublime (Recommended).\n* [Elm Language Server](https://github.com/elm-tooling/elm-language-server#sublime) - Language server implementation for Elm\n* [Elm Syntax Highlighting](https://packagecontrol.io/packages/Elm%20Syntax%20Highlighting) - Syntax Highlighting for Elm in Sublime Text.\n* [Elm Format on Save](https://github.com/evancz/elm-format-on-save) - Sublime Text plugin to run elm-format on save.\n\n### Vim/Neovim\n\n* [theJian/elm.vim](https://github.com/theJian/elm.vim) - Elm syntax highlighting. Use with [ale or Neoformat for Neovim](https://github.com/avh4/elm-format/issues/610) since ElmCast/elm-vim does not support Elm 0.19.\n* [ElmCast/elm-vim](https://github.com/ElmCast/elm-vim) - Elm 0.18 mode for Vim/Neovim.\n* [vim-elm-help](https://github.com/hoelzro/vim-elm-help) - Offline Elm documentation access in your editor.\n* [emmet-vim](https://github.com/mattn/emmet-vim) - Markup expansion with elm support.\n\n### Visual Studio Code\n\n* [ElmLS](https://marketplace.visualstudio.com/items?itemName=Elmtooling.elm-ls-vscode) - Elm Language Server integration\n* [Elmmet: Emmet for Elm (Visual Studio Code)](https://marketplace.visualstudio.com/items?itemName=necinc.elmmet) - Emmetio abbreviation expander into composition of Elm function with elm-format'er inside.\n* [HTML to Elm for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=Rubymaniac.vscode-html-to-elm) - VSCode plugin to convert HTML to Elm\n\n\n### Other editors\n\n* [elm-light-table](https://github.com/rundis/elm-light) - Syntax highlighting, REPL, autocompletion, package management and much more for Light Table.\n\n**[:top: back to top](#table-of-contents)**",
"createdAt": 1626828689870,
"copyCount": 1,
"useCount": 1,
"language": "markdown",
"createdLocation": {
"range": {
"start": {
"line": 219,
"character": 0
},
"end": {
"line": 219,
"character": 0
}
},
"uri": "file:///home/sebastian/Source/sporto/awesome-elm/README.md"
}
},
{
"value": "\n---\n\n## Tools\n\n*Useful tools related to Elm.*\n\n* [Elm Catalog](https://korban.net/elm/catalog) - A catalog of Elm tools.\n* [Dependabot](https://dependabot.com) - Automatic update PRs for your elm.json.\n* [Elm Doc Preview](https://github.com/dmy/elm-doc-preview) - Elm offline documentation previewer.\n* [Elm Format](https://github.com/avh4/elm-format) - Automatic Elm code formatter adhering to [Elm Style Guide](http://elm-lang.org/docs/style-guide).\n* [Elm JSON](https://github.com/zwilias/elm-json) - Install, upgrade and uninstall Elm dependencies\n* [Elm Oracle](https://github.com/ElmCast/elm-oracle) - Query for information about values in elm source files. Used by most editor plugins.\n* [type-o-rama](https://github.com/stereobooster/type-o-rama) - JS type systems interportability.\n* [Html to Elm](https://html-to-elm.com/) - Convert HTML to Elm.\n* [elm-posix](https://github.com/albertdahlin/elm-posix) - Write CLI programs using Elm\n\n### Static analysis\n\n* [Elm Analyse](https://github.com/stil4m/elm-analyse) - Linter for the Elm programming language.\n* [Elm Review](https://github.com/jfmengels/elm-review) - Code reviewer for the Elm programming language.\n\n### Static site generators\n\n* [Elm Pages](http://elm-pages.com) - Static site generator that prerenders HTML and hydrates into an Elm client-side app ([here is a brief comparison with elmstatic](https://elm-pages.com/blog/introducing-elm-pages#comparing-elm-pages-and-elmstatic)).\n* [Elmstatic](https://korban.net/elm/elmstatic) - Elm-based static site generator.\n\n### View showcase generators\n\n* [Elm Book](http://elm-book-in-elm-book.netlify.app) - Rich documentation builder based on Storybook and HexDocs.\n* [Elm UI Explorer](https://github.com/kalutheo/elm-ui-explorer) - Showcase your views and states.\n\n### Run Elm\n\n* [Ellie](https://ellie-app.com/) - The Elm Live Editor\n* [Elm Editor](https://elm-editor.com/) - Advanced Elm Live Editor\n* [Online REPL](http://elmrepl.cuberoot.in) - The ELM Online REPL\n* [run-elm](https://github.com/jfairbank/run-elm) — Run Elm code from the command line\n* [elm-instant](https://atom.io/packages/elm-instant) - atom package to try your elm code from the editor. Provides a visual REPL and a preview pane.\n* [Glitch](https://glitch.com/search?q=elm&activeFilter=project) - Build fast, full-stack web apps in your browser.\n* [Elm Live](https://elm-live.com/) - A flexible dev server for Elm. Live reload included!\n\n### Compile and bundle\n\n* [elm-compiler](https://github.com/elm/compiler) - Compiler for the Elm programming language.\n* [elm-webpack-loader](https://github.com/elm-community/elm-webpack-loader) - Webpack loader for the Elm programming language.\n* [Parcel](https://parceljs.org/elm.html) - Bundle Elm using Parcel\n* [grunt-elm](https://github.com/rtfeldman/grunt-elm) - Grunt plugin that compiles Elm files to JavaScript.\n\n**[:top: back to top](#table-of-contents)**\n",
"createdAt": 1626828644356,
"copyCount": 1,
"useCount": 1,
"language": "markdown",
"createdLocation": {
"range": {
"start": {
"line": 219,
"character": 0
},
"end": {
"line": 219,
"character": 0
}
},
"uri": "file:///home/sebastian/Source/sporto/awesome-elm/README.md"
}
},
{
"value": "### Code Generators\n\n* [HTML to Elm](http://mbylstra.github.io/html-to-elm/) - Convert HTML to Elm Html. Useful when porting an app to Elm.\n* [OpenApi Generator](https://github.com/OpenAPITools/openapi-generator) - Generate OpenApi types for Elm.\n* [Elm TS Interop](https://github.com/dillonkearns/elm-ts-json) - Build up Encoders/Decoders between Elm and TypeScript.\n* [Elm TypeScript Interop](https://github.com/dillonkearns/elm-typescript-interop) - Generate TypeScript definitions from Elm (`Elm TS Interop` is an improved version of this).\n* [Quicktype](https://github.com/quicktype/quicktype) - Generate JSON decoders and encoders from JSON\n* [JSON Schema to Elm](https://github.com/dragonwasrobot/json-schema-to-elm) - Generates Elm types, JSON decoders, JSON encoders and fuzz tests from JSON schema specifications\n* [Elm Bridge](https://github.com/agrafix/elm-bridge) - Generate Elm types from Haskell\n* [haskell-to-elm](https://github.com/folq/haskell-to-elm) - Generate Elm types, encoders, and decoders from Haskell types\n* [PostCSS Elm Tailwind](https://github.com/monty5811/postcss-elm-tailwind) - Put some Tailwind in your Elm\n",
"createdAt": 1626828553313,
"copyCount": 1,
"useCount": 1,
"language": "markdown",
"createdLocation": {
"range": {
"start": {
"line": 230,
"character": 0
},
"end": {
"line": 230,
"character": 0
}
},
"uri": "file:///home/sebastian/Source/sporto/awesome-elm/README.md"
}
},
{
"value": "Libraries",
"createdAt": 1626828395749,
"copyCount": 1,
"useCount": 1,
"language": "markdown",
"createdLocation": {
"range": {
"start": {
"line": 23,
"character": 3
},
"end": {
"line": 23,
"character": 12
}
},
"uri": "file:///home/sebastian/Source/sporto/awesome-elm/README.md"
}
},
{
"value": "* [Elm Book](http://elm-book-in-elm-book.netlify.app) - Rich documentation builder based on Storybook and HexDocs.",
"createdAt": 1626828183635,
"copyCount": 1,
"useCount": 1,
"language": "markdown",
"createdLocation": {
"range": {
"start": {
"line": 217,
"character": 0
},
"end": {
"line": 217,
"character": 0
}
},
"uri": "file:///home/sebastian/Source/sporto/awesome-elm/README.md"
}
},
{
"value": "* [Elm Live](https://elm-live.com/) - A flexible dev server for Elm. Live reload included!",
"createdAt": 1626827989562,
"copyCount": 1,
"useCount": 1,
"language": "markdown",
"createdLocation": {
"range": {
"start": {
"line": 214,
"character": 0
},
"end": {
"line": 214,
"character": 0
}
},
"uri": "file:///home/sebastian/Source/sporto/awesome-elm/README.md"
}
},
{
"value": "queryForClient",
"createdAt": 1626734501891,
"copyCount": 1,
"useCount": 1,
"language": "elm",
"createdLocation": {
"range": {
"start": {
"line": 39,
"character": 30
},
"end": {
"line": 39,
"character": 45
}
},
"uri": "file:///home/sebastian/Source/staxio/stax/client/src/Elm/Shared/EditableNumber.elm"
}
},
{
"value": "Banner.newArgs",
"createdAt": 1626734011815,
"copyCount": 1,
"useCount": 1,
"language": "elm",
"createdLocation": {
"range": {
"start": {
"line": 80,
"character": 0
},
"end": {
"line": 80,
"character": 0
}
},
"uri": "file:///home/sebastian/Source/staxio/stax/client/src/Elm/Widgets/BudgetsV2/ViewBudgets.elm"
}
},
{
"value": "PageHelpBanner.init",
"createdAt": 1626733553799,
"copyCount": 1,
"useCount": 1,
"language": "elm",
"createdLocation": {
"range": {
"start": {
"line": 173,
"character": 27
},
"end": {
"line": 173,
"character": 27
}
},
"uri": "file:///home/sebastian/Source/staxio/stax/client/src/Elm/Pages/RulesV2.elm"
}
},
{
"value": "Tag.newArgs",
"createdAt": 1626733064274,
"copyCount": 1,
"useCount": 1,
"language": "elm",
"createdLocation": {
"range": {
"start": {
"line": 426,
"character": 4
},
"end": {
"line": 426,
"character": 15
}
},
"uri": "file:///home/sebastian/Source/staxio/stax/client/src/Elm/UI/PageHelpBanner.elm"
}
},
{
"value": "onLocationChanged",
"createdAt": 1626045640062,
"copyCount": 1,
"useCount": 1,
"language": "elm",
"createdLocation": {
"range": {
"start": {
"line": 137,
"character": 15
},
"end": {
"line": 137,
"character": 32
}
},
"uri": "file:///home/sebastian/Source/staxio/stax/client/src/Elm/Pages/Home.elm"
}
}
]
}
{"lastUpload":"2021-08-27T03:58:27.485Z","extensionVersion":"v3.4.3"}
[
{
"metadata": {
"id": "58bfc5c5-9e14-40cb-afb8-104bfe792328",
"publisherId": "RoscoP.ActiveFileInStatusBar",
"publisherDisplayName": "RoscoP"
},
"name": "ActiveFileInStatusBar",
"publisher": "RoscoP",
"version": "1.0.3"
},
{
"metadata": {
"id": "e1efb0c8-2c62-4d86-bb6a-c88f198ddfcc",
"publisherId": "dustinsanders.an-old-hope-theme-vscode",
"publisherDisplayName": "dustinsanders"
},
"name": "an-old-hope-theme-vscode",
"publisher": "dustinsanders",
"version": "4.4.0"
},
{
"metadata": {
"id": "d4f6606c-59fe-4fbe-8b09-4786ea0bf349",
"publisherId": "wart.ariake-dark",
"publisherDisplayName": "wart"
},
"name": "ariake-dark",
"publisher": "wart",
"version": "0.2.2"
},
{
"metadata": {
"id": "464f4ac7-af65-4aa9-9907-4ba7fa419085",
"publisherId": "bungcip.better-toml",
"publisherDisplayName": "bungcip"
},
"name": "better-toml",
"publisher": "bungcip",
"version": "0.3.2"
},
{
"metadata": {
"id": "b689fcc8-d494-4dbf-a228-2c694a578afc",
"publisherId": "alefragnani.Bookmarks",
"publisherDisplayName": "alefragnani"
},
"name": "Bookmarks",
"publisher": "alefragnani",
"version": "13.1.0"
},
{
"metadata": {
"id": "2aa040bf-c73a-455d-8946-5c6cc83b8019",
"publisherId": "wmaurer.change-case",
"publisherDisplayName": "wmaurer"
},
"name": "change-case",
"publisher": "wmaurer",
"version": "1.0.0"
},
{
"metadata": {
"id": "c1f93252-67fa-4037-9624-4320bdb7d23d",
"publisherId": "EdgardMessias.clipboard-manager",
"publisherDisplayName": "EdgardMessias"
},
"name": "clipboard-manager",
"publisher": "EdgardMessias",
"version": "1.4.2"
},
{
"metadata": {
"id": "a6a0c5b2-d078-4bf5-a9ee-4e37054414b3",
"publisherId": "formulahendry.code-runner",
"publisherDisplayName": "formulahendry"
},
"name": "code-runner",
"publisher": "formulahendry",
"version": "0.11.5"
},
{
"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": "690b692e-e8a9-493f-b802-8089d50ac1b2",
"publisherId": "ms-vscode.cpptools",
"publisherDisplayName": "ms-vscode"
},
"name": "cpptools",
"publisher": "ms-vscode",
"version": "1.6.0"
},
{
"metadata": {
"id": "6a95a3fd-3a5d-4326-b8ab-1b1653b1f183",
"publisherId": "serayuzgur.crates",
"publisherDisplayName": "serayuzgur"
},
"name": "crates",
"publisher": "serayuzgur",
"version": "0.5.9"
},
{
"metadata": {
"id": "d0bfc4ab-1d3a-4487-8782-7cf6027b4fff",
"publisherId": "ms-dotnettools.csharp",
"publisherDisplayName": "ms-dotnettools"
},
"name": "csharp",
"publisher": "ms-dotnettools",
"version": "1.23.14"
},
{
"metadata": {
"id": "5d885a6f-e421-48e4-92c0-cfed5756a54d",
"publisherId": "nickgo.cuelang",
"publisherDisplayName": "nickgo"
},
"name": "cuelang",
"publisher": "nickgo",
"version": "0.0.1"
},
{
"metadata": {
"id": "341968b1-17f8-4a87-837b-a6bc5f971526",
"publisherId": "dhall.dhall-lang",
"publisherDisplayName": "dhall"
},
"name": "dhall-lang",
"publisher": "dhall",
"version": "0.0.4"
},
{
"metadata": {
"id": "f60a60a6-95ba-42d4-b41c-3d24c1b89588",
"publisherId": "EditorConfig.EditorConfig",
"publisherDisplayName": "EditorConfig"
},
"name": "EditorConfig",
"publisher": "EditorConfig",
"version": "0.16.4"
},
{
"metadata": {
"id": "dc16888f-8660-4ff4-bdfb-b259d8c3e8a5",
"publisherId": "zgudino.editorconfig-vscode-snippet",
"publisherDisplayName": "zgudino"
},
"name": "editorconfig-vscode-snippet",
"publisher": "zgudino",
"version": "0.2.0"
},
{
"metadata": {
"id": "85f62745-7ea6-4f23-8aa0-521c0732f664",
"publisherId": "elmTooling.elm-ls-vscode",
"publisherDisplayName": "elmTooling"
},
"name": "elm-ls-vscode",
"publisher": "elmTooling",
"version": "2.2.1"
},
{
"metadata": {
"id": "5da0c8de-e8a6-4287-9ef1-632f0d6db9ad",
"publisherId": "CraigMaslowski.erb",
"publisherDisplayName": "CraigMaslowski"
},
"name": "erb",
"publisher": "CraigMaslowski",
"version": "0.0.1"
},
{
"metadata": {
"id": "5f7372bf-e0de-4eee-af69-6fb879d7d98c",
"publisherId": "pgourlain.erlang",
"publisherDisplayName": "pgourlain"
},
"name": "erlang",
"publisher": "pgourlain",
"version": "0.7.8"
},
{
"metadata": {
"id": "04bb06a2-8627-4907-809e-be1b816a1749",
"publisherId": "gleam.gleam",
"publisherDisplayName": "gleam"
},
"name": "gleam",
"publisher": "gleam",
"version": "1.3.0"
},
{
"metadata": {
"id": "181893d0-36f8-4c0c-adf3-d7fd58ca5164",
"publisherId": "gleam-syntax.gleam-syntax",
"publisherDisplayName": "gleam-syntax"
},
"name": "gleam-syntax",
"publisher": "gleam-syntax",
"version": "0.0.13"
},
{
"metadata": {
"id": "d6f6cfea-4b6f-41f4-b571-6ad2ab7918da",
"publisherId": "golang.go",
"publisherDisplayName": "golang"
},
"name": "go",
"publisher": "golang",
"version": "0.27.1"
},
{
"metadata": {
"id": "3e8a391a-f3f0-44b2-8631-7847b0c8839a",
"publisherId": "kumar-harsh.graphql-for-vscode",
"publisherDisplayName": "kumar-harsh"
},
"name": "graphql-for-vscode",
"publisher": "kumar-harsh",
"version": "1.15.3"
},
{
"metadata": {
"id": "6c2f1801-1e7f-45b2-9b5c-7782f1e076e8",
"publisherId": "ms-toolsai.jupyter",
"publisherDisplayName": "ms-toolsai"
},
"name": "jupyter",
"publisher": "ms-toolsai",
"version": "2021.8.1236758218"
},
{
"metadata": {
"id": "465aded8-cb64-4015-8322-9d4dac64a466",
"publisherId": "skellock.just",
"publisherDisplayName": "skellock"
},
"name": "just",
"publisher": "skellock",
"version": "2.0.0"
},
{
"metadata": {
"id": "270c1d3b-a657-446f-83b8-ab32fd7af006",
"publisherId": "justusadam.language-haskell",
"publisherDisplayName": "justusadam"
},
"name": "language-haskell",
"publisher": "justusadam",
"version": "3.4.0"
},
{
"metadata": {
"id": "038dd41f-4a41-48e3-87de-ab2ea4310780",
"publisherId": "julialang.language-julia",
"publisherDisplayName": "julialang"
},
"name": "language-julia",
"publisher": "julialang",
"version": "1.3.32"
},
{
"metadata": {
"id": "b9d2dfd7-af7e-4d90-a696-db33ef5e77ee",
"publisherId": "nwolverson.language-purescript",
"publisherDisplayName": "nwolverson"
},
"name": "language-purescript",
"publisher": "nwolverson",
"version": "0.2.5"
},
{
"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": "1f3d8d31-8ff8-4429-8565-7313f9c67971",
"publisherId": "kosz78.nim",
"publisherDisplayName": "kosz78"
},
"name": "nim",
"publisher": "kosz78",
"version": "0.6.6"
},
{
"metadata": {
"id": "2a3e1925-d174-4cd7-baa7-3e13824d68c7",
"publisherId": "ronnidc.nunjucks",
"publisherDisplayName": "ronnidc"
},
"name": "nunjucks",
"publisher": "ronnidc",
"version": "0.3.0"
},
{
"metadata": {
"id": "e3d4a4c9-859a-4367-9080-50dccbd4f1da",
"publisherId": "ocamllabs.ocaml-platform",
"publisherDisplayName": "ocamllabs"
},
"name": "ocaml-platform",
"publisher": "ocamllabs",
"version": "1.8.4"
},
{
"metadata": {
"id": "b027c4b2-25ad-46db-b574-05dae3b2dc92",
"publisherId": "azemoh.one-monokai",
"publisherDisplayName": "azemoh"
},
"name": "one-monokai",
"publisher": "azemoh",
"version": "0.5.0"
},
{
"metadata": {
"id": "0615a8d1-878b-482f-b36c-773d1ed16adb",
"publisherId": "will-stone.plastic",
"publisherDisplayName": "will-stone"
},
"name": "plastic",
"publisher": "will-stone",
"version": "7.3.0"
},
{
"metadata": {
"id": "fee88d69-e94c-4b9e-a8c8-dbb0852ed05e",
"publisherId": "kayteh.plastic-slate",
"publisherDisplayName": "kayteh"
},
"name": "plastic-slate",
"publisher": "kayteh",
"version": "1.10.0"
},
{
"metadata": {
"id": "1b747f06-3789-4ebd-ac99-f1fe430c3347",
"publisherId": "alefragnani.project-manager",
"publisherDisplayName": "alefragnani"
},
"name": "project-manager",
"publisher": "alefragnani",
"version": "12.3.0"
},
{
"metadata": {
"id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5",
"publisherId": "ms-python.python",
"publisherDisplayName": "ms-python"
},
"name": "python",
"publisher": "ms-python",
"version": "2021.8.1159798656"
},
{
"metadata": {
"id": "6472e990-7a38-4fb4-8fe3-ea7d67d2155e",
"publisherId": "sporto.rails-go-to-spec",
"publisherDisplayName": "sporto"
},
"name": "rails-go-to-spec",
"publisher": "sporto",
"version": "0.0.1"
},
{
"metadata": {
"id": "93ce222b-5f6f-49b7-9ab1-a0463c6238df",
"publisherId": "ms-vscode-remote.remote-containers",
"publisherDisplayName": "ms-vscode-remote"
},
"name": "remote-containers",
"publisher": "ms-vscode-remote",
"version": "0.191.1"
},
{
"metadata": {
"id": "74f5aacb-3358-4da0-bfbe-18dcff030cf0",
"publisherId": "chenglou92.rescript-vscode",
"publisherDisplayName": "chenglou92"
},
"name": "rescript-vscode",
"publisher": "chenglou92",
"version": "1.1.3"
},
{
"metadata": {
"id": "ae062c8a-c68e-4b92-9ecf-8f1d4288b05d",
"publisherId": "rebornix.ruby",
"publisherDisplayName": "rebornix"
},
"name": "ruby",
"publisher": "rebornix",
"version": "0.28.1"
},
{
"metadata": {
"id": "f3560213-6ed6-4eae-a871-31b51f152516",
"publisherId": "sissel.shopify-liquid",
"publisherDisplayName": "sissel"
},
"name": "shopify-liquid",
"publisher": "sissel",
"version": "2.3.0"
},
{
"metadata": {
"id": "75da638c-c45a-44ea-aa3b-8570a3559810",
"publisherId": "TabNine.tabnine-vscode",
"publisherDisplayName": "TabNine"
},
"name": "tabnine-vscode",
"publisher": "TabNine",
"version": "3.4.22"
},
{
"metadata": {
"id": "20660eff-d7c2-46c0-a411-aabe35104b0a",
"publisherId": "karunamurti.tera",
"publisherDisplayName": "karunamurti"
},
"name": "tera",
"publisher": "karunamurti",
"version": "0.0.9"
},
{
"metadata": {
"id": "47210ec2-0324-4cbb-9523-9dff02a5f9ec",
"publisherId": "ms-vscode.test-adapter-converter",
"publisherDisplayName": "ms-vscode"
},
"name": "test-adapter-converter",
"publisher": "ms-vscode",
"version": "0.1.2"
},
{
"metadata": {
"id": "132621b6-96ea-42a7-b14a-fbb9f39821c2",
"publisherId": "gerane.Theme-Jellybeams",
"publisherDisplayName": "gerane"
},
"name": "Theme-Jellybeams",
"publisher": "gerane",
"version": "0.0.5"
},
{
"metadata": {
"id": "6c63323c-2902-499d-ba43-8c8b71f26cbc",
"publisherId": "dangelov.theme-monokaigravity",
"publisherDisplayName": "dangelov"
},
"name": "theme-monokaigravity",
"publisher": "dangelov",
"version": "0.1.0"
},
{
"metadata": {
"id": "6ad45f5a-09ec-44e5-b363-867ddc1ec674",
"publisherId": "shardulm94.trailing-spaces",
"publisherDisplayName": "shardulm94"
},
"name": "trailing-spaces",
"publisher": "shardulm94",
"version": "0.3.1"
},
{
"metadata": {
"id": "5eecab27-edc1-46c7-89ea-ab222345de22",
"publisherId": "MaxfieldWalker.vscode-color-theme-spirited-away",
"publisherDisplayName": "MaxfieldWalker"
},
"name": "vscode-color-theme-spirited-away",
"publisher": "MaxfieldWalker",
"version": "1.3.2"
},
{
"metadata": {
"id": "0479fc1c-3d67-49f9-b087-fb9069afe48f",
"publisherId": "ms-azuretools.vscode-docker",
"publisherDisplayName": "ms-azuretools"
},
"name": "vscode-docker",
"publisher": "ms-azuretools",
"version": "1.16.0"
},
{
"metadata": {
"id": "03944bdc-9bcb-4ac2-b9b3-fdb050dd43e4",
"publisherId": "mrmlnc.vscode-duplicate",
"publisherDisplayName": "mrmlnc"
},
"name": "vscode-duplicate",
"publisher": "mrmlnc",
"version": "1.2.1"
},
{
"metadata": {
"id": "a852a33d-c920-4758-a5a8-0f5b00521b59",
"publisherId": "mjmcloug.vscode-elixir",
"publisherDisplayName": "mjmcloug"
},
"name": "vscode-elixir",
"publisher": "mjmcloug",
"version": "1.1.0"
},
{
"metadata": {
"id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a",
"publisherId": "dbaeumer.vscode-eslint",
"publisherDisplayName": "dbaeumer"
},
"name": "vscode-eslint",
"publisher": "dbaeumer",
"version": "2.1.23"
},
{
"metadata": {
"id": "9503bc2d-f581-462c-86fd-1dddf4857e66",
"publisherId": "joaompinto.vscode-graphviz",
"publisherDisplayName": "joaompinto"
},
"name": "vscode-graphviz",
"publisher": "joaompinto",
"version": "0.0.6"
},
{
"metadata": {
"id": "829a192d-496c-44ac-87f3-0a84ce36a853",
"publisherId": "emmanuelbeziat.vscode-great-icons",
"publisherDisplayName": "emmanuelbeziat"
},
"name": "vscode-great-icons",
"publisher": "emmanuelbeziat",
"version": "2.1.79"
},
{
"metadata": {
"id": "efc33846-2498-43d7-9699-47d0a7741345",
"publisherId": "attilabuti.vscode-mjml",
"publisherDisplayName": "attilabuti"
},
"name": "vscode-mjml",
"publisher": "attilabuti",
"version": "1.6.0"
},
{
"metadata": {
"id": "364d2426-116a-433a-a5d8-a5098dc3afbd",
"publisherId": "ms-python.vscode-pylance",
"publisherDisplayName": "ms-python"
},
"name": "vscode-pylance",
"publisher": "ms-python",
"version": "2021.8.2"
},
{
"metadata": {
"id": "708cfcd8-e0c6-49ca-9af6-b27a342d247b",
"publisherId": "wingrunr21.vscode-ruby",
"publisherDisplayName": "wingrunr21"
},
"name": "vscode-ruby",
"publisher": "wingrunr21",
"version": "0.28.0"
},
{
"metadata": {
"id": "ff96f1b4-a4b8-45ef-8ecf-c232c0cb75c8",
"publisherId": "hbenl.vscode-test-explorer",
"publisherDisplayName": "hbenl"
},
"name": "vscode-test-explorer",
"publisher": "hbenl",
"version": "2.21.0"
},
{
"metadata": {
"id": "9b2c953d-6ad4-46d1-b18e-7e5992d1d8a6",
"publisherId": "akamud.vscode-theme-onedark",
"publisherDisplayName": "akamud"
},
"name": "vscode-theme-onedark",
"publisher": "akamud",
"version": "2.2.3"
},
{
"metadata": {
"id": "5a6dc0d5-dc02-4121-8e24-cad33a2ff0af",
"publisherId": "ms-vsliveshare.vsliveshare",
"publisherDisplayName": "ms-vsliveshare"
},
"name": "vsliveshare",
"publisher": "ms-vsliveshare",
"version": "1.0.4761"
},
{
"metadata": {
"id": "f38fdd1c-7ee2-47b1-90b9-77ecc90d4bff",
"publisherId": "ms-vsliveshare.vsliveshare-audio",
"publisherDisplayName": "ms-vsliveshare"
},
"name": "vsliveshare-audio",
"publisher": "ms-vsliveshare",
"version": "0.1.91"
},
{
"metadata": {
"id": "87caf16b-d487-45c0-877d-573fe319b015",
"publisherId": "ms-vsliveshare.vsliveshare-pack",
"publisherDisplayName": "ms-vsliveshare"
},
"name": "vsliveshare-pack",
"publisher": "ms-vsliveshare",
"version": "0.4.0"
}
]
{
"name": "slimcore",
"version": "2019.37.4",
"cobrand": "01",
"apiVersion": 7,
"main": "lib/slimcore.js",
"typings": "lib/slimcore.d.ts",
"os": [
"linux"
],
"cpu": [
"x64"
],
"author": "Microsoft",
"license": "Commercial Confidential",
"private": true
}
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v3.1/linux-x64",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v3.1": {},
".NETCoreApp,Version=v3.1/linux-x64": {
"Microsoft.Build.Tasks.Git/1.1.0-beta-20206-02": {},
"Microsoft.NETCore.App/3.1.14-servicing.21165.2": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.6"
}
},
"Microsoft.NETCore.App.Internal/3.1.14-servicing.21165.2": {
"dependencies": {
"Microsoft.NETCore.DotNetHostPolicy": "3.1.14",
"Microsoft.NETCore.Platforms": "3.1.6",
"Microsoft.NETCore.Targets": "3.1.0",
"NETStandard.Library": "2.1.0",
"runtime.linux-x64.Microsoft.NETCore.App": "3.1.14-servicing.21165.2"
}
},
"Microsoft.NETCore.DotNetHostPolicy/3.1.14": {
"dependencies": {
"runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy": "3.1.14"
}
},
"Microsoft.NETCore.Platforms/3.1.6": {},
"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.6"
}
},
"runtime.linux-x64.Microsoft.NETCore.App/3.1.14-servicing.21165.2": {
"runtime": {
"runtimes/linux-x64/lib/netcoreapp3.1/Microsoft.CSharp.dll": {
"assemblyVersion": "4.0.5.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/Microsoft.VisualBasic.Core.dll": {
"assemblyVersion": "10.0.5.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/Microsoft.VisualBasic.dll": {
"assemblyVersion": "10.0.0.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/Microsoft.Win32.Primitives.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/Microsoft.Win32.Registry.dll": {
"assemblyVersion": "4.1.3.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.AppContext.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Buffers.dll": {
"assemblyVersion": "4.0.5.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Collections.Concurrent.dll": {
"assemblyVersion": "4.0.15.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Collections.Immutable.dll": {
"assemblyVersion": "1.2.5.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Collections.NonGeneric.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Collections.Specialized.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Collections.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.ComponentModel.Annotations.dll": {
"assemblyVersion": "4.3.1.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.ComponentModel.DataAnnotations.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.ComponentModel.EventBasedAsync.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.ComponentModel.Primitives.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.ComponentModel.TypeConverter.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.ComponentModel.dll": {
"assemblyVersion": "4.0.4.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Configuration.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Console.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Core.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Data.Common.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Data.DataSetExtensions.dll": {
"assemblyVersion": "4.0.1.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Data.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Diagnostics.Contracts.dll": {
"assemblyVersion": "4.0.4.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Diagnostics.Debug.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Diagnostics.DiagnosticSource.dll": {
"assemblyVersion": "4.0.5.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Diagnostics.FileVersionInfo.dll": {
"assemblyVersion": "4.0.4.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Diagnostics.Process.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Diagnostics.StackTrace.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Diagnostics.TextWriterTraceListener.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Diagnostics.Tools.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Diagnostics.TraceSource.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Diagnostics.Tracing.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Drawing.Primitives.dll": {
"assemblyVersion": "4.2.1.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Drawing.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Dynamic.Runtime.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Globalization.Calendars.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Globalization.Extensions.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Globalization.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.IO.Compression.Brotli.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.IO.Compression.FileSystem.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.IO.Compression.ZipFile.dll": {
"assemblyVersion": "4.0.5.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.IO.Compression.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.IO.FileSystem.AccessControl.dll": {
"assemblyVersion": "4.0.5.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.IO.FileSystem.DriveInfo.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.IO.FileSystem.Primitives.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.IO.FileSystem.Watcher.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.IO.FileSystem.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.IO.IsolatedStorage.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.IO.MemoryMappedFiles.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.IO.Pipes.AccessControl.dll": {
"assemblyVersion": "4.0.5.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.IO.Pipes.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.IO.UnmanagedMemoryStream.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.IO.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Linq.Expressions.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Linq.Parallel.dll": {
"assemblyVersion": "4.0.4.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Linq.Queryable.dll": {
"assemblyVersion": "4.0.4.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Linq.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Memory.dll": {
"assemblyVersion": "4.2.1.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Net.Http.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Net.HttpListener.dll": {
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Net.Mail.dll": {
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Net.NameResolution.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Net.NetworkInformation.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Net.Ping.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Net.Primitives.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Net.Requests.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Net.Security.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Net.ServicePoint.dll": {
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Net.Sockets.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Net.WebClient.dll": {
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Net.WebHeaderCollection.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Net.WebProxy.dll": {
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Net.WebSockets.Client.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Net.WebSockets.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Net.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Numerics.Vectors.dll": {
"assemblyVersion": "4.1.6.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Numerics.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.ObjectModel.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Private.DataContractSerialization.dll": {
"assemblyVersion": "4.1.5.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Private.Uri.dll": {
"assemblyVersion": "4.0.6.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Private.Xml.Linq.dll": {
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Private.Xml.dll": {
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Reflection.DispatchProxy.dll": {
"assemblyVersion": "4.0.6.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Reflection.Emit.ILGeneration.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Reflection.Emit.Lightweight.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Reflection.Emit.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Reflection.Extensions.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Reflection.Metadata.dll": {
"assemblyVersion": "1.4.5.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Reflection.Primitives.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Reflection.TypeExtensions.dll": {
"assemblyVersion": "4.1.5.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Reflection.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Resources.Reader.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Resources.ResourceManager.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Resources.Writer.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll": {
"assemblyVersion": "4.0.6.0",
"fileVersion": "4.0.0.0"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Runtime.CompilerServices.VisualC.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Runtime.Extensions.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Runtime.Handles.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Runtime.InteropServices.RuntimeInformation.dll": {
"assemblyVersion": "4.0.4.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Runtime.InteropServices.WindowsRuntime.dll": {
"assemblyVersion": "4.0.4.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Runtime.InteropServices.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Runtime.Intrinsics.dll": {
"assemblyVersion": "4.0.1.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Runtime.Loader.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Runtime.Numerics.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Runtime.Serialization.Formatters.dll": {
"assemblyVersion": "4.0.4.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Runtime.Serialization.Json.dll": {
"assemblyVersion": "4.0.5.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Runtime.Serialization.Primitives.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Runtime.Serialization.Xml.dll": {
"assemblyVersion": "4.1.5.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Runtime.Serialization.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Runtime.WindowsRuntime.UI.Xaml.dll": {
"assemblyVersion": "4.0.5.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Runtime.WindowsRuntime.dll": {
"assemblyVersion": "4.0.15.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Runtime.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Security.AccessControl.dll": {
"assemblyVersion": "4.1.3.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Security.Claims.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Security.Cryptography.Algorithms.dll": {
"assemblyVersion": "4.3.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Security.Cryptography.Cng.dll": {
"assemblyVersion": "4.3.3.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Security.Cryptography.Csp.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Security.Cryptography.Encoding.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Security.Cryptography.OpenSsl.dll": {
"assemblyVersion": "4.1.3.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Security.Cryptography.Primitives.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Security.Cryptography.X509Certificates.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Security.Principal.Windows.dll": {
"assemblyVersion": "4.1.3.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Security.Principal.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Security.SecureString.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Security.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.ServiceModel.Web.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.ServiceProcess.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Text.Encoding.CodePages.dll": {
"assemblyVersion": "4.1.3.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Text.Encoding.Extensions.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Text.Encoding.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Text.Encodings.Web.dll": {
"assemblyVersion": "4.0.5.1",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Text.Json.dll": {
"assemblyVersion": "4.0.1.2",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Text.RegularExpressions.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Threading.Channels.dll": {
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Threading.Overlapped.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Threading.Tasks.Dataflow.dll": {
"assemblyVersion": "4.6.5.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Threading.Tasks.Extensions.dll": {
"assemblyVersion": "4.3.1.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Threading.Tasks.Parallel.dll": {
"assemblyVersion": "4.0.4.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Threading.Tasks.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Threading.Thread.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Threading.ThreadPool.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Threading.Timer.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Threading.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Transactions.Local.dll": {
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Transactions.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.ValueTuple.dll": {
"assemblyVersion": "4.0.5.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Web.HttpUtility.dll": {
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Web.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Windows.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Xml.Linq.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Xml.ReaderWriter.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Xml.Serialization.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Xml.XDocument.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Xml.XPath.XDocument.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Xml.XPath.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Xml.XmlDocument.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Xml.XmlSerializer.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Xml.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/WindowsBase.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/mscorlib.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.21.16208"
},
"runtimes/linux-x64/lib/netcoreapp3.1/netstandard.dll": {
"assemblyVersion": "2.1.0.0",
"fileVersion": "4.700.21.16208"
}
},
"native": {
"runtimes/linux-x64/native/SOS_README.md": {
"fileVersion": "0.0.0.0"
},
"runtimes/linux-x64/native/System.Globalization.Native.so": {
"fileVersion": "0.0.0.0"
},
"runtimes/linux-x64/native/System.IO.Compression.Native.a": {
"fileVersion": "0.0.0.0"
},
"runtimes/linux-x64/native/System.IO.Compression.Native.so": {
"fileVersion": "0.0.0.0"
},
"runtimes/linux-x64/native/System.Native.a": {
"fileVersion": "0.0.0.0"
},
"runtimes/linux-x64/native/System.Native.so": {
"fileVersion": "0.0.0.0"
},
"runtimes/linux-x64/native/System.Net.Http.Native.a": {
"fileVersion": "0.0.0.0"
},
"runtimes/linux-x64/native/System.Net.Http.Native.so": {
"fileVersion": "0.0.0.0"
},
"runtimes/linux-x64/native/System.Net.Security.Native.a": {
"fileVersion": "0.0.0.0"
},
"runtimes/linux-x64/native/System.Net.Security.Native.so": {
"fileVersion": "0.0.0.0"
},
"runtimes/linux-x64/native/System.Private.CoreLib.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.21.16201"
},
"runtimes/linux-x64/native/System.Security.Cryptography.Native.OpenSsl.a": {
"fileVersion": "0.0.0.0"
},
"runtimes/linux-x64/native/System.Security.Cryptography.Native.OpenSsl.so": {
"fileVersion": "0.0.0.0"
},
"runtimes/linux-x64/native/createdump": {
"fileVersion": "0.0.0.0"
},
"runtimes/linux-x64/native/libclrjit.so": {
"fileVersion": "0.0.0.0"
},
"runtimes/linux-x64/native/libcoreclr.so": {
"fileVersion": "0.0.0.0"
},
"runtimes/linux-x64/native/libcoreclrtraceptprovider.so": {
"fileVersion": "0.0.0.0"
},
"runtimes/linux-x64/native/libdbgshim.so": {
"fileVersion": "0.0.0.0"
},
"runtimes/linux-x64/native/libmscordaccore.so": {
"fileVersion": "0.0.0.0"
},
"runtimes/linux-x64/native/libmscordbi.so": {
"fileVersion": "0.0.0.0"
}
}
},
"runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy/3.1.14": {
"native": {
"runtimes/linux-x64/native/libhostpolicy.so": {
"fileVersion": "0.0.0.0"
}
}
},
"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.14-servicing.21165.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Ib268aiZqWerNnoWUOBoiMfPlPDEls8wg21YVCRYI+JiFfazIs2MC1un744bZz+903iPXUfNjp6dEDGEeIf5aw==",
"path": "microsoft.netcore.app/3.1.14-servicing.21165.2",
"hashPath": "microsoft.netcore.app.3.1.14-servicing.21165.2.nupkg.sha512"
},
"Microsoft.NETCore.App.Internal/3.1.14-servicing.21165.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-74fc6jmsVE5gya+/lUdGbGoBbrZOf3SXZa+HCBsm/4f/Djh3bsGopTRGCRaGiGwEf7EGiTXqXGgpNrSnH5L9qA==",
"path": "microsoft.netcore.app.internal/3.1.14-servicing.21165.2",
"hashPath": "microsoft.netcore.app.internal.3.1.14-servicing.21165.2.nupkg.sha512"
},
"Microsoft.NETCore.DotNetHostPolicy/3.1.14": {
"type": "package",
"serviceable": true,
"sha512": "sha512-rXnQj4tHaK5qZs4gK0c93ye9XJevd51TzXSY5t7R6u9VXdaxmyI2o2H83hOQPga/kD7yDr4NeXe4zIrAPe8k2g=="
},
"Microsoft.NETCore.Platforms/3.1.6": {
"type": "package",
"serviceable": true,
"sha512": "sha512-dYUmSeSRdBCtIaBkeIIj9YH5XSLqQvpCV4krwVjETHOkC2A9C+S1Sq0MXeP6ktuuknzk99eJ3lcBYmeVj1iq5g==",
"path": "microsoft.netcore.platforms/3.1.6",
"hashPath": "microsoft.netcore.platforms.3.1.6.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.linux-x64.Microsoft.NETCore.App/3.1.14-servicing.21165.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-XrHg2Js4rHKBi68Sd0R2ggyDIkZ6xCOFHelns1BKMRx+d/YAVueOa2Wj0y+HBZ4rPts/h1NypnVWIokTSJCtxA==",
"path": "runtime.linux-x64.microsoft.netcore.app/3.1.14-servicing.21165.2",
"hashPath": "runtime.linux-x64.microsoft.netcore.app.3.1.14-servicing.21165.2.nupkg.sha512"
},
"runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy/3.1.14": {
"type": "package",
"serviceable": true,
"sha512": "sha512-+qZrZFRPQDY2l3pZGZh1Thk1ladT2QgyyHla7N2/KUd0bTZrcBbs2qjftBZf1F4cBYNyjvI4b1QLBK0SawrFEw=="
},
"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": {
"linux-arm": [
"linux",
"unix-arm",
"unix",
"any",
"base"
],
"linux-arm64": [
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"linux-musl-arm64": [
"linux-musl",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"linux-musl-x64": [
"linux-musl",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"linux-x64": [
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"rhel.6-x64": [
"rhel.6",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"tizen.4.0.0-armel": [
"tizen.4.0.0",
"tizen-armel",
"tizen",
"linux-armel",
"linux",
"unix-armel",
"unix",
"any",
"base"
],
"tizen.5.0.0-armel": [
"tizen.5.0.0",
"tizen.4.0.0-armel",
"tizen.4.0.0",
"tizen-armel",
"tizen",
"linux-armel",
"linux",
"unix-armel",
"unix",
"any",
"base"
],
"alpine": [
"linux-musl",
"linux",
"unix",
"any",
"base"
],
"alpine-x64": [
"alpine",
"linux-musl-x64",
"linux-musl",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"alpine.3.10": [
"alpine.3.9",
"alpine.3.8",
"alpine.3.7",
"alpine.3.6",
"alpine",
"linux-musl",
"linux",
"unix",
"any",
"base"
],
"alpine.3.10-x64": [
"alpine.3.10",
"alpine.3.9-x64",
"alpine.3.9",
"alpine.3.8-x64",
"alpine.3.8",
"alpine.3.7-x64",
"alpine.3.7",
"alpine.3.6-x64",
"alpine.3.6",
"alpine-x64",
"alpine",
"linux-musl-x64",
"linux-musl",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"alpine.3.11": [
"alpine.3.10",
"alpine.3.9",
"alpine.3.8",
"alpine.3.7",
"alpine.3.6",
"alpine",
"linux-musl",
"linux",
"unix",
"any",
"base"
],
"alpine.3.11-x64": [
"alpine.3.11",
"alpine.3.10-x64",
"alpine.3.10",
"alpine.3.9-x64",
"alpine.3.9",
"alpine.3.8-x64",
"alpine.3.8",
"alpine.3.7-x64",
"alpine.3.7",
"alpine.3.6-x64",
"alpine.3.6",
"alpine-x64",
"alpine",
"linux-musl-x64",
"linux-musl",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"alpine.3.12": [
"alpine.3.11",
"alpine.3.10",
"alpine.3.9",
"alpine.3.8",
"alpine.3.7",
"alpine.3.6",
"alpine",
"linux-musl",
"linux",
"unix",
"any",
"base"
],
"alpine.3.12-x64": [
"alpine.3.12",
"alpine.3.11-x64",
"alpine.3.11",
"alpine.3.10-x64",
"alpine.3.10",
"alpine.3.9-x64",
"alpine.3.9",
"alpine.3.8-x64",
"alpine.3.8",
"alpine.3.7-x64",
"alpine.3.7",
"alpine.3.6-x64",
"alpine.3.6",
"alpine-x64",
"alpine",
"linux-musl-x64",
"linux-musl",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"alpine.3.13": [
"alpine.3.12",
"alpine.3.11",
"alpine.3.10",
"alpine.3.9",
"alpine.3.8",
"alpine.3.7",
"alpine.3.6",
"alpine",
"linux-musl",
"linux",
"unix",
"any",
"base"
],
"alpine.3.13-x64": [
"alpine.3.13",
"alpine.3.12-x64",
"alpine.3.12",
"alpine.3.11-x64",
"alpine.3.11",
"alpine.3.10-x64",
"alpine.3.10",
"alpine.3.9-x64",
"alpine.3.9",
"alpine.3.8-x64",
"alpine.3.8",
"alpine.3.7-x64",
"alpine.3.7",
"alpine.3.6-x64",
"alpine.3.6",
"alpine-x64",
"alpine",
"linux-musl-x64",
"linux-musl",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"alpine.3.6": [
"alpine",
"linux-musl",
"linux",
"unix",
"any",
"base"
],
"alpine.3.6-x64": [
"alpine.3.6",
"alpine-x64",
"alpine",
"linux-musl-x64",
"linux-musl",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"alpine.3.7": [
"alpine.3.6",
"alpine",
"linux-musl",
"linux",
"unix",
"any",
"base"
],
"alpine.3.7-x64": [
"alpine.3.7",
"alpine.3.6-x64",
"alpine.3.6",
"alpine-x64",
"alpine",
"linux-musl-x64",
"linux-musl",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"alpine.3.8": [
"alpine.3.7",
"alpine.3.6",
"alpine",
"linux-musl",
"linux",
"unix",
"any",
"base"
],
"alpine.3.8-x64": [
"alpine.3.8",
"alpine.3.7-x64",
"alpine.3.7",
"alpine.3.6-x64",
"alpine.3.6",
"alpine-x64",
"alpine",
"linux-musl-x64",
"linux-musl",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"alpine.3.9": [
"alpine.3.8",
"alpine.3.7",
"alpine.3.6",
"alpine",
"linux-musl",
"linux",
"unix",
"any",
"base"
],
"alpine.3.9-x64": [
"alpine.3.9",
"alpine.3.8-x64",
"alpine.3.8",
"alpine.3.7-x64",
"alpine.3.7",
"alpine.3.6-x64",
"alpine.3.6",
"alpine-x64",
"alpine",
"linux-musl-x64",
"linux-musl",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"android": [
"linux",
"unix",
"any",
"base"
],
"android-arm": [
"android",
"linux-arm",
"linux",
"unix-arm",
"unix",
"any",
"base"
],
"android-arm64": [
"android",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"android.21": [
"android",
"linux",
"unix",
"any",
"base"
],
"android.21-arm": [
"android.21",
"android-arm",
"android",
"linux-arm",
"linux",
"unix-arm",
"unix",
"any",
"base"
],
"android.21-arm64": [
"android.21",
"android-arm64",
"android",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"centos": [
"rhel",
"linux",
"unix",
"any",
"base"
],
"centos-x64": [
"centos",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"centos.7": [
"centos",
"rhel.7",
"rhel",
"linux",
"unix",
"any",
"base"
],
"centos.7-x64": [
"centos.7",
"centos-x64",
"rhel.7-x64",
"centos",
"rhel.7",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"centos.8": [
"centos",
"rhel.8",
"rhel",
"linux",
"unix",
"any",
"base"
],
"centos.8-x64": [
"centos.8",
"centos-x64",
"rhel.8-x64",
"centos",
"rhel.8",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"debian": [
"linux",
"unix",
"any",
"base"
],
"debian-arm": [
"debian",
"linux-arm",
"linux",
"unix-arm",
"unix",
"any",
"base"
],
"debian-arm64": [
"debian",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"debian-armel": [
"debian",
"linux-armel",
"linux",
"unix-armel",
"unix",
"any",
"base"
],
"debian-x64": [
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"debian-x86": [
"debian",
"linux-x86",
"linux",
"unix-x86",
"unix",
"any",
"base"
],
"debian.10": [
"debian",
"linux",
"unix",
"any",
"base"
],
"debian.10-arm": [
"debian.10",
"debian-arm",
"debian",
"linux-arm",
"linux",
"unix-arm",
"unix",
"any",
"base"
],
"debian.10-arm64": [
"debian.10",
"debian-arm64",
"debian",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"debian.10-armel": [
"debian.10",
"debian-armel",
"debian",
"linux-armel",
"linux",
"unix-armel",
"unix",
"any",
"base"
],
"debian.10-x64": [
"debian.10",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"debian.10-x86": [
"debian.10",
"debian-x86",
"debian",
"linux-x86",
"linux",
"unix-x86",
"unix",
"any",
"base"
],
"debian.8": [
"debian",
"linux",
"unix",
"any",
"base"
],
"debian.8-arm": [
"debian.8",
"debian-arm",
"debian",
"linux-arm",
"linux",
"unix-arm",
"unix",
"any",
"base"
],
"debian.8-arm64": [
"debian.8",
"debian-arm64",
"debian",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"debian.8-armel": [
"debian.8",
"debian-armel",
"debian",
"linux-armel",
"linux",
"unix-armel",
"unix",
"any",
"base"
],
"debian.8-x64": [
"debian.8",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"debian.8-x86": [
"debian.8",
"debian-x86",
"debian",
"linux-x86",
"linux",
"unix-x86",
"unix",
"any",
"base"
],
"debian.9": [
"debian",
"linux",
"unix",
"any",
"base"
],
"debian.9-arm": [
"debian.9",
"debian-arm",
"debian",
"linux-arm",
"linux",
"unix-arm",
"unix",
"any",
"base"
],
"debian.9-arm64": [
"debian.9",
"debian-arm64",
"debian",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"debian.9-armel": [
"debian.9",
"debian-armel",
"debian",
"linux-armel",
"linux",
"unix-armel",
"unix",
"any",
"base"
],
"debian.9-x64": [
"debian.9",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"debian.9-x86": [
"debian.9",
"debian-x86",
"debian",
"linux-x86",
"linux",
"unix-x86",
"unix",
"any",
"base"
],
"exherbo": [
"linux",
"unix",
"any",
"base"
],
"exherbo-x64": [
"exherbo",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"fedora": [
"linux",
"unix",
"any",
"base"
],
"fedora-arm64": [
"fedora",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"fedora-x64": [
"fedora",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"fedora.23": [
"fedora",
"linux",
"unix",
"any",
"base"
],
"fedora.23-arm64": [
"fedora.23",
"fedora-arm64",
"fedora",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"fedora.23-x64": [
"fedora.23",
"fedora-x64",
"fedora",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"fedora.24": [
"fedora",
"linux",
"unix",
"any",
"base"
],
"fedora.24-arm64": [
"fedora.24",
"fedora-arm64",
"fedora",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"fedora.24-x64": [
"fedora.24",
"fedora-x64",
"fedora",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"fedora.25": [
"fedora",
"linux",
"unix",
"any",
"base"
],
"fedora.25-arm64": [
"fedora.25",
"fedora-arm64",
"fedora",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"fedora.25-x64": [
"fedora.25",
"fedora-x64",
"fedora",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"fedora.26": [
"fedora",
"linux",
"unix",
"any",
"base"
],
"fedora.26-arm64": [
"fedora.26",
"fedora-arm64",
"fedora",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"fedora.26-x64": [
"fedora.26",
"fedora-x64",
"fedora",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"fedora.27": [
"fedora",
"linux",
"unix",
"any",
"base"
],
"fedora.27-arm64": [
"fedora.27",
"fedora-arm64",
"fedora",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"fedora.27-x64": [
"fedora.27",
"fedora-x64",
"fedora",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"fedora.28": [
"fedora",
"linux",
"unix",
"any",
"base"
],
"fedora.28-arm64": [
"fedora.28",
"fedora-arm64",
"fedora",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"fedora.28-x64": [
"fedora.28",
"fedora-x64",
"fedora",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"fedora.29": [
"fedora",
"linux",
"unix",
"any",
"base"
],
"fedora.29-arm64": [
"fedora.29",
"fedora-arm64",
"fedora",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"fedora.29-x64": [
"fedora.29",
"fedora-x64",
"fedora",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"fedora.30": [
"fedora",
"linux",
"unix",
"any",
"base"
],
"fedora.30-arm64": [
"fedora.30",
"fedora-arm64",
"fedora",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"fedora.30-x64": [
"fedora.30",
"fedora-x64",
"fedora",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"fedora.31": [
"fedora",
"linux",
"unix",
"any",
"base"
],
"fedora.31-arm64": [
"fedora.31",
"fedora-arm64",
"fedora",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"fedora.31-x64": [
"fedora.31",
"fedora-x64",
"fedora",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"fedora.32": [
"fedora",
"linux",
"unix",
"any",
"base"
],
"fedora.32-arm64": [
"fedora.32",
"fedora-arm64",
"fedora",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"fedora.32-x64": [
"fedora.32",
"fedora-x64",
"fedora",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"fedora.33": [
"fedora",
"linux",
"unix",
"any",
"base"
],
"fedora.33-arm64": [
"fedora.33",
"fedora-arm64",
"fedora",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"fedora.33-x64": [
"fedora.33",
"fedora-x64",
"fedora",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"fedora.34": [
"fedora",
"linux",
"unix",
"any",
"base"
],
"fedora.34-arm64": [
"fedora.34",
"fedora-arm64",
"fedora",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"fedora.34-x64": [
"fedora.34",
"fedora-x64",
"fedora",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"fedora.35": [
"fedora",
"linux",
"unix",
"any",
"base"
],
"fedora.35-arm64": [
"fedora.35",
"fedora-arm64",
"fedora",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"fedora.35-x64": [
"fedora.35",
"fedora-x64",
"fedora",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"gentoo": [
"linux",
"unix",
"any",
"base"
],
"gentoo-x64": [
"gentoo",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"linux": [
"unix",
"any",
"base"
],
"linux-armel": [
"linux",
"unix-armel",
"unix",
"any",
"base"
],
"linux-musl": [
"linux",
"unix",
"any",
"base"
],
"linux-musl-arm": [
"linux-musl",
"linux-arm",
"linux",
"unix-arm",
"unix",
"any",
"base"
],
"linux-musl-armel": [
"linux-musl",
"linux-armel",
"linux",
"unix-armel",
"unix",
"any",
"base"
],
"linux-musl-x86": [
"linux-musl",
"linux-x86",
"linux",
"unix-x86",
"unix",
"any",
"base"
],
"linux-x86": [
"linux",
"unix-x86",
"unix",
"any",
"base"
],
"linuxmint.17": [
"ubuntu.14.04",
"ubuntu",
"debian",
"linux",
"unix",
"any",
"base"
],
"linuxmint.17-x64": [
"linuxmint.17",
"ubuntu.14.04-x64",
"ubuntu.14.04",
"ubuntu-x64",
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"linuxmint.17.1": [
"linuxmint.17",
"ubuntu.14.04",
"ubuntu",
"debian",
"linux",
"unix",
"any",
"base"
],
"linuxmint.17.1-x64": [
"linuxmint.17.1",
"linuxmint.17-x64",
"linuxmint.17",
"ubuntu.14.04-x64",
"ubuntu.14.04",
"ubuntu-x64",
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"linuxmint.17.2": [
"linuxmint.17.1",
"linuxmint.17",
"ubuntu.14.04",
"ubuntu",
"debian",
"linux",
"unix",
"any",
"base"
],
"linuxmint.17.2-x64": [
"linuxmint.17.2",
"linuxmint.17.1-x64",
"linuxmint.17.1",
"linuxmint.17-x64",
"linuxmint.17",
"ubuntu.14.04-x64",
"ubuntu.14.04",
"ubuntu-x64",
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"linuxmint.17.3": [
"linuxmint.17.2",
"linuxmint.17.1",
"linuxmint.17",
"ubuntu.14.04",
"ubuntu",
"debian",
"linux",
"unix",
"any",
"base"
],
"linuxmint.17.3-x64": [
"linuxmint.17.3",
"linuxmint.17.2-x64",
"linuxmint.17.2",
"linuxmint.17.1-x64",
"linuxmint.17.1",
"linuxmint.17-x64",
"linuxmint.17",
"ubuntu.14.04-x64",
"ubuntu.14.04",
"ubuntu-x64",
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"linuxmint.18": [
"ubuntu.16.04",
"ubuntu",
"debian",
"linux",
"unix",
"any",
"base"
],
"linuxmint.18-x64": [
"linuxmint.18",
"ubuntu.16.04-x64",
"ubuntu.16.04",
"ubuntu-x64",
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"linuxmint.18.1": [
"linuxmint.18",
"ubuntu.16.04",
"ubuntu",
"debian",
"linux",
"unix",
"any",
"base"
],
"linuxmint.18.1-x64": [
"linuxmint.18.1",
"linuxmint.18-x64",
"linuxmint.18",
"ubuntu.16.04-x64",
"ubuntu.16.04",
"ubuntu-x64",
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"linuxmint.18.2": [
"linuxmint.18.1",
"linuxmint.18",
"ubuntu.16.04",
"ubuntu",
"debian",
"linux",
"unix",
"any",
"base"
],
"linuxmint.18.2-x64": [
"linuxmint.18.2",
"linuxmint.18.1-x64",
"linuxmint.18.1",
"linuxmint.18-x64",
"linuxmint.18",
"ubuntu.16.04-x64",
"ubuntu.16.04",
"ubuntu-x64",
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"linuxmint.18.3": [
"linuxmint.18.2",
"linuxmint.18.1",
"linuxmint.18",
"ubuntu.16.04",
"ubuntu",
"debian",
"linux",
"unix",
"any",
"base"
],
"linuxmint.18.3-x64": [
"linuxmint.18.3",
"linuxmint.18.2-x64",
"linuxmint.18.2",
"linuxmint.18.1-x64",
"linuxmint.18.1",
"linuxmint.18-x64",
"linuxmint.18",
"ubuntu.16.04-x64",
"ubuntu.16.04",
"ubuntu-x64",
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"linuxmint.19": [
"ubuntu.18.04",
"ubuntu",
"debian",
"linux",
"unix",
"any",
"base"
],
"linuxmint.19-x64": [
"linuxmint.19",
"ubuntu.18.04-x64",
"ubuntu.18.04",
"ubuntu-x64",
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"linuxmint.19.1": [
"linuxmint.19",
"ubuntu.18.04",
"ubuntu",
"debian",
"linux",
"unix",
"any",
"base"
],
"linuxmint.19.1-x64": [
"linuxmint.19.1",
"linuxmint.19-x64",
"linuxmint.19",
"ubuntu.18.04-x64",
"ubuntu.18.04",
"ubuntu-x64",
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"linuxmint.19.2": [
"linuxmint.19.1",
"linuxmint.19",
"ubuntu.18.04",
"ubuntu",
"debian",
"linux",
"unix",
"any",
"base"
],
"linuxmint.19.2-x64": [
"linuxmint.19.2",
"linuxmint.19.1-x64",
"linuxmint.19.1",
"linuxmint.19-x64",
"linuxmint.19",
"ubuntu.18.04-x64",
"ubuntu.18.04",
"ubuntu-x64",
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ol": [
"rhel",
"linux",
"unix",
"any",
"base"
],
"ol-x64": [
"ol",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ol.7": [
"ol",
"rhel.7",
"rhel",
"linux",
"unix",
"any",
"base"
],
"ol.7-x64": [
"ol.7",
"ol-x64",
"rhel.7-x64",
"ol",
"rhel.7",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ol.7.0": [
"ol.7",
"rhel.7.0",
"ol",
"rhel.7",
"rhel",
"linux",
"unix",
"any",
"base"
],
"ol.7.0-x64": [
"ol.7.0",
"ol.7-x64",
"rhel.7.0-x64",
"ol.7",
"rhel.7.0",
"ol-x64",
"rhel.7-x64",
"ol",
"rhel.7",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ol.7.1": [
"ol.7.0",
"rhel.7.1",
"ol.7",
"rhel.7.0",
"ol",
"rhel.7",
"rhel",
"linux",
"unix",
"any",
"base"
],
"ol.7.1-x64": [
"ol.7.1",
"ol.7.0-x64",
"rhel.7.1-x64",
"ol.7.0",
"rhel.7.1",
"ol.7-x64",
"rhel.7.0-x64",
"ol.7",
"rhel.7.0",
"ol-x64",
"rhel.7-x64",
"ol",
"rhel.7",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ol.7.2": [
"ol.7.1",
"rhel.7.2",
"ol.7.0",
"rhel.7.1",
"ol.7",
"rhel.7.0",
"ol",
"rhel.7",
"rhel",
"linux",
"unix",
"any",
"base"
],
"ol.7.2-x64": [
"ol.7.2",
"ol.7.1-x64",
"rhel.7.2-x64",
"ol.7.1",
"rhel.7.2",
"ol.7.0-x64",
"rhel.7.1-x64",
"ol.7.0",
"rhel.7.1",
"ol.7-x64",
"rhel.7.0-x64",
"ol.7",
"rhel.7.0",
"ol-x64",
"rhel.7-x64",
"ol",
"rhel.7",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ol.7.3": [
"ol.7.2",
"rhel.7.3",
"ol.7.1",
"rhel.7.2",
"ol.7.0",
"rhel.7.1",
"ol.7",
"rhel.7.0",
"ol",
"rhel.7",
"rhel",
"linux",
"unix",
"any",
"base"
],
"ol.7.3-x64": [
"ol.7.3",
"ol.7.2-x64",
"rhel.7.3-x64",
"ol.7.2",
"rhel.7.3",
"ol.7.1-x64",
"rhel.7.2-x64",
"ol.7.1",
"rhel.7.2",
"ol.7.0-x64",
"rhel.7.1-x64",
"ol.7.0",
"rhel.7.1",
"ol.7-x64",
"rhel.7.0-x64",
"ol.7",
"rhel.7.0",
"ol-x64",
"rhel.7-x64",
"ol",
"rhel.7",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ol.7.4": [
"ol.7.3",
"rhel.7.4",
"ol.7.2",
"rhel.7.3",
"ol.7.1",
"rhel.7.2",
"ol.7.0",
"rhel.7.1",
"ol.7",
"rhel.7.0",
"ol",
"rhel.7",
"rhel",
"linux",
"unix",
"any",
"base"
],
"ol.7.4-x64": [
"ol.7.4",
"ol.7.3-x64",
"rhel.7.4-x64",
"ol.7.3",
"rhel.7.4",
"ol.7.2-x64",
"rhel.7.3-x64",
"ol.7.2",
"rhel.7.3",
"ol.7.1-x64",
"rhel.7.2-x64",
"ol.7.1",
"rhel.7.2",
"ol.7.0-x64",
"rhel.7.1-x64",
"ol.7.0",
"rhel.7.1",
"ol.7-x64",
"rhel.7.0-x64",
"ol.7",
"rhel.7.0",
"ol-x64",
"rhel.7-x64",
"ol",
"rhel.7",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ol.7.5": [
"ol.7.4",
"rhel.7.5",
"ol.7.3",
"rhel.7.4",
"ol.7.2",
"rhel.7.3",
"ol.7.1",
"rhel.7.2",
"ol.7.0",
"rhel.7.1",
"ol.7",
"rhel.7.0",
"ol",
"rhel.7",
"rhel",
"linux",
"unix",
"any",
"base"
],
"ol.7.5-x64": [
"ol.7.5",
"ol.7.4-x64",
"rhel.7.5-x64",
"ol.7.4",
"rhel.7.5",
"ol.7.3-x64",
"rhel.7.4-x64",
"ol.7.3",
"rhel.7.4",
"ol.7.2-x64",
"rhel.7.3-x64",
"ol.7.2",
"rhel.7.3",
"ol.7.1-x64",
"rhel.7.2-x64",
"ol.7.1",
"rhel.7.2",
"ol.7.0-x64",
"rhel.7.1-x64",
"ol.7.0",
"rhel.7.1",
"ol.7-x64",
"rhel.7.0-x64",
"ol.7",
"rhel.7.0",
"ol-x64",
"rhel.7-x64",
"ol",
"rhel.7",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ol.7.6": [
"ol.7.5",
"rhel.7.6",
"ol.7.4",
"rhel.7.5",
"ol.7.3",
"rhel.7.4",
"ol.7.2",
"rhel.7.3",
"ol.7.1",
"rhel.7.2",
"ol.7.0",
"rhel.7.1",
"ol.7",
"rhel.7.0",
"ol",
"rhel.7",
"rhel",
"linux",
"unix",
"any",
"base"
],
"ol.7.6-x64": [
"ol.7.6",
"ol.7.5-x64",
"rhel.7.6-x64",
"ol.7.5",
"rhel.7.6",
"ol.7.4-x64",
"rhel.7.5-x64",
"ol.7.4",
"rhel.7.5",
"ol.7.3-x64",
"rhel.7.4-x64",
"ol.7.3",
"rhel.7.4",
"ol.7.2-x64",
"rhel.7.3-x64",
"ol.7.2",
"rhel.7.3",
"ol.7.1-x64",
"rhel.7.2-x64",
"ol.7.1",
"rhel.7.2",
"ol.7.0-x64",
"rhel.7.1-x64",
"ol.7.0",
"rhel.7.1",
"ol.7-x64",
"rhel.7.0-x64",
"ol.7",
"rhel.7.0",
"ol-x64",
"rhel.7-x64",
"ol",
"rhel.7",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ol.8": [
"ol",
"rhel.8",
"rhel",
"linux",
"unix",
"any",
"base"
],
"ol.8-x64": [
"ol.8",
"ol-x64",
"rhel.8-x64",
"ol",
"rhel.8",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ol.8.0": [
"ol.8",
"rhel.8.0",
"ol",
"rhel.8",
"rhel",
"linux",
"unix",
"any",
"base"
],
"ol.8.0-x64": [
"ol.8.0",
"ol.8-x64",
"rhel.8.0-x64",
"ol.8",
"rhel.8.0",
"ol-x64",
"rhel.8-x64",
"ol",
"rhel.8",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"opensuse": [
"linux",
"unix",
"any",
"base"
],
"opensuse-x64": [
"opensuse",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"opensuse.13.2": [
"opensuse",
"linux",
"unix",
"any",
"base"
],
"opensuse.13.2-x64": [
"opensuse.13.2",
"opensuse-x64",
"opensuse",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"opensuse.15.0": [
"opensuse",
"linux",
"unix",
"any",
"base"
],
"opensuse.15.0-x64": [
"opensuse.15.0",
"opensuse-x64",
"opensuse",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"opensuse.15.1": [
"opensuse",
"linux",
"unix",
"any",
"base"
],
"opensuse.15.1-x64": [
"opensuse.15.1",
"opensuse-x64",
"opensuse",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"opensuse.42.1": [
"opensuse",
"linux",
"unix",
"any",
"base"
],
"opensuse.42.1-x64": [
"opensuse.42.1",
"opensuse-x64",
"opensuse",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"opensuse.42.2": [
"opensuse",
"linux",
"unix",
"any",
"base"
],
"opensuse.42.2-x64": [
"opensuse.42.2",
"opensuse-x64",
"opensuse",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"opensuse.42.3": [
"opensuse",
"linux",
"unix",
"any",
"base"
],
"opensuse.42.3-x64": [
"opensuse.42.3",
"opensuse-x64",
"opensuse",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"rhel": [
"linux",
"unix",
"any",
"base"
],
"rhel-arm64": [
"rhel",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"rhel-x64": [
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"rhel.6": [
"rhel",
"linux",
"unix",
"any",
"base"
],
"rhel.7": [
"rhel",
"linux",
"unix",
"any",
"base"
],
"rhel.7-x64": [
"rhel.7",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"rhel.7.0": [
"rhel.7",
"rhel",
"linux",
"unix",
"any",
"base"
],
"rhel.7.0-x64": [
"rhel.7.0",
"rhel.7-x64",
"rhel.7",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"rhel.7.1": [
"rhel.7.0",
"rhel.7",
"rhel",
"linux",
"unix",
"any",
"base"
],
"rhel.7.1-x64": [
"rhel.7.1",
"rhel.7.0-x64",
"rhel.7.0",
"rhel.7-x64",
"rhel.7",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"rhel.7.2": [
"rhel.7.1",
"rhel.7.0",
"rhel.7",
"rhel",
"linux",
"unix",
"any",
"base"
],
"rhel.7.2-x64": [
"rhel.7.2",
"rhel.7.1-x64",
"rhel.7.1",
"rhel.7.0-x64",
"rhel.7.0",
"rhel.7-x64",
"rhel.7",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"rhel.7.3": [
"rhel.7.2",
"rhel.7.1",
"rhel.7.0",
"rhel.7",
"rhel",
"linux",
"unix",
"any",
"base"
],
"rhel.7.3-x64": [
"rhel.7.3",
"rhel.7.2-x64",
"rhel.7.2",
"rhel.7.1-x64",
"rhel.7.1",
"rhel.7.0-x64",
"rhel.7.0",
"rhel.7-x64",
"rhel.7",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"rhel.7.4": [
"rhel.7.3",
"rhel.7.2",
"rhel.7.1",
"rhel.7.0",
"rhel.7",
"rhel",
"linux",
"unix",
"any",
"base"
],
"rhel.7.4-x64": [
"rhel.7.4",
"rhel.7.3-x64",
"rhel.7.3",
"rhel.7.2-x64",
"rhel.7.2",
"rhel.7.1-x64",
"rhel.7.1",
"rhel.7.0-x64",
"rhel.7.0",
"rhel.7-x64",
"rhel.7",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"rhel.7.5": [
"rhel.7.4",
"rhel.7.3",
"rhel.7.2",
"rhel.7.1",
"rhel.7.0",
"rhel.7",
"rhel",
"linux",
"unix",
"any",
"base"
],
"rhel.7.5-x64": [
"rhel.7.5",
"rhel.7.4-x64",
"rhel.7.4",
"rhel.7.3-x64",
"rhel.7.3",
"rhel.7.2-x64",
"rhel.7.2",
"rhel.7.1-x64",
"rhel.7.1",
"rhel.7.0-x64",
"rhel.7.0",
"rhel.7-x64",
"rhel.7",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"rhel.7.6": [
"rhel.7.5",
"rhel.7.4",
"rhel.7.3",
"rhel.7.2",
"rhel.7.1",
"rhel.7.0",
"rhel.7",
"rhel",
"linux",
"unix",
"any",
"base"
],
"rhel.7.6-x64": [
"rhel.7.6",
"rhel.7.5-x64",
"rhel.7.5",
"rhel.7.4-x64",
"rhel.7.4",
"rhel.7.3-x64",
"rhel.7.3",
"rhel.7.2-x64",
"rhel.7.2",
"rhel.7.1-x64",
"rhel.7.1",
"rhel.7.0-x64",
"rhel.7.0",
"rhel.7-x64",
"rhel.7",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"rhel.8": [
"rhel",
"linux",
"unix",
"any",
"base"
],
"rhel.8-arm64": [
"rhel.8",
"rhel-arm64",
"rhel",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"rhel.8-x64": [
"rhel.8",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"rhel.8.0": [
"rhel.8",
"rhel",
"linux",
"unix",
"any",
"base"
],
"rhel.8.0-arm64": [
"rhel.8.0",
"rhel.8-arm64",
"rhel.8",
"rhel-arm64",
"rhel",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"rhel.8.0-x64": [
"rhel.8.0",
"rhel.8-x64",
"rhel.8",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"rhel.8.1": [
"rhel.8.0",
"rhel.8",
"rhel",
"linux",
"unix",
"any",
"base"
],
"rhel.8.1-arm64": [
"rhel.8.1",
"rhel.8.0-arm64",
"rhel.8.0",
"rhel.8-arm64",
"rhel.8",
"rhel-arm64",
"rhel",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"rhel.8.1-x64": [
"rhel.8.1",
"rhel.8.0-x64",
"rhel.8.0",
"rhel.8-x64",
"rhel.8",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"rhel.9": [
"rhel",
"linux",
"unix",
"any",
"base"
],
"rhel.9-arm64": [
"rhel.9",
"rhel-arm64",
"rhel",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"rhel.9-x64": [
"rhel.9",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"sles": [
"linux",
"unix",
"any",
"base"
],
"sles-x64": [
"sles",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"sles.12": [
"sles",
"linux",
"unix",
"any",
"base"
],
"sles.12-x64": [
"sles.12",
"sles-x64",
"sles",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"sles.12.1": [
"sles.12",
"sles",
"linux",
"unix",
"any",
"base"
],
"sles.12.1-x64": [
"sles.12.1",
"sles.12-x64",
"sles.12",
"sles-x64",
"sles",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"sles.12.2": [
"sles.12.1",
"sles.12",
"sles",
"linux",
"unix",
"any",
"base"
],
"sles.12.2-x64": [
"sles.12.2",
"sles.12.1-x64",
"sles.12.1",
"sles.12-x64",
"sles.12",
"sles-x64",
"sles",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"sles.12.3": [
"sles.12.2",
"sles.12.1",
"sles.12",
"sles",
"linux",
"unix",
"any",
"base"
],
"sles.12.3-x64": [
"sles.12.3",
"sles.12.2-x64",
"sles.12.2",
"sles.12.1-x64",
"sles.12.1",
"sles.12-x64",
"sles.12",
"sles-x64",
"sles",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"sles.12.4": [
"sles.12.3",
"sles.12.2",
"sles.12.1",
"sles.12",
"sles",
"linux",
"unix",
"any",
"base"
],
"sles.12.4-x64": [
"sles.12.4",
"sles.12.3-x64",
"sles.12.3",
"sles.12.2-x64",
"sles.12.2",
"sles.12.1-x64",
"sles.12.1",
"sles.12-x64",
"sles.12",
"sles-x64",
"sles",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"sles.15": [
"sles.12.4",
"sles.12.3",
"sles.12.2",
"sles.12.1",
"sles.12",
"sles",
"linux",
"unix",
"any",
"base"
],
"sles.15-x64": [
"sles.15",
"sles.12.4-x64",
"sles.12.4",
"sles.12.3-x64",
"sles.12.3",
"sles.12.2-x64",
"sles.12.2",
"sles.12.1-x64",
"sles.12.1",
"sles.12-x64",
"sles.12",
"sles-x64",
"sles",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"sles.15.1": [
"sles.15",
"sles.12.4",
"sles.12.3",
"sles.12.2",
"sles.12.1",
"sles.12",
"sles",
"linux",
"unix",
"any",
"base"
],
"sles.15.1-x64": [
"sles.15.1",
"sles.15-x64",
"sles.15",
"sles.12.4-x64",
"sles.12.4",
"sles.12.3-x64",
"sles.12.3",
"sles.12.2-x64",
"sles.12.2",
"sles.12.1-x64",
"sles.12.1",
"sles.12-x64",
"sles.12",
"sles-x64",
"sles",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"tizen": [
"linux",
"unix",
"any",
"base"
],
"tizen-armel": [
"tizen",
"linux-armel",
"linux",
"unix-armel",
"unix",
"any",
"base"
],
"tizen-x86": [
"tizen",
"linux-x86",
"linux",
"unix-x86",
"unix",
"any",
"base"
],
"tizen.4.0.0": [
"tizen",
"linux",
"unix",
"any",
"base"
],
"tizen.4.0.0-x86": [
"tizen.4.0.0",
"tizen-x86",
"tizen",
"linux-x86",
"linux",
"unix-x86",
"unix",
"any",
"base"
],
"tizen.5.0.0": [
"tizen.4.0.0",
"tizen",
"linux",
"unix",
"any",
"base"
],
"tizen.5.0.0-x86": [
"tizen.5.0.0",
"tizen.4.0.0-x86",
"tizen.4.0.0",
"tizen-x86",
"tizen",
"linux-x86",
"linux",
"unix-x86",
"unix",
"any",
"base"
],
"ubuntu": [
"debian",
"linux",
"unix",
"any",
"base"
],
"ubuntu-arm": [
"ubuntu",
"debian-arm",
"debian",
"linux-arm",
"linux",
"unix-arm",
"unix",
"any",
"base"
],
"ubuntu-arm64": [
"ubuntu",
"debian-arm64",
"debian",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"ubuntu-x64": [
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ubuntu-x86": [
"ubuntu",
"debian-x86",
"debian",
"linux-x86",
"linux",
"unix-x86",
"unix",
"any",
"base"
],
"ubuntu.14.04": [
"ubuntu",
"debian",
"linux",
"unix",
"any",
"base"
],
"ubuntu.14.04-arm": [
"ubuntu.14.04",
"ubuntu-arm",
"ubuntu",
"debian-arm",
"debian",
"linux-arm",
"linux",
"unix-arm",
"unix",
"any",
"base"
],
"ubuntu.14.04-x64": [
"ubuntu.14.04",
"ubuntu-x64",
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ubuntu.14.04-x86": [
"ubuntu.14.04",
"ubuntu-x86",
"ubuntu",
"debian-x86",
"debian",
"linux-x86",
"linux",
"unix-x86",
"unix",
"any",
"base"
],
"ubuntu.14.10": [
"ubuntu",
"debian",
"linux",
"unix",
"any",
"base"
],
"ubuntu.14.10-arm": [
"ubuntu.14.10",
"ubuntu-arm",
"ubuntu",
"debian-arm",
"debian",
"linux-arm",
"linux",
"unix-arm",
"unix",
"any",
"base"
],
"ubuntu.14.10-x64": [
"ubuntu.14.10",
"ubuntu-x64",
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ubuntu.14.10-x86": [
"ubuntu.14.10",
"ubuntu-x86",
"ubuntu",
"debian-x86",
"debian",
"linux-x86",
"linux",
"unix-x86",
"unix",
"any",
"base"
],
"ubuntu.15.04": [
"ubuntu",
"debian",
"linux",
"unix",
"any",
"base"
],
"ubuntu.15.04-arm": [
"ubuntu.15.04",
"ubuntu-arm",
"ubuntu",
"debian-arm",
"debian",
"linux-arm",
"linux",
"unix-arm",
"unix",
"any",
"base"
],
"ubuntu.15.04-x64": [
"ubuntu.15.04",
"ubuntu-x64",
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ubuntu.15.04-x86": [
"ubuntu.15.04",
"ubuntu-x86",
"ubuntu",
"debian-x86",
"debian",
"linux-x86",
"linux",
"unix-x86",
"unix",
"any",
"base"
],
"ubuntu.15.10": [
"ubuntu",
"debian",
"linux",
"unix",
"any",
"base"
],
"ubuntu.15.10-arm": [
"ubuntu.15.10",
"ubuntu-arm",
"ubuntu",
"debian-arm",
"debian",
"linux-arm",
"linux",
"unix-arm",
"unix",
"any",
"base"
],
"ubuntu.15.10-x64": [
"ubuntu.15.10",
"ubuntu-x64",
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ubuntu.15.10-x86": [
"ubuntu.15.10",
"ubuntu-x86",
"ubuntu",
"debian-x86",
"debian",
"linux-x86",
"linux",
"unix-x86",
"unix",
"any",
"base"
],
"ubuntu.16.04": [
"ubuntu",
"debian",
"linux",
"unix",
"any",
"base"
],
"ubuntu.16.04-arm": [
"ubuntu.16.04",
"ubuntu-arm",
"ubuntu",
"debian-arm",
"debian",
"linux-arm",
"linux",
"unix-arm",
"unix",
"any",
"base"
],
"ubuntu.16.04-arm64": [
"ubuntu.16.04",
"ubuntu-arm64",
"ubuntu",
"debian-arm64",
"debian",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"ubuntu.16.04-x64": [
"ubuntu.16.04",
"ubuntu-x64",
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ubuntu.16.04-x86": [
"ubuntu.16.04",
"ubuntu-x86",
"ubuntu",
"debian-x86",
"debian",
"linux-x86",
"linux",
"unix-x86",
"unix",
"any",
"base"
],
"ubuntu.16.10": [
"ubuntu",
"debian",
"linux",
"unix",
"any",
"base"
],
"ubuntu.16.10-arm": [
"ubuntu.16.10",
"ubuntu-arm",
"ubuntu",
"debian-arm",
"debian",
"linux-arm",
"linux",
"unix-arm",
"unix",
"any",
"base"
],
"ubuntu.16.10-arm64": [
"ubuntu.16.10",
"ubuntu-arm64",
"ubuntu",
"debian-arm64",
"debian",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"ubuntu.16.10-x64": [
"ubuntu.16.10",
"ubuntu-x64",
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ubuntu.16.10-x86": [
"ubuntu.16.10",
"ubuntu-x86",
"ubuntu",
"debian-x86",
"debian",
"linux-x86",
"linux",
"unix-x86",
"unix",
"any",
"base"
],
"ubuntu.17.04": [
"ubuntu",
"debian",
"linux",
"unix",
"any",
"base"
],
"ubuntu.17.04-arm": [
"ubuntu.17.04",
"ubuntu-arm",
"ubuntu",
"debian-arm",
"debian",
"linux-arm",
"linux",
"unix-arm",
"unix",
"any",
"base"
],
"ubuntu.17.04-arm64": [
"ubuntu.17.04",
"ubuntu-arm64",
"ubuntu",
"debian-arm64",
"debian",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"ubuntu.17.04-x64": [
"ubuntu.17.04",
"ubuntu-x64",
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ubuntu.17.04-x86": [
"ubuntu.17.04",
"ubuntu-x86",
"ubuntu",
"debian-x86",
"debian",
"linux-x86",
"linux",
"unix-x86",
"unix",
"any",
"base"
],
"ubuntu.17.10": [
"ubuntu",
"debian",
"linux",
"unix",
"any",
"base"
],
"ubuntu.17.10-arm": [
"ubuntu.17.10",
"ubuntu-arm",
"ubuntu",
"debian-arm",
"debian",
"linux-arm",
"linux",
"unix-arm",
"unix",
"any",
"base"
],
"ubuntu.17.10-arm64": [
"ubuntu.17.10",
"ubuntu-arm64",
"ubuntu",
"debian-arm64",
"debian",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"ubuntu.17.10-x64": [
"ubuntu.17.10",
"ubuntu-x64",
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ubuntu.17.10-x86": [
"ubuntu.17.10",
"ubuntu-x86",
"ubuntu",
"debian-x86",
"debian",
"linux-x86",
"linux",
"unix-x86",
"unix",
"any",
"base"
],
"ubuntu.18.04": [
"ubuntu",
"debian",
"linux",
"unix",
"any",
"base"
],
"ubuntu.18.04-arm": [
"ubuntu.18.04",
"ubuntu-arm",
"ubuntu",
"debian-arm",
"debian",
"linux-arm",
"linux",
"unix-arm",
"unix",
"any",
"base"
],
"ubuntu.18.04-arm64": [
"ubuntu.18.04",
"ubuntu-arm64",
"ubuntu",
"debian-arm64",
"debian",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"ubuntu.18.04-x64": [
"ubuntu.18.04",
"ubuntu-x64",
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ubuntu.18.04-x86": [
"ubuntu.18.04",
"ubuntu-x86",
"ubuntu",
"debian-x86",
"debian",
"linux-x86",
"linux",
"unix-x86",
"unix",
"any",
"base"
],
"ubuntu.18.10": [
"ubuntu",
"debian",
"linux",
"unix",
"any",
"base"
],
"ubuntu.18.10-arm": [
"ubuntu.18.10",
"ubuntu-arm",
"ubuntu",
"debian-arm",
"debian",
"linux-arm",
"linux",
"unix-arm",
"unix",
"any",
"base"
],
"ubuntu.18.10-arm64": [
"ubuntu.18.10",
"ubuntu-arm64",
"ubuntu",
"debian-arm64",
"debian",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"ubuntu.18.10-x64": [
"ubuntu.18.10",
"ubuntu-x64",
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ubuntu.18.10-x86": [
"ubuntu.18.10",
"ubuntu-x86",
"ubuntu",
"debian-x86",
"debian",
"linux-x86",
"linux",
"unix-x86",
"unix",
"any",
"base"
],
"ubuntu.19.04": [
"ubuntu",
"debian",
"linux",
"unix",
"any",
"base"
],
"ubuntu.19.04-arm": [
"ubuntu.19.04",
"ubuntu-arm",
"ubuntu",
"debian-arm",
"debian",
"linux-arm",
"linux",
"unix-arm",
"unix",
"any",
"base"
],
"ubuntu.19.04-arm64": [
"ubuntu.19.04",
"ubuntu-arm64",
"ubuntu",
"debian-arm64",
"debian",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"ubuntu.19.04-x64": [
"ubuntu.19.04",
"ubuntu-x64",
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ubuntu.19.04-x86": [
"ubuntu.19.04",
"ubuntu-x86",
"ubuntu",
"debian-x86",
"debian",
"linux-x86",
"linux",
"unix-x86",
"unix",
"any",
"base"
],
"ubuntu.19.10": [
"ubuntu",
"debian",
"linux",
"unix",
"any",
"base"
],
"ubuntu.19.10-arm": [
"ubuntu.19.10",
"ubuntu-arm",
"ubuntu",
"debian-arm",
"debian",
"linux-arm",
"linux",
"unix-arm",
"unix",
"any",
"base"
],
"ubuntu.19.10-arm64": [
"ubuntu.19.10",
"ubuntu-arm64",
"ubuntu",
"debian-arm64",
"debian",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"ubuntu.19.10-x64": [
"ubuntu.19.10",
"ubuntu-x64",
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ubuntu.19.10-x86": [
"ubuntu.19.10",
"ubuntu-x86",
"ubuntu",
"debian-x86",
"debian",
"linux-x86",
"linux",
"unix-x86",
"unix",
"any",
"base"
],
"ubuntu.20.04": [
"ubuntu",
"debian",
"linux",
"unix",
"any",
"base"
],
"ubuntu.20.04-arm": [
"ubuntu.20.04",
"ubuntu-arm",
"ubuntu",
"debian-arm",
"debian",
"linux-arm",
"linux",
"unix-arm",
"unix",
"any",
"base"
],
"ubuntu.20.04-arm64": [
"ubuntu.20.04",
"ubuntu-arm64",
"ubuntu",
"debian-arm64",
"debian",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"ubuntu.20.04-x64": [
"ubuntu.20.04",
"ubuntu-x64",
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ubuntu.20.04-x86": [
"ubuntu.20.04",
"ubuntu-x86",
"ubuntu",
"debian-x86",
"debian",
"linux-x86",
"linux",
"unix-x86",
"unix",
"any",
"base"
],
"ubuntu.20.10": [
"ubuntu",
"debian",
"linux",
"unix",
"any",
"base"
],
"ubuntu.20.10-arm": [
"ubuntu.20.10",
"ubuntu-arm",
"ubuntu",
"debian-arm",
"debian",
"linux-arm",
"linux",
"unix-arm",
"unix",
"any",
"base"
],
"ubuntu.20.10-arm64": [
"ubuntu.20.10",
"ubuntu-arm64",
"ubuntu",
"debian-arm64",
"debian",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"ubuntu.20.10-x64": [
"ubuntu.20.10",
"ubuntu-x64",
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ubuntu.20.10-x86": [
"ubuntu.20.10",
"ubuntu-x86",
"ubuntu",
"debian-x86",
"debian",
"linux-x86",
"linux",
"unix-x86",
"unix",
"any",
"base"
],
"ubuntu.21.04": [
"ubuntu",
"debian",
"linux",
"unix",
"any",
"base"
],
"ubuntu.21.04-arm": [
"ubuntu.21.04",
"ubuntu-arm",
"ubuntu",
"debian-arm",
"debian",
"linux-arm",
"linux",
"unix-arm",
"unix",
"any",
"base"
],
"ubuntu.21.04-arm64": [
"ubuntu.21.04",
"ubuntu-arm64",
"ubuntu",
"debian-arm64",
"debian",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"ubuntu.21.04-x64": [
"ubuntu.21.04",
"ubuntu-x64",
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ubuntu.21.04-x86": [
"ubuntu.21.04",
"ubuntu-x86",
"ubuntu",
"debian-x86",
"debian",
"linux-x86",
"linux",
"unix-x86",
"unix",
"any",
"base"
],
"ubuntu.21.10": [
"ubuntu",
"debian",
"linux",
"unix",
"any",
"base"
],
"ubuntu.21.10-arm": [
"ubuntu.21.10",
"ubuntu-arm",
"ubuntu",
"debian-arm",
"debian",
"linux-arm",
"linux",
"unix-arm",
"unix",
"any",
"base"
],
"ubuntu.21.10-arm64": [
"ubuntu.21.10",
"ubuntu-arm64",
"ubuntu",
"debian-arm64",
"debian",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"ubuntu.21.10-x64": [
"ubuntu.21.10",
"ubuntu-x64",
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ubuntu.21.10-x86": [
"ubuntu.21.10",
"ubuntu-x86",
"ubuntu",
"debian-x86",
"debian",
"linux-x86",
"linux",
"unix-x86",
"unix",
"any",
"base"
]
}
}
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v3.1/linux-x64",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v3.1": {},
".NETCoreApp,Version=v3.1/linux-x64": {
"Microsoft.Build.Tasks.Git/1.0.0-beta2-19367-01": {},
"Microsoft.NETCore.App/3.1.1-servicing.19608.4": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0"
}
},
"Microsoft.NETCore.App.Internal/3.1.1-servicing.19608.4": {
"dependencies": {
"Microsoft.NETCore.DotNetHostPolicy": "3.1.1",
"Microsoft.NETCore.Platforms": "3.1.0",
"Microsoft.NETCore.Targets": "3.1.0",
"NETStandard.Library": "2.1.0",
"runtime.linux-x64.Microsoft.NETCore.App": "3.1.1-servicing.19608.4"
}
},
"Microsoft.NETCore.DotNetHostPolicy/3.1.1": {
"dependencies": {
"runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy": "3.1.1"
}
},
"Microsoft.NETCore.Platforms/3.1.0": {},
"Microsoft.NETCore.Targets/3.1.0": {},
"Microsoft.SourceLink.Common/1.0.0-beta2-19367-01": {},
"Microsoft.SourceLink.GitHub/1.0.0-beta2-19367-01": {
"dependencies": {
"Microsoft.Build.Tasks.Git": "1.0.0-beta2-19367-01",
"Microsoft.SourceLink.Common": "1.0.0-beta2-19367-01"
}
},
"Microsoft.SourceLink.Vsts.Git/1.0.0-beta2-19367-01": {
"dependencies": {
"Microsoft.Build.Tasks.Git": "1.0.0-beta2-19367-01",
"Microsoft.SourceLink.Common": "1.0.0-beta2-19367-01"
}
},
"NETStandard.Library/2.1.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0"
}
},
"runtime.linux-x64.Microsoft.NETCore.App/3.1.1-servicing.19608.4": {
"runtime": {
"runtimes/linux-x64/lib/netcoreapp3.1/Microsoft.CSharp.dll": {
"assemblyVersion": "4.0.5.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/Microsoft.VisualBasic.Core.dll": {
"assemblyVersion": "10.0.5.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/Microsoft.VisualBasic.dll": {
"assemblyVersion": "10.0.0.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/Microsoft.Win32.Primitives.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/Microsoft.Win32.Registry.dll": {
"assemblyVersion": "4.1.3.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.AppContext.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Buffers.dll": {
"assemblyVersion": "4.0.5.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Collections.Concurrent.dll": {
"assemblyVersion": "4.0.15.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Collections.Immutable.dll": {
"assemblyVersion": "1.2.5.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Collections.NonGeneric.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Collections.Specialized.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Collections.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.ComponentModel.Annotations.dll": {
"assemblyVersion": "4.3.1.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.ComponentModel.DataAnnotations.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.ComponentModel.EventBasedAsync.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.ComponentModel.Primitives.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.ComponentModel.TypeConverter.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.ComponentModel.dll": {
"assemblyVersion": "4.0.4.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Configuration.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Console.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Core.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Data.Common.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Data.DataSetExtensions.dll": {
"assemblyVersion": "4.0.1.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Data.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Diagnostics.Contracts.dll": {
"assemblyVersion": "4.0.4.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Diagnostics.Debug.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Diagnostics.DiagnosticSource.dll": {
"assemblyVersion": "4.0.5.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Diagnostics.FileVersionInfo.dll": {
"assemblyVersion": "4.0.4.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Diagnostics.Process.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Diagnostics.StackTrace.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Diagnostics.TextWriterTraceListener.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Diagnostics.Tools.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Diagnostics.TraceSource.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Diagnostics.Tracing.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Drawing.Primitives.dll": {
"assemblyVersion": "4.2.1.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Drawing.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Dynamic.Runtime.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Globalization.Calendars.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Globalization.Extensions.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Globalization.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.IO.Compression.Brotli.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.IO.Compression.FileSystem.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.IO.Compression.ZipFile.dll": {
"assemblyVersion": "4.0.5.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.IO.Compression.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.IO.FileSystem.AccessControl.dll": {
"assemblyVersion": "4.0.5.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.IO.FileSystem.DriveInfo.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.IO.FileSystem.Primitives.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.IO.FileSystem.Watcher.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.IO.FileSystem.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.IO.IsolatedStorage.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.IO.MemoryMappedFiles.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.IO.Pipes.AccessControl.dll": {
"assemblyVersion": "4.0.5.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.IO.Pipes.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.IO.UnmanagedMemoryStream.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.IO.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Linq.Expressions.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Linq.Parallel.dll": {
"assemblyVersion": "4.0.4.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Linq.Queryable.dll": {
"assemblyVersion": "4.0.4.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Linq.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Memory.dll": {
"assemblyVersion": "4.2.1.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Net.Http.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Net.HttpListener.dll": {
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Net.Mail.dll": {
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Net.NameResolution.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Net.NetworkInformation.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Net.Ping.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Net.Primitives.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Net.Requests.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Net.Security.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Net.ServicePoint.dll": {
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Net.Sockets.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Net.WebClient.dll": {
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Net.WebHeaderCollection.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Net.WebProxy.dll": {
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Net.WebSockets.Client.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Net.WebSockets.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Net.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Numerics.Vectors.dll": {
"assemblyVersion": "4.1.6.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Numerics.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.ObjectModel.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Private.DataContractSerialization.dll": {
"assemblyVersion": "4.1.5.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Private.Uri.dll": {
"assemblyVersion": "4.0.6.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Private.Xml.Linq.dll": {
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Private.Xml.dll": {
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Reflection.DispatchProxy.dll": {
"assemblyVersion": "4.0.6.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Reflection.Emit.ILGeneration.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Reflection.Emit.Lightweight.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Reflection.Emit.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Reflection.Extensions.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Reflection.Metadata.dll": {
"assemblyVersion": "1.4.5.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Reflection.Primitives.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Reflection.TypeExtensions.dll": {
"assemblyVersion": "4.1.5.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Reflection.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Resources.Reader.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Resources.ResourceManager.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Resources.Writer.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll": {
"assemblyVersion": "4.0.6.0",
"fileVersion": "4.0.0.0"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Runtime.CompilerServices.VisualC.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Runtime.Extensions.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Runtime.Handles.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Runtime.InteropServices.RuntimeInformation.dll": {
"assemblyVersion": "4.0.4.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Runtime.InteropServices.WindowsRuntime.dll": {
"assemblyVersion": "4.0.4.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Runtime.InteropServices.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Runtime.Intrinsics.dll": {
"assemblyVersion": "4.0.1.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Runtime.Loader.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Runtime.Numerics.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Runtime.Serialization.Formatters.dll": {
"assemblyVersion": "4.0.4.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Runtime.Serialization.Json.dll": {
"assemblyVersion": "4.0.5.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Runtime.Serialization.Primitives.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Runtime.Serialization.Xml.dll": {
"assemblyVersion": "4.1.5.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Runtime.Serialization.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Runtime.WindowsRuntime.UI.Xaml.dll": {
"assemblyVersion": "4.0.5.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Runtime.WindowsRuntime.dll": {
"assemblyVersion": "4.0.15.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Runtime.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Security.AccessControl.dll": {
"assemblyVersion": "4.1.3.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Security.Claims.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Security.Cryptography.Algorithms.dll": {
"assemblyVersion": "4.3.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Security.Cryptography.Cng.dll": {
"assemblyVersion": "4.3.3.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Security.Cryptography.Csp.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Security.Cryptography.Encoding.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Security.Cryptography.OpenSsl.dll": {
"assemblyVersion": "4.1.3.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Security.Cryptography.Primitives.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Security.Cryptography.X509Certificates.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Security.Principal.Windows.dll": {
"assemblyVersion": "4.1.3.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Security.Principal.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Security.SecureString.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Security.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.ServiceModel.Web.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.ServiceProcess.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Text.Encoding.CodePages.dll": {
"assemblyVersion": "4.1.3.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Text.Encoding.Extensions.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Text.Encoding.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Text.Encodings.Web.dll": {
"assemblyVersion": "4.0.5.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Text.Json.dll": {
"assemblyVersion": "4.0.1.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Text.RegularExpressions.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Threading.Channels.dll": {
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Threading.Overlapped.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Threading.Tasks.Dataflow.dll": {
"assemblyVersion": "4.6.5.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Threading.Tasks.Extensions.dll": {
"assemblyVersion": "4.3.1.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Threading.Tasks.Parallel.dll": {
"assemblyVersion": "4.0.4.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Threading.Tasks.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Threading.Thread.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Threading.ThreadPool.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Threading.Timer.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Threading.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Transactions.Local.dll": {
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Transactions.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.ValueTuple.dll": {
"assemblyVersion": "4.0.5.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Web.HttpUtility.dll": {
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Web.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Windows.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Xml.Linq.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Xml.ReaderWriter.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Xml.Serialization.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Xml.XDocument.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Xml.XPath.XDocument.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Xml.XPath.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Xml.XmlDocument.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Xml.XmlSerializer.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.Xml.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/System.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/WindowsBase.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/mscorlib.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/linux-x64/lib/netcoreapp3.1/netstandard.dll": {
"assemblyVersion": "2.1.0.0",
"fileVersion": "4.700.19.60801"
}
},
"native": {
"runtimes/linux-x64/native/SOS_README.md": {
"fileVersion": "0.0.0.0"
},
"runtimes/linux-x64/native/System.Globalization.Native.so": {
"fileVersion": "0.0.0.0"
},
"runtimes/linux-x64/native/System.IO.Compression.Native.a": {
"fileVersion": "0.0.0.0"
},
"runtimes/linux-x64/native/System.IO.Compression.Native.so": {
"fileVersion": "0.0.0.0"
},
"runtimes/linux-x64/native/System.Native.a": {
"fileVersion": "0.0.0.0"
},
"runtimes/linux-x64/native/System.Native.so": {
"fileVersion": "0.0.0.0"
},
"runtimes/linux-x64/native/System.Net.Http.Native.a": {
"fileVersion": "0.0.0.0"
},
"runtimes/linux-x64/native/System.Net.Http.Native.so": {
"fileVersion": "0.0.0.0"
},
"runtimes/linux-x64/native/System.Net.Security.Native.a": {
"fileVersion": "0.0.0.0"
},
"runtimes/linux-x64/native/System.Net.Security.Native.so": {
"fileVersion": "0.0.0.0"
},
"runtimes/linux-x64/native/System.Private.CoreLib.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.60701"
},
"runtimes/linux-x64/native/System.Security.Cryptography.Native.OpenSsl.a": {
"fileVersion": "0.0.0.0"
},
"runtimes/linux-x64/native/System.Security.Cryptography.Native.OpenSsl.so": {
"fileVersion": "0.0.0.0"
},
"runtimes/linux-x64/native/createdump": {
"fileVersion": "0.0.0.0"
},
"runtimes/linux-x64/native/libclrjit.so": {
"fileVersion": "0.0.0.0"
},
"runtimes/linux-x64/native/libcoreclr.so": {
"fileVersion": "0.0.0.0"
},
"runtimes/linux-x64/native/libcoreclrtraceptprovider.so": {
"fileVersion": "0.0.0.0"
},
"runtimes/linux-x64/native/libdbgshim.so": {
"fileVersion": "0.0.0.0"
},
"runtimes/linux-x64/native/libmscordaccore.so": {
"fileVersion": "0.0.0.0"
},
"runtimes/linux-x64/native/libmscordbi.so": {
"fileVersion": "0.0.0.0"
}
}
},
"runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy/3.1.1": {
"native": {
"runtimes/linux-x64/native/libhostpolicy.so": {
"fileVersion": "0.0.0.0"
}
}
},
"XliffTasks/1.0.0-beta.19252.1": {}
}
},
"libraries": {
"Microsoft.Build.Tasks.Git/1.0.0-beta2-19367-01": {
"type": "package",
"serviceable": true,
"sha512": "sha512-3kbkb7aUF41YuJnQzoCJRbjb6bgYY3KHlJ9GGJZ30Y5ytdFusLAC5o3/kfE+Vm6slvu4EBgIwMUknL6U+Pu9uA==",
"path": "microsoft.build.tasks.git/1.0.0-beta2-19367-01",
"hashPath": "microsoft.build.tasks.git.1.0.0-beta2-19367-01.nupkg.sha512"
},
"Microsoft.NETCore.App/3.1.1-servicing.19608.4": {
"type": "package",
"serviceable": true,
"sha512": "sha512-J4RIEWAqrKWlYb/21sk611gAQB906/uf3HpLNP38RybIXfr3wuo9RRNcDTNdP6Xuj+ipSCqSaPk19Do/PVJFdw==",
"path": "microsoft.netcore.app/3.1.1-servicing.19608.4",
"hashPath": "microsoft.netcore.app.3.1.1-servicing.19608.4.nupkg.sha512"
},
"Microsoft.NETCore.App.Internal/3.1.1-servicing.19608.4": {
"type": "package",
"serviceable": true,
"sha512": "sha512-h6BA6pe3ouenDs1SbhR9YdSeHos7X7sWWNeRK9Wyjkop7cePIB0jBcCaMHMhknJnA/G8mmmlz1V99NuCTNUq/Q==",
"path": "microsoft.netcore.app.internal/3.1.1-servicing.19608.4",
"hashPath": "microsoft.netcore.app.internal.3.1.1-servicing.19608.4.nupkg.sha512"
},
"Microsoft.NETCore.DotNetHostPolicy/3.1.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-5/OCU+gHPFqvfsPAIYym6MBcfG635i9QLXNw2E+pFGjgbPYk2/rFU5g0ftuNoaY2U2PPfim6kfEqroshl9aFFQ=="
},
"Microsoft.NETCore.Platforms/3.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==",
"path": "microsoft.netcore.platforms/3.1.0",
"hashPath": "microsoft.netcore.platforms.3.1.0.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.Common/1.0.0-beta2-19367-01": {
"type": "package",
"serviceable": true,
"sha512": "sha512-T6ZEkbRgqcmDoTQDn0ES4FcXiq6uOiqPmbb+hCnKQ/i45W3WjM1+hfNGmsXvTK/e/AqEGiqtXJIi9ZtmbHnzHQ==",
"path": "microsoft.sourcelink.common/1.0.0-beta2-19367-01",
"hashPath": "microsoft.sourcelink.common.1.0.0-beta2-19367-01.nupkg.sha512"
},
"Microsoft.SourceLink.GitHub/1.0.0-beta2-19367-01": {
"type": "package",
"serviceable": true,
"sha512": "sha512-+Zfc8EddeIPTy9w26xrMOqIL5k5fPICfoYGPMhvlCcmENVT0pslIvrOzRaEvv1UgUL1cjbGRO8SXa1HtoVEhPA==",
"path": "microsoft.sourcelink.github/1.0.0-beta2-19367-01",
"hashPath": "microsoft.sourcelink.github.1.0.0-beta2-19367-01.nupkg.sha512"
},
"Microsoft.SourceLink.Vsts.Git/1.0.0-beta2-19367-01": {
"type": "package",
"serviceable": true,
"sha512": "sha512-vfYRwh2jIQ5XFmqk9BebaGnj3tL9p1hkZ270NMXutiE7jCGH1zMB+3HCPec6DpnC4V3XX1oWlwAXoxNtXB90pQ==",
"path": "microsoft.sourcelink.vsts.git/1.0.0-beta2-19367-01",
"hashPath": "microsoft.sourcelink.vsts.git.1.0.0-beta2-19367-01.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.linux-x64.Microsoft.NETCore.App/3.1.1-servicing.19608.4": {
"type": "package",
"serviceable": true,
"sha512": "sha512-5ocpORTkZhU9o01YhYNr1NfLv9Jel6tlCN1RCrnfoCLWib1AwKn/XB8C8nCetI0Mxgbv8r3hjOXRUlbKqV9LTA==",
"path": "runtime.linux-x64.microsoft.netcore.app/3.1.1-servicing.19608.4",
"hashPath": "runtime.linux-x64.microsoft.netcore.app.3.1.1-servicing.19608.4.nupkg.sha512"
},
"runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy/3.1.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-LwCE5q5Q5uIqw6SdOb0UjBBqeCx1woCTLXN6VWhRsE/yYLZYnOM9b3u2W5YmFG6eNF058MARQAlwGQ8blRus5A=="
},
"XliffTasks/1.0.0-beta.19252.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-pf1QwugyHdppWF5Q+qLSIqFkPkyBJOTAbvDxMO7Cv8zRkLGR9/OfOrjgSrcnniA2OTfZVo7JzTdNbDNAKSRZIA==",
"path": "xlifftasks/1.0.0-beta.19252.1",
"hashPath": "xlifftasks.1.0.0-beta.19252.1.nupkg.sha512"
}
},
"runtimes": {
"linux-arm": [
"linux",
"unix-arm",
"unix",
"any",
"base"
],
"linux-arm64": [
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"linux-musl-arm64": [
"linux-musl",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"linux-musl-x64": [
"linux-musl",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"linux-x64": [
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"rhel.6-x64": [
"rhel.6",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"tizen.4.0.0-armel": [
"tizen.4.0.0",
"tizen-armel",
"tizen",
"linux-armel",
"linux",
"unix-armel",
"unix",
"any",
"base"
],
"tizen.5.0.0-armel": [
"tizen.5.0.0",
"tizen.4.0.0-armel",
"tizen.4.0.0",
"tizen-armel",
"tizen",
"linux-armel",
"linux",
"unix-armel",
"unix",
"any",
"base"
],
"alpine": [
"linux-musl",
"linux",
"unix",
"any",
"base"
],
"alpine-x64": [
"alpine",
"linux-musl-x64",
"linux-musl",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"alpine.3.10": [
"alpine.3.9",
"alpine.3.8",
"alpine.3.7",
"alpine.3.6",
"alpine",
"linux-musl",
"linux",
"unix",
"any",
"base"
],
"alpine.3.10-x64": [
"alpine.3.10",
"alpine.3.9-x64",
"alpine.3.9",
"alpine.3.8-x64",
"alpine.3.8",
"alpine.3.7-x64",
"alpine.3.7",
"alpine.3.6-x64",
"alpine.3.6",
"alpine-x64",
"alpine",
"linux-musl-x64",
"linux-musl",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"alpine.3.11": [
"alpine.3.10",
"alpine.3.9",
"alpine.3.8",
"alpine.3.7",
"alpine.3.6",
"alpine",
"linux-musl",
"linux",
"unix",
"any",
"base"
],
"alpine.3.11-x64": [
"alpine.3.11",
"alpine.3.10-x64",
"alpine.3.10",
"alpine.3.9-x64",
"alpine.3.9",
"alpine.3.8-x64",
"alpine.3.8",
"alpine.3.7-x64",
"alpine.3.7",
"alpine.3.6-x64",
"alpine.3.6",
"alpine-x64",
"alpine",
"linux-musl-x64",
"linux-musl",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"alpine.3.6": [
"alpine",
"linux-musl",
"linux",
"unix",
"any",
"base"
],
"alpine.3.6-x64": [
"alpine.3.6",
"alpine-x64",
"alpine",
"linux-musl-x64",
"linux-musl",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"alpine.3.7": [
"alpine.3.6",
"alpine",
"linux-musl",
"linux",
"unix",
"any",
"base"
],
"alpine.3.7-x64": [
"alpine.3.7",
"alpine.3.6-x64",
"alpine.3.6",
"alpine-x64",
"alpine",
"linux-musl-x64",
"linux-musl",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"alpine.3.8": [
"alpine.3.7",
"alpine.3.6",
"alpine",
"linux-musl",
"linux",
"unix",
"any",
"base"
],
"alpine.3.8-x64": [
"alpine.3.8",
"alpine.3.7-x64",
"alpine.3.7",
"alpine.3.6-x64",
"alpine.3.6",
"alpine-x64",
"alpine",
"linux-musl-x64",
"linux-musl",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"alpine.3.9": [
"alpine.3.8",
"alpine.3.7",
"alpine.3.6",
"alpine",
"linux-musl",
"linux",
"unix",
"any",
"base"
],
"alpine.3.9-x64": [
"alpine.3.9",
"alpine.3.8-x64",
"alpine.3.8",
"alpine.3.7-x64",
"alpine.3.7",
"alpine.3.6-x64",
"alpine.3.6",
"alpine-x64",
"alpine",
"linux-musl-x64",
"linux-musl",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"android": [
"linux",
"unix",
"any",
"base"
],
"android-arm": [
"android",
"linux-arm",
"linux",
"unix-arm",
"unix",
"any",
"base"
],
"android-arm64": [
"android",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"android.21": [
"android",
"linux",
"unix",
"any",
"base"
],
"android.21-arm": [
"android.21",
"android-arm",
"android",
"linux-arm",
"linux",
"unix-arm",
"unix",
"any",
"base"
],
"android.21-arm64": [
"android.21",
"android-arm64",
"android",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"centos": [
"rhel",
"linux",
"unix",
"any",
"base"
],
"centos-x64": [
"centos",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"centos.7": [
"centos",
"rhel.7",
"rhel",
"linux",
"unix",
"any",
"base"
],
"centos.7-x64": [
"centos.7",
"centos-x64",
"rhel.7-x64",
"centos",
"rhel.7",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"centos.8": [
"centos",
"rhel.8",
"rhel",
"linux",
"unix",
"any",
"base"
],
"centos.8-x64": [
"centos.8",
"centos-x64",
"rhel.8-x64",
"centos",
"rhel.8",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"debian": [
"linux",
"unix",
"any",
"base"
],
"debian-arm": [
"debian",
"linux-arm",
"linux",
"unix-arm",
"unix",
"any",
"base"
],
"debian-arm64": [
"debian",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"debian-armel": [
"debian",
"linux-armel",
"linux",
"unix-armel",
"unix",
"any",
"base"
],
"debian-x64": [
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"debian-x86": [
"debian",
"linux-x86",
"linux",
"unix-x86",
"unix",
"any",
"base"
],
"debian.10": [
"debian",
"linux",
"unix",
"any",
"base"
],
"debian.10-arm": [
"debian.10",
"debian-arm",
"debian",
"linux-arm",
"linux",
"unix-arm",
"unix",
"any",
"base"
],
"debian.10-arm64": [
"debian.10",
"debian-arm64",
"debian",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"debian.10-armel": [
"debian.10",
"debian-armel",
"debian",
"linux-armel",
"linux",
"unix-armel",
"unix",
"any",
"base"
],
"debian.10-x64": [
"debian.10",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"debian.10-x86": [
"debian.10",
"debian-x86",
"debian",
"linux-x86",
"linux",
"unix-x86",
"unix",
"any",
"base"
],
"debian.8": [
"debian",
"linux",
"unix",
"any",
"base"
],
"debian.8-arm": [
"debian.8",
"debian-arm",
"debian",
"linux-arm",
"linux",
"unix-arm",
"unix",
"any",
"base"
],
"debian.8-arm64": [
"debian.8",
"debian-arm64",
"debian",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"debian.8-armel": [
"debian.8",
"debian-armel",
"debian",
"linux-armel",
"linux",
"unix-armel",
"unix",
"any",
"base"
],
"debian.8-x64": [
"debian.8",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"debian.8-x86": [
"debian.8",
"debian-x86",
"debian",
"linux-x86",
"linux",
"unix-x86",
"unix",
"any",
"base"
],
"debian.9": [
"debian",
"linux",
"unix",
"any",
"base"
],
"debian.9-arm": [
"debian.9",
"debian-arm",
"debian",
"linux-arm",
"linux",
"unix-arm",
"unix",
"any",
"base"
],
"debian.9-arm64": [
"debian.9",
"debian-arm64",
"debian",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"debian.9-armel": [
"debian.9",
"debian-armel",
"debian",
"linux-armel",
"linux",
"unix-armel",
"unix",
"any",
"base"
],
"debian.9-x64": [
"debian.9",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"debian.9-x86": [
"debian.9",
"debian-x86",
"debian",
"linux-x86",
"linux",
"unix-x86",
"unix",
"any",
"base"
],
"fedora": [
"linux",
"unix",
"any",
"base"
],
"fedora-arm64": [
"fedora",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"fedora-x64": [
"fedora",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"fedora.23": [
"fedora",
"linux",
"unix",
"any",
"base"
],
"fedora.23-arm64": [
"fedora.23",
"fedora-arm64",
"fedora",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"fedora.23-x64": [
"fedora.23",
"fedora-x64",
"fedora",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"fedora.24": [
"fedora",
"linux",
"unix",
"any",
"base"
],
"fedora.24-arm64": [
"fedora.24",
"fedora-arm64",
"fedora",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"fedora.24-x64": [
"fedora.24",
"fedora-x64",
"fedora",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"fedora.25": [
"fedora",
"linux",
"unix",
"any",
"base"
],
"fedora.25-arm64": [
"fedora.25",
"fedora-arm64",
"fedora",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"fedora.25-x64": [
"fedora.25",
"fedora-x64",
"fedora",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"fedora.26": [
"fedora",
"linux",
"unix",
"any",
"base"
],
"fedora.26-arm64": [
"fedora.26",
"fedora-arm64",
"fedora",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"fedora.26-x64": [
"fedora.26",
"fedora-x64",
"fedora",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"fedora.27": [
"fedora",
"linux",
"unix",
"any",
"base"
],
"fedora.27-arm64": [
"fedora.27",
"fedora-arm64",
"fedora",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"fedora.27-x64": [
"fedora.27",
"fedora-x64",
"fedora",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"fedora.28": [
"fedora",
"linux",
"unix",
"any",
"base"
],
"fedora.28-arm64": [
"fedora.28",
"fedora-arm64",
"fedora",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"fedora.28-x64": [
"fedora.28",
"fedora-x64",
"fedora",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"fedora.29": [
"fedora",
"linux",
"unix",
"any",
"base"
],
"fedora.29-arm64": [
"fedora.29",
"fedora-arm64",
"fedora",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"fedora.29-x64": [
"fedora.29",
"fedora-x64",
"fedora",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"fedora.30": [
"fedora",
"linux",
"unix",
"any",
"base"
],
"fedora.30-arm64": [
"fedora.30",
"fedora-arm64",
"fedora",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"fedora.30-x64": [
"fedora.30",
"fedora-x64",
"fedora",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"fedora.31": [
"fedora",
"linux",
"unix",
"any",
"base"
],
"fedora.31-arm64": [
"fedora.31",
"fedora-arm64",
"fedora",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"fedora.31-x64": [
"fedora.31",
"fedora-x64",
"fedora",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"fedora.32": [
"fedora",
"linux",
"unix",
"any",
"base"
],
"fedora.32-arm64": [
"fedora.32",
"fedora-arm64",
"fedora",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"fedora.32-x64": [
"fedora.32",
"fedora-x64",
"fedora",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"gentoo": [
"linux",
"unix",
"any",
"base"
],
"gentoo-x64": [
"gentoo",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"linux": [
"unix",
"any",
"base"
],
"linux-armel": [
"linux",
"unix-armel",
"unix",
"any",
"base"
],
"linux-musl": [
"linux",
"unix",
"any",
"base"
],
"linux-musl-arm": [
"linux-musl",
"linux-arm",
"linux",
"unix-arm",
"unix",
"any",
"base"
],
"linux-musl-armel": [
"linux-musl",
"linux-armel",
"linux",
"unix-armel",
"unix",
"any",
"base"
],
"linux-musl-x86": [
"linux-musl",
"linux-x86",
"linux",
"unix-x86",
"unix",
"any",
"base"
],
"linux-x86": [
"linux",
"unix-x86",
"unix",
"any",
"base"
],
"linuxmint.17": [
"ubuntu.14.04",
"ubuntu",
"debian",
"linux",
"unix",
"any",
"base"
],
"linuxmint.17-x64": [
"linuxmint.17",
"ubuntu.14.04-x64",
"ubuntu.14.04",
"ubuntu-x64",
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"linuxmint.17.1": [
"linuxmint.17",
"ubuntu.14.04",
"ubuntu",
"debian",
"linux",
"unix",
"any",
"base"
],
"linuxmint.17.1-x64": [
"linuxmint.17.1",
"linuxmint.17-x64",
"linuxmint.17",
"ubuntu.14.04-x64",
"ubuntu.14.04",
"ubuntu-x64",
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"linuxmint.17.2": [
"linuxmint.17.1",
"linuxmint.17",
"ubuntu.14.04",
"ubuntu",
"debian",
"linux",
"unix",
"any",
"base"
],
"linuxmint.17.2-x64": [
"linuxmint.17.2",
"linuxmint.17.1-x64",
"linuxmint.17.1",
"linuxmint.17-x64",
"linuxmint.17",
"ubuntu.14.04-x64",
"ubuntu.14.04",
"ubuntu-x64",
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"linuxmint.17.3": [
"linuxmint.17.2",
"linuxmint.17.1",
"linuxmint.17",
"ubuntu.14.04",
"ubuntu",
"debian",
"linux",
"unix",
"any",
"base"
],
"linuxmint.17.3-x64": [
"linuxmint.17.3",
"linuxmint.17.2-x64",
"linuxmint.17.2",
"linuxmint.17.1-x64",
"linuxmint.17.1",
"linuxmint.17-x64",
"linuxmint.17",
"ubuntu.14.04-x64",
"ubuntu.14.04",
"ubuntu-x64",
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"linuxmint.18": [
"ubuntu.16.04",
"ubuntu",
"debian",
"linux",
"unix",
"any",
"base"
],
"linuxmint.18-x64": [
"linuxmint.18",
"ubuntu.16.04-x64",
"ubuntu.16.04",
"ubuntu-x64",
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"linuxmint.18.1": [
"linuxmint.18",
"ubuntu.16.04",
"ubuntu",
"debian",
"linux",
"unix",
"any",
"base"
],
"linuxmint.18.1-x64": [
"linuxmint.18.1",
"linuxmint.18-x64",
"linuxmint.18",
"ubuntu.16.04-x64",
"ubuntu.16.04",
"ubuntu-x64",
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"linuxmint.18.2": [
"linuxmint.18.1",
"linuxmint.18",
"ubuntu.16.04",
"ubuntu",
"debian",
"linux",
"unix",
"any",
"base"
],
"linuxmint.18.2-x64": [
"linuxmint.18.2",
"linuxmint.18.1-x64",
"linuxmint.18.1",
"linuxmint.18-x64",
"linuxmint.18",
"ubuntu.16.04-x64",
"ubuntu.16.04",
"ubuntu-x64",
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"linuxmint.18.3": [
"linuxmint.18.2",
"linuxmint.18.1",
"linuxmint.18",
"ubuntu.16.04",
"ubuntu",
"debian",
"linux",
"unix",
"any",
"base"
],
"linuxmint.18.3-x64": [
"linuxmint.18.3",
"linuxmint.18.2-x64",
"linuxmint.18.2",
"linuxmint.18.1-x64",
"linuxmint.18.1",
"linuxmint.18-x64",
"linuxmint.18",
"ubuntu.16.04-x64",
"ubuntu.16.04",
"ubuntu-x64",
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"linuxmint.19": [
"ubuntu.18.04",
"ubuntu",
"debian",
"linux",
"unix",
"any",
"base"
],
"linuxmint.19-x64": [
"linuxmint.19",
"ubuntu.18.04-x64",
"ubuntu.18.04",
"ubuntu-x64",
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"linuxmint.19.1": [
"linuxmint.19",
"ubuntu.18.04",
"ubuntu",
"debian",
"linux",
"unix",
"any",
"base"
],
"linuxmint.19.1-x64": [
"linuxmint.19.1",
"linuxmint.19-x64",
"linuxmint.19",
"ubuntu.18.04-x64",
"ubuntu.18.04",
"ubuntu-x64",
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"linuxmint.19.2": [
"linuxmint.19.1",
"linuxmint.19",
"ubuntu.18.04",
"ubuntu",
"debian",
"linux",
"unix",
"any",
"base"
],
"linuxmint.19.2-x64": [
"linuxmint.19.2",
"linuxmint.19.1-x64",
"linuxmint.19.1",
"linuxmint.19-x64",
"linuxmint.19",
"ubuntu.18.04-x64",
"ubuntu.18.04",
"ubuntu-x64",
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ol": [
"rhel",
"linux",
"unix",
"any",
"base"
],
"ol-x64": [
"ol",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ol.7": [
"ol",
"rhel.7",
"rhel",
"linux",
"unix",
"any",
"base"
],
"ol.7-x64": [
"ol.7",
"ol-x64",
"rhel.7-x64",
"ol",
"rhel.7",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ol.7.0": [
"ol.7",
"rhel.7.0",
"ol",
"rhel.7",
"rhel",
"linux",
"unix",
"any",
"base"
],
"ol.7.0-x64": [
"ol.7.0",
"ol.7-x64",
"rhel.7.0-x64",
"ol.7",
"rhel.7.0",
"ol-x64",
"rhel.7-x64",
"ol",
"rhel.7",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ol.7.1": [
"ol.7.0",
"rhel.7.1",
"ol.7",
"rhel.7.0",
"ol",
"rhel.7",
"rhel",
"linux",
"unix",
"any",
"base"
],
"ol.7.1-x64": [
"ol.7.1",
"ol.7.0-x64",
"rhel.7.1-x64",
"ol.7.0",
"rhel.7.1",
"ol.7-x64",
"rhel.7.0-x64",
"ol.7",
"rhel.7.0",
"ol-x64",
"rhel.7-x64",
"ol",
"rhel.7",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ol.7.2": [
"ol.7.1",
"rhel.7.2",
"ol.7.0",
"rhel.7.1",
"ol.7",
"rhel.7.0",
"ol",
"rhel.7",
"rhel",
"linux",
"unix",
"any",
"base"
],
"ol.7.2-x64": [
"ol.7.2",
"ol.7.1-x64",
"rhel.7.2-x64",
"ol.7.1",
"rhel.7.2",
"ol.7.0-x64",
"rhel.7.1-x64",
"ol.7.0",
"rhel.7.1",
"ol.7-x64",
"rhel.7.0-x64",
"ol.7",
"rhel.7.0",
"ol-x64",
"rhel.7-x64",
"ol",
"rhel.7",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ol.7.3": [
"ol.7.2",
"rhel.7.3",
"ol.7.1",
"rhel.7.2",
"ol.7.0",
"rhel.7.1",
"ol.7",
"rhel.7.0",
"ol",
"rhel.7",
"rhel",
"linux",
"unix",
"any",
"base"
],
"ol.7.3-x64": [
"ol.7.3",
"ol.7.2-x64",
"rhel.7.3-x64",
"ol.7.2",
"rhel.7.3",
"ol.7.1-x64",
"rhel.7.2-x64",
"ol.7.1",
"rhel.7.2",
"ol.7.0-x64",
"rhel.7.1-x64",
"ol.7.0",
"rhel.7.1",
"ol.7-x64",
"rhel.7.0-x64",
"ol.7",
"rhel.7.0",
"ol-x64",
"rhel.7-x64",
"ol",
"rhel.7",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ol.7.4": [
"ol.7.3",
"rhel.7.4",
"ol.7.2",
"rhel.7.3",
"ol.7.1",
"rhel.7.2",
"ol.7.0",
"rhel.7.1",
"ol.7",
"rhel.7.0",
"ol",
"rhel.7",
"rhel",
"linux",
"unix",
"any",
"base"
],
"ol.7.4-x64": [
"ol.7.4",
"ol.7.3-x64",
"rhel.7.4-x64",
"ol.7.3",
"rhel.7.4",
"ol.7.2-x64",
"rhel.7.3-x64",
"ol.7.2",
"rhel.7.3",
"ol.7.1-x64",
"rhel.7.2-x64",
"ol.7.1",
"rhel.7.2",
"ol.7.0-x64",
"rhel.7.1-x64",
"ol.7.0",
"rhel.7.1",
"ol.7-x64",
"rhel.7.0-x64",
"ol.7",
"rhel.7.0",
"ol-x64",
"rhel.7-x64",
"ol",
"rhel.7",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ol.7.5": [
"ol.7.4",
"rhel.7.5",
"ol.7.3",
"rhel.7.4",
"ol.7.2",
"rhel.7.3",
"ol.7.1",
"rhel.7.2",
"ol.7.0",
"rhel.7.1",
"ol.7",
"rhel.7.0",
"ol",
"rhel.7",
"rhel",
"linux",
"unix",
"any",
"base"
],
"ol.7.5-x64": [
"ol.7.5",
"ol.7.4-x64",
"rhel.7.5-x64",
"ol.7.4",
"rhel.7.5",
"ol.7.3-x64",
"rhel.7.4-x64",
"ol.7.3",
"rhel.7.4",
"ol.7.2-x64",
"rhel.7.3-x64",
"ol.7.2",
"rhel.7.3",
"ol.7.1-x64",
"rhel.7.2-x64",
"ol.7.1",
"rhel.7.2",
"ol.7.0-x64",
"rhel.7.1-x64",
"ol.7.0",
"rhel.7.1",
"ol.7-x64",
"rhel.7.0-x64",
"ol.7",
"rhel.7.0",
"ol-x64",
"rhel.7-x64",
"ol",
"rhel.7",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ol.7.6": [
"ol.7.5",
"rhel.7.6",
"ol.7.4",
"rhel.7.5",
"ol.7.3",
"rhel.7.4",
"ol.7.2",
"rhel.7.3",
"ol.7.1",
"rhel.7.2",
"ol.7.0",
"rhel.7.1",
"ol.7",
"rhel.7.0",
"ol",
"rhel.7",
"rhel",
"linux",
"unix",
"any",
"base"
],
"ol.7.6-x64": [
"ol.7.6",
"ol.7.5-x64",
"rhel.7.6-x64",
"ol.7.5",
"rhel.7.6",
"ol.7.4-x64",
"rhel.7.5-x64",
"ol.7.4",
"rhel.7.5",
"ol.7.3-x64",
"rhel.7.4-x64",
"ol.7.3",
"rhel.7.4",
"ol.7.2-x64",
"rhel.7.3-x64",
"ol.7.2",
"rhel.7.3",
"ol.7.1-x64",
"rhel.7.2-x64",
"ol.7.1",
"rhel.7.2",
"ol.7.0-x64",
"rhel.7.1-x64",
"ol.7.0",
"rhel.7.1",
"ol.7-x64",
"rhel.7.0-x64",
"ol.7",
"rhel.7.0",
"ol-x64",
"rhel.7-x64",
"ol",
"rhel.7",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ol.8": [
"ol",
"rhel.8",
"rhel",
"linux",
"unix",
"any",
"base"
],
"ol.8-x64": [
"ol.8",
"ol-x64",
"rhel.8-x64",
"ol",
"rhel.8",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ol.8.0": [
"ol.8",
"rhel.8.0",
"ol",
"rhel.8",
"rhel",
"linux",
"unix",
"any",
"base"
],
"ol.8.0-x64": [
"ol.8.0",
"ol.8-x64",
"rhel.8.0-x64",
"ol.8",
"rhel.8.0",
"ol-x64",
"rhel.8-x64",
"ol",
"rhel.8",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"opensuse": [
"linux",
"unix",
"any",
"base"
],
"opensuse-x64": [
"opensuse",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"opensuse.13.2": [
"opensuse",
"linux",
"unix",
"any",
"base"
],
"opensuse.13.2-x64": [
"opensuse.13.2",
"opensuse-x64",
"opensuse",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"opensuse.15.0": [
"opensuse",
"linux",
"unix",
"any",
"base"
],
"opensuse.15.0-x64": [
"opensuse.15.0",
"opensuse-x64",
"opensuse",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"opensuse.15.1": [
"opensuse",
"linux",
"unix",
"any",
"base"
],
"opensuse.15.1-x64": [
"opensuse.15.1",
"opensuse-x64",
"opensuse",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"opensuse.42.1": [
"opensuse",
"linux",
"unix",
"any",
"base"
],
"opensuse.42.1-x64": [
"opensuse.42.1",
"opensuse-x64",
"opensuse",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"opensuse.42.2": [
"opensuse",
"linux",
"unix",
"any",
"base"
],
"opensuse.42.2-x64": [
"opensuse.42.2",
"opensuse-x64",
"opensuse",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"opensuse.42.3": [
"opensuse",
"linux",
"unix",
"any",
"base"
],
"opensuse.42.3-x64": [
"opensuse.42.3",
"opensuse-x64",
"opensuse",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"rhel": [
"linux",
"unix",
"any",
"base"
],
"rhel-arm64": [
"rhel",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"rhel-x64": [
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"rhel.6": [
"rhel",
"linux",
"unix",
"any",
"base"
],
"rhel.7": [
"rhel",
"linux",
"unix",
"any",
"base"
],
"rhel.7-x64": [
"rhel.7",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"rhel.7.0": [
"rhel.7",
"rhel",
"linux",
"unix",
"any",
"base"
],
"rhel.7.0-x64": [
"rhel.7.0",
"rhel.7-x64",
"rhel.7",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"rhel.7.1": [
"rhel.7.0",
"rhel.7",
"rhel",
"linux",
"unix",
"any",
"base"
],
"rhel.7.1-x64": [
"rhel.7.1",
"rhel.7.0-x64",
"rhel.7.0",
"rhel.7-x64",
"rhel.7",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"rhel.7.2": [
"rhel.7.1",
"rhel.7.0",
"rhel.7",
"rhel",
"linux",
"unix",
"any",
"base"
],
"rhel.7.2-x64": [
"rhel.7.2",
"rhel.7.1-x64",
"rhel.7.1",
"rhel.7.0-x64",
"rhel.7.0",
"rhel.7-x64",
"rhel.7",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"rhel.7.3": [
"rhel.7.2",
"rhel.7.1",
"rhel.7.0",
"rhel.7",
"rhel",
"linux",
"unix",
"any",
"base"
],
"rhel.7.3-x64": [
"rhel.7.3",
"rhel.7.2-x64",
"rhel.7.2",
"rhel.7.1-x64",
"rhel.7.1",
"rhel.7.0-x64",
"rhel.7.0",
"rhel.7-x64",
"rhel.7",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"rhel.7.4": [
"rhel.7.3",
"rhel.7.2",
"rhel.7.1",
"rhel.7.0",
"rhel.7",
"rhel",
"linux",
"unix",
"any",
"base"
],
"rhel.7.4-x64": [
"rhel.7.4",
"rhel.7.3-x64",
"rhel.7.3",
"rhel.7.2-x64",
"rhel.7.2",
"rhel.7.1-x64",
"rhel.7.1",
"rhel.7.0-x64",
"rhel.7.0",
"rhel.7-x64",
"rhel.7",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"rhel.7.5": [
"rhel.7.4",
"rhel.7.3",
"rhel.7.2",
"rhel.7.1",
"rhel.7.0",
"rhel.7",
"rhel",
"linux",
"unix",
"any",
"base"
],
"rhel.7.5-x64": [
"rhel.7.5",
"rhel.7.4-x64",
"rhel.7.4",
"rhel.7.3-x64",
"rhel.7.3",
"rhel.7.2-x64",
"rhel.7.2",
"rhel.7.1-x64",
"rhel.7.1",
"rhel.7.0-x64",
"rhel.7.0",
"rhel.7-x64",
"rhel.7",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"rhel.7.6": [
"rhel.7.5",
"rhel.7.4",
"rhel.7.3",
"rhel.7.2",
"rhel.7.1",
"rhel.7.0",
"rhel.7",
"rhel",
"linux",
"unix",
"any",
"base"
],
"rhel.7.6-x64": [
"rhel.7.6",
"rhel.7.5-x64",
"rhel.7.5",
"rhel.7.4-x64",
"rhel.7.4",
"rhel.7.3-x64",
"rhel.7.3",
"rhel.7.2-x64",
"rhel.7.2",
"rhel.7.1-x64",
"rhel.7.1",
"rhel.7.0-x64",
"rhel.7.0",
"rhel.7-x64",
"rhel.7",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"rhel.8": [
"rhel",
"linux",
"unix",
"any",
"base"
],
"rhel.8-arm64": [
"rhel.8",
"rhel-arm64",
"rhel",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"rhel.8-x64": [
"rhel.8",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"rhel.8.0": [
"rhel.8",
"rhel",
"linux",
"unix",
"any",
"base"
],
"rhel.8.0-arm64": [
"rhel.8.0",
"rhel.8-arm64",
"rhel.8",
"rhel-arm64",
"rhel",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"rhel.8.0-x64": [
"rhel.8.0",
"rhel.8-x64",
"rhel.8",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"rhel.8.1": [
"rhel.8.0",
"rhel.8",
"rhel",
"linux",
"unix",
"any",
"base"
],
"rhel.8.1-arm64": [
"rhel.8.1",
"rhel.8.0-arm64",
"rhel.8.0",
"rhel.8-arm64",
"rhel.8",
"rhel-arm64",
"rhel",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"rhel.8.1-x64": [
"rhel.8.1",
"rhel.8.0-x64",
"rhel.8.0",
"rhel.8-x64",
"rhel.8",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"sles": [
"linux",
"unix",
"any",
"base"
],
"sles-x64": [
"sles",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"sles.12": [
"sles",
"linux",
"unix",
"any",
"base"
],
"sles.12-x64": [
"sles.12",
"sles-x64",
"sles",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"sles.12.1": [
"sles.12",
"sles",
"linux",
"unix",
"any",
"base"
],
"sles.12.1-x64": [
"sles.12.1",
"sles.12-x64",
"sles.12",
"sles-x64",
"sles",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"sles.12.2": [
"sles.12.1",
"sles.12",
"sles",
"linux",
"unix",
"any",
"base"
],
"sles.12.2-x64": [
"sles.12.2",
"sles.12.1-x64",
"sles.12.1",
"sles.12-x64",
"sles.12",
"sles-x64",
"sles",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"sles.12.3": [
"sles.12.2",
"sles.12.1",
"sles.12",
"sles",
"linux",
"unix",
"any",
"base"
],
"sles.12.3-x64": [
"sles.12.3",
"sles.12.2-x64",
"sles.12.2",
"sles.12.1-x64",
"sles.12.1",
"sles.12-x64",
"sles.12",
"sles-x64",
"sles",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"sles.12.4": [
"sles.12.3",
"sles.12.2",
"sles.12.1",
"sles.12",
"sles",
"linux",
"unix",
"any",
"base"
],
"sles.12.4-x64": [
"sles.12.4",
"sles.12.3-x64",
"sles.12.3",
"sles.12.2-x64",
"sles.12.2",
"sles.12.1-x64",
"sles.12.1",
"sles.12-x64",
"sles.12",
"sles-x64",
"sles",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"sles.15": [
"sles.12.4",
"sles.12.3",
"sles.12.2",
"sles.12.1",
"sles.12",
"sles",
"linux",
"unix",
"any",
"base"
],
"sles.15-x64": [
"sles.15",
"sles.12.4-x64",
"sles.12.4",
"sles.12.3-x64",
"sles.12.3",
"sles.12.2-x64",
"sles.12.2",
"sles.12.1-x64",
"sles.12.1",
"sles.12-x64",
"sles.12",
"sles-x64",
"sles",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"sles.15.1": [
"sles.15",
"sles.12.4",
"sles.12.3",
"sles.12.2",
"sles.12.1",
"sles.12",
"sles",
"linux",
"unix",
"any",
"base"
],
"sles.15.1-x64": [
"sles.15.1",
"sles.15-x64",
"sles.15",
"sles.12.4-x64",
"sles.12.4",
"sles.12.3-x64",
"sles.12.3",
"sles.12.2-x64",
"sles.12.2",
"sles.12.1-x64",
"sles.12.1",
"sles.12-x64",
"sles.12",
"sles-x64",
"sles",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"tizen": [
"linux",
"unix",
"any",
"base"
],
"tizen-armel": [
"tizen",
"linux-armel",
"linux",
"unix-armel",
"unix",
"any",
"base"
],
"tizen-x86": [
"tizen",
"linux-x86",
"linux",
"unix-x86",
"unix",
"any",
"base"
],
"tizen.4.0.0": [
"tizen",
"linux",
"unix",
"any",
"base"
],
"tizen.4.0.0-x86": [
"tizen.4.0.0",
"tizen-x86",
"tizen",
"linux-x86",
"linux",
"unix-x86",
"unix",
"any",
"base"
],
"tizen.5.0.0": [
"tizen.4.0.0",
"tizen",
"linux",
"unix",
"any",
"base"
],
"tizen.5.0.0-x86": [
"tizen.5.0.0",
"tizen.4.0.0-x86",
"tizen.4.0.0",
"tizen-x86",
"tizen",
"linux-x86",
"linux",
"unix-x86",
"unix",
"any",
"base"
],
"ubuntu": [
"debian",
"linux",
"unix",
"any",
"base"
],
"ubuntu-arm": [
"ubuntu",
"debian-arm",
"debian",
"linux-arm",
"linux",
"unix-arm",
"unix",
"any",
"base"
],
"ubuntu-arm64": [
"ubuntu",
"debian-arm64",
"debian",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"ubuntu-x64": [
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ubuntu-x86": [
"ubuntu",
"debian-x86",
"debian",
"linux-x86",
"linux",
"unix-x86",
"unix",
"any",
"base"
],
"ubuntu.14.04": [
"ubuntu",
"debian",
"linux",
"unix",
"any",
"base"
],
"ubuntu.14.04-arm": [
"ubuntu.14.04",
"ubuntu-arm",
"ubuntu",
"debian-arm",
"debian",
"linux-arm",
"linux",
"unix-arm",
"unix",
"any",
"base"
],
"ubuntu.14.04-x64": [
"ubuntu.14.04",
"ubuntu-x64",
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ubuntu.14.04-x86": [
"ubuntu.14.04",
"ubuntu-x86",
"ubuntu",
"debian-x86",
"debian",
"linux-x86",
"linux",
"unix-x86",
"unix",
"any",
"base"
],
"ubuntu.14.10": [
"ubuntu",
"debian",
"linux",
"unix",
"any",
"base"
],
"ubuntu.14.10-arm": [
"ubuntu.14.10",
"ubuntu-arm",
"ubuntu",
"debian-arm",
"debian",
"linux-arm",
"linux",
"unix-arm",
"unix",
"any",
"base"
],
"ubuntu.14.10-x64": [
"ubuntu.14.10",
"ubuntu-x64",
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ubuntu.14.10-x86": [
"ubuntu.14.10",
"ubuntu-x86",
"ubuntu",
"debian-x86",
"debian",
"linux-x86",
"linux",
"unix-x86",
"unix",
"any",
"base"
],
"ubuntu.15.04": [
"ubuntu",
"debian",
"linux",
"unix",
"any",
"base"
],
"ubuntu.15.04-arm": [
"ubuntu.15.04",
"ubuntu-arm",
"ubuntu",
"debian-arm",
"debian",
"linux-arm",
"linux",
"unix-arm",
"unix",
"any",
"base"
],
"ubuntu.15.04-x64": [
"ubuntu.15.04",
"ubuntu-x64",
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ubuntu.15.04-x86": [
"ubuntu.15.04",
"ubuntu-x86",
"ubuntu",
"debian-x86",
"debian",
"linux-x86",
"linux",
"unix-x86",
"unix",
"any",
"base"
],
"ubuntu.15.10": [
"ubuntu",
"debian",
"linux",
"unix",
"any",
"base"
],
"ubuntu.15.10-arm": [
"ubuntu.15.10",
"ubuntu-arm",
"ubuntu",
"debian-arm",
"debian",
"linux-arm",
"linux",
"unix-arm",
"unix",
"any",
"base"
],
"ubuntu.15.10-x64": [
"ubuntu.15.10",
"ubuntu-x64",
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ubuntu.15.10-x86": [
"ubuntu.15.10",
"ubuntu-x86",
"ubuntu",
"debian-x86",
"debian",
"linux-x86",
"linux",
"unix-x86",
"unix",
"any",
"base"
],
"ubuntu.16.04": [
"ubuntu",
"debian",
"linux",
"unix",
"any",
"base"
],
"ubuntu.16.04-arm": [
"ubuntu.16.04",
"ubuntu-arm",
"ubuntu",
"debian-arm",
"debian",
"linux-arm",
"linux",
"unix-arm",
"unix",
"any",
"base"
],
"ubuntu.16.04-arm64": [
"ubuntu.16.04",
"ubuntu-arm64",
"ubuntu",
"debian-arm64",
"debian",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"ubuntu.16.04-x64": [
"ubuntu.16.04",
"ubuntu-x64",
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ubuntu.16.04-x86": [
"ubuntu.16.04",
"ubuntu-x86",
"ubuntu",
"debian-x86",
"debian",
"linux-x86",
"linux",
"unix-x86",
"unix",
"any",
"base"
],
"ubuntu.16.10": [
"ubuntu",
"debian",
"linux",
"unix",
"any",
"base"
],
"ubuntu.16.10-arm": [
"ubuntu.16.10",
"ubuntu-arm",
"ubuntu",
"debian-arm",
"debian",
"linux-arm",
"linux",
"unix-arm",
"unix",
"any",
"base"
],
"ubuntu.16.10-arm64": [
"ubuntu.16.10",
"ubuntu-arm64",
"ubuntu",
"debian-arm64",
"debian",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"ubuntu.16.10-x64": [
"ubuntu.16.10",
"ubuntu-x64",
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ubuntu.16.10-x86": [
"ubuntu.16.10",
"ubuntu-x86",
"ubuntu",
"debian-x86",
"debian",
"linux-x86",
"linux",
"unix-x86",
"unix",
"any",
"base"
],
"ubuntu.17.04": [
"ubuntu",
"debian",
"linux",
"unix",
"any",
"base"
],
"ubuntu.17.04-arm": [
"ubuntu.17.04",
"ubuntu-arm",
"ubuntu",
"debian-arm",
"debian",
"linux-arm",
"linux",
"unix-arm",
"unix",
"any",
"base"
],
"ubuntu.17.04-arm64": [
"ubuntu.17.04",
"ubuntu-arm64",
"ubuntu",
"debian-arm64",
"debian",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"ubuntu.17.04-x64": [
"ubuntu.17.04",
"ubuntu-x64",
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ubuntu.17.04-x86": [
"ubuntu.17.04",
"ubuntu-x86",
"ubuntu",
"debian-x86",
"debian",
"linux-x86",
"linux",
"unix-x86",
"unix",
"any",
"base"
],
"ubuntu.17.10": [
"ubuntu",
"debian",
"linux",
"unix",
"any",
"base"
],
"ubuntu.17.10-arm": [
"ubuntu.17.10",
"ubuntu-arm",
"ubuntu",
"debian-arm",
"debian",
"linux-arm",
"linux",
"unix-arm",
"unix",
"any",
"base"
],
"ubuntu.17.10-arm64": [
"ubuntu.17.10",
"ubuntu-arm64",
"ubuntu",
"debian-arm64",
"debian",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"ubuntu.17.10-x64": [
"ubuntu.17.10",
"ubuntu-x64",
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ubuntu.17.10-x86": [
"ubuntu.17.10",
"ubuntu-x86",
"ubuntu",
"debian-x86",
"debian",
"linux-x86",
"linux",
"unix-x86",
"unix",
"any",
"base"
],
"ubuntu.18.04": [
"ubuntu",
"debian",
"linux",
"unix",
"any",
"base"
],
"ubuntu.18.04-arm": [
"ubuntu.18.04",
"ubuntu-arm",
"ubuntu",
"debian-arm",
"debian",
"linux-arm",
"linux",
"unix-arm",
"unix",
"any",
"base"
],
"ubuntu.18.04-arm64": [
"ubuntu.18.04",
"ubuntu-arm64",
"ubuntu",
"debian-arm64",
"debian",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"ubuntu.18.04-x64": [
"ubuntu.18.04",
"ubuntu-x64",
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ubuntu.18.04-x86": [
"ubuntu.18.04",
"ubuntu-x86",
"ubuntu",
"debian-x86",
"debian",
"linux-x86",
"linux",
"unix-x86",
"unix",
"any",
"base"
],
"ubuntu.18.10": [
"ubuntu",
"debian",
"linux",
"unix",
"any",
"base"
],
"ubuntu.18.10-arm": [
"ubuntu.18.10",
"ubuntu-arm",
"ubuntu",
"debian-arm",
"debian",
"linux-arm",
"linux",
"unix-arm",
"unix",
"any",
"base"
],
"ubuntu.18.10-arm64": [
"ubuntu.18.10",
"ubuntu-arm64",
"ubuntu",
"debian-arm64",
"debian",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"ubuntu.18.10-x64": [
"ubuntu.18.10",
"ubuntu-x64",
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ubuntu.18.10-x86": [
"ubuntu.18.10",
"ubuntu-x86",
"ubuntu",
"debian-x86",
"debian",
"linux-x86",
"linux",
"unix-x86",
"unix",
"any",
"base"
],
"ubuntu.19.04": [
"ubuntu",
"debian",
"linux",
"unix",
"any",
"base"
],
"ubuntu.19.04-arm": [
"ubuntu.19.04",
"ubuntu-arm",
"ubuntu",
"debian-arm",
"debian",
"linux-arm",
"linux",
"unix-arm",
"unix",
"any",
"base"
],
"ubuntu.19.04-arm64": [
"ubuntu.19.04",
"ubuntu-arm64",
"ubuntu",
"debian-arm64",
"debian",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"ubuntu.19.04-x64": [
"ubuntu.19.04",
"ubuntu-x64",
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ubuntu.19.04-x86": [
"ubuntu.19.04",
"ubuntu-x86",
"ubuntu",
"debian-x86",
"debian",
"linux-x86",
"linux",
"unix-x86",
"unix",
"any",
"base"
],
"ubuntu.19.10": [
"ubuntu",
"debian",
"linux",
"unix",
"any",
"base"
],
"ubuntu.19.10-arm": [
"ubuntu.19.10",
"ubuntu-arm",
"ubuntu",
"debian-arm",
"debian",
"linux-arm",
"linux",
"unix-arm",
"unix",
"any",
"base"
],
"ubuntu.19.10-arm64": [
"ubuntu.19.10",
"ubuntu-arm64",
"ubuntu",
"debian-arm64",
"debian",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"ubuntu.19.10-x64": [
"ubuntu.19.10",
"ubuntu-x64",
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ubuntu.19.10-x86": [
"ubuntu.19.10",
"ubuntu-x86",
"ubuntu",
"debian-x86",
"debian",
"linux-x86",
"linux",
"unix-x86",
"unix",
"any",
"base"
]
}
}
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "shift+cmd+d",
"command": "editor.action.copyLinesDownAction",
"when": "editorTextFocus"
},
{
"key": "f4",
"command": "editor.action.sortLinesAscending",
"when": "editorTextFocus"
},
{
"key": "shift+cmd+s",
"command": "workbench.action.files.saveAll"
},
{
"key": "alt+i",
"command": "cursorUp",
"when": "editorTextFocus"
},
{
"key": "alt+k",
"command": "cursorDown",
"when": "editorTextFocus"
},
{
"key": "alt+o",
"command": "cursorWordEndRight",
"when": "editorTextFocus"
},
{
"key": "alt+u",
"command": "cursorWordStartLeft",
"when": "editorTextFocus"
},
{
"key": "alt+l",
"command": "cursorRight",
"when": "editorTextFocus"
},
{
"key": "alt+j",
"command": "cursorLeft",
"when": "editorTextFocus"
},
{
"key": "ctrl+e",
"command": "editor.emmet.action.expandAbbreviation",
"when": "config.emmet.triggerExpansionOnTab && editorTextFocus && !editorReadonly && !editorTabMovesFocus"
},
{
"key": "tab",
"command": "-editor.emmet.action.expandAbbreviation",
"when": "config.emmet.triggerExpansionOnTab && editorTextFocus && !editorReadonly && !editorTabMovesFocus"
},
{
"key": "ctrl+e",
"command": "-cursorLineEnd",
"when": "editorTextFocus"
},
{
"key": "shift+cmd+c",
"command": "-workbench.action.terminal.openNativeConsole",
"when": "!terminalFocus"
},
{
"key": "ctrl+shift+d",
"command": "-workbench.view.debug",
"when": "viewContainer.workbench.view.debug.enabled"
},
{
"key": "ctrl+shift+d",
"command": "editor.action.duplicateSelection"
}
]
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "shift+cmd+d",
"command": "editor.action.copyLinesDownAction",
"when": "editorTextFocus"
},
{
"key": "f4",
"command": "editor.action.sortLinesAscending",
"when": "editorTextFocus"
},
{
"key": "shift+cmd+s",
"command": "workbench.action.files.saveAll"
},
{
"key": "alt+i",
"command": "cursorUp",
"when": "editorTextFocus"
},
{
"key": "alt+k",
"command": "cursorDown",
"when": "editorTextFocus"
},
{
"key": "alt+o",
"command": "cursorWordEndRight",
"when": "editorTextFocus"
},
{
"key": "alt+u",
"command": "cursorWordStartLeft",
"when": "editorTextFocus"
},
{
"key": "alt+l",
"command": "cursorRight",
"when": "editorTextFocus"
},
{
"key": "alt+j",
"command": "cursorLeft",
"when": "editorTextFocus"
},
{
"key": "ctrl+e",
"command": "editor.emmet.action.expandAbbreviation",
"when": "config.emmet.triggerExpansionOnTab && editorTextFocus && !editorReadonly && !editorTabMovesFocus"
},
{
"key": "tab",
"command": "-editor.emmet.action.expandAbbreviation",
"when": "config.emmet.triggerExpansionOnTab && editorTextFocus && !editorReadonly && !editorTabMovesFocus"
},
{
"key": "ctrl+e",
"command": "-cursorLineEnd",
"when": "editorTextFocus"
},
{
"key": "shift+cmd+c",
"command": "-workbench.action.terminal.openNativeConsole",
"when": "!terminalFocus"
}
]
{
"name": "material-icon-theme",
"version": "2.1.0"
}
// Place your settings in this file to overwrite the default settings
{
"editor.renderWhitespace": "all",
"editor.insertSpaces": false,
"editor.fontSize": 15,
"editor.fontLigatures": true,
"elm.formatOnSave": true,
"[elm]": {
"editor.formatOnSaveTimeout": 2000
},
"emmet.includeLanguages": {
"erb": "html",
"javascript": "javascriptreact",
"tera": "html",
"HTML (Eex)": "html"
},
"explorer.sortOrder": "mixed",
"files.associations": {
"*.jsx": "javascript",
"*.inky": "erb",
"*.html": "html"
},
"rust.formatOnSave": true,
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/elm-stuff": true,
"**/jest_0": true,
"**/webpack": true
},
"sync.gist": "054291b15b1e0a2c0a28fc97ac4ba030",
"sync.lastUpload": "2018-08-22T09:18:17.737Z",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "2018-08-21T00:24:09.426Z",
"sync.version": 243,
"sync.showSummary": true,
"sync.forceDownload": false,
"sync.workspaceSync": false,
"sync.anonymousGist": false,
"editor.wordWrap": true,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false,
"workbench.colorCustomizations": {
"sideBar.foreground": "#a5a5a5",
"statusBar.background": "#303030",
},
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"javascript.validate.enable": false,
"editor.quickSuggestions": {
"other": true,
"comments": false,
"strings": true
},
"typescript.updateImportsOnFileMove.enabled": "always",
"typescript.autoImportSuggestions.enabled": false,
"workbench.startupEditor": "newUntitledFile",
"javascript.updateImportsOnFileMove.enabled": "never",
"workbench.colorTheme": "Plastic",
"materialTheme.fixIconsRunning": false,
"editor.formatOnSave": true,
"javascript.format.enable": false,
"github.hosts": [
{
"host": "https://github.com",
"username": "oauth",
"token": "system"
}
],
"reason.path.ocamlmerlin": "/Users/Sebastian/.opam/system/bin/ocamlmerlin",
"git.autofetch": true,
"workbench.iconTheme": "material-icon-theme",
"elmLS.elmAnalyseTrigger": "never",
"elmLS.trace.server": "verbose",
"editor.fontFamily": "JetBrains Mono",
"tabnine.experimentalAutoImports": true,
"terminal.integrated.commandsToSkipShell": [
"language-julia.interrupt"
],
"elmLS.disableElmLSDiagnostics": true,
"workbench.editor.untitled.hint": "hidden",
"explorer.confirmDragAndDrop": false
}
{
/*
// Place your snippets for JavaScript here. Each snippet is defined under a snippet name and has a prefix, body and
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
// same ids are connected.
// Example:
*/
"describe": {
"prefix": "desc",
"body": "describe(\"${1:something}\", function() {\n\t$2\n})",
"description": "creates a suite of tests"
},
"it": {
"prefix": "it",
"body": "it(\"${1:is}\", function() {\n\t$2\n})",
"description": "creates a test method"
},
}
{"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.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.git-ui\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.github\"},\"version\":\"0.0.1\"},{\"identifier\":{\"id\":\"vscode.github-authentication\"},\"version\":\"0.0.1\"},{\"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.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.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.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.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\":\"alefragnani.bookmarks\",\"uuid\":\"b689fcc8-d494-4dbf-a228-2c694a578afc\"},\"version\":\"12.1.4\",\"installed\":true},{\"identifier\":{\"id\":\"alefragnani.project-manager\",\"uuid\":\"1b747f06-3789-4ebd-ac99-f1fe430c3347\"},\"version\":\"12.0.1\",\"installed\":true},{\"identifier\":{\"id\":\"atishay-jain.all-autocomplete\",\"uuid\":\"55c9a325-d650-4ab2-a952-3f3c6faba089\"},\"version\":\"0.0.23\",\"installed\":true},{\"identifier\":{\"id\":\"attilabuti.vscode-mjml\",\"uuid\":\"efc33846-2498-43d7-9699-47d0a7741345\"},\"version\":\"1.6.0\",\"installed\":true},{\"identifier\":{\"id\":\"bungcip.better-toml\",\"uuid\":\"464f4ac7-af65-4aa9-9907-4ba7fa419085\"},\"version\":\"0.3.2\",\"installed\":true},{\"identifier\":{\"id\":\"chenglou92.rescript-vscode\",\"uuid\":\"74f5aacb-3358-4da0-bfbe-18dcff030cf0\"},\"version\":\"1.0.4\",\"installed\":true},{\"identifier\":{\"id\":\"craigmaslowski.erb\",\"uuid\":\"5da0c8de-e8a6-4287-9ef1-632f0d6db9ad\"},\"version\":\"0.0.1\",\"installed\":true},{\"identifier\":{\"id\":\"dbaeumer.vscode-eslint\",\"uuid\":\"583b2b34-2c1e-4634-8c0b-0b82e283ea3a\"},\"version\":\"2.1.14\",\"installed\":true,\"state\":{}},{\"identifier\":{\"id\":\"edgardmessias.clipboard-manager\",\"uuid\":\"c1f93252-67fa-4037-9624-4320bdb7d23d\"},\"version\":\"1.4.2\",\"installed\":true},{\"identifier\":{\"id\":\"editorconfig.editorconfig\",\"uuid\":\"f60a60a6-95ba-42d4-b41c-3d24c1b89588\"},\"version\":\"0.16.4\",\"installed\":true},{\"identifier\":{\"id\":\"elmtooling.elm-ls-vscode\",\"uuid\":\"85f62745-7ea6-4f23-8aa0-521c0732f664\"},\"version\":\"2.0.0\",\"installed\":true},{\"identifier\":{\"id\":\"emmanuelbeziat.vscode-great-icons\",\"uuid\":\"829a192d-496c-44ac-87f3-0a84ce36a853\"},\"version\":\"2.1.64\",\"installed\":true},{\"identifier\":{\"id\":\"formulahendry.code-runner\",\"uuid\":\"a6a0c5b2-d078-4bf5-a9ee-4e37054414b3\"},\"version\":\"0.11.2\",\"installed\":true},{\"identifier\":{\"id\":\"freebroccolo.reasonml\",\"uuid\":\"c7ccccce-e272-43df-883f-91f3de932890\"},\"version\":\"1.0.38\",\"installed\":true},{\"identifier\":{\"id\":\"gleam-syntax.gleam-syntax\",\"uuid\":\"181893d0-36f8-4c0c-adf3-d7fd58ca5164\"},\"version\":\"0.0.13\",\"installed\":true},{\"identifier\":{\"id\":\"joaompinto.vscode-graphviz\",\"uuid\":\"9503bc2d-f581-462c-86fd-1dddf4857e66\"},\"version\":\"0.0.6\",\"installed\":true},{\"identifier\":{\"id\":\"julialang.language-julia\",\"uuid\":\"038dd41f-4a41-48e3-87de-ab2ea4310780\"},\"version\":\"1.0.10\",\"installed\":true},{\"identifier\":{\"id\":\"justusadam.language-haskell\",\"uuid\":\"270c1d3b-a657-446f-83b8-ab32fd7af006\"},\"version\":\"3.3.0\",\"installed\":true},{\"identifier\":{\"id\":\"karunamurti.tera\",\"uuid\":\"20660eff-d7c2-46c0-a411-aabe35104b0a\"},\"version\":\"0.0.5\",\"installed\":true},{\"identifier\":{\"id\":\"kayteh.plastic-slate\",\"uuid\":\"fee88d69-e94c-4b9e-a8c8-dbb0852ed05e\"},\"version\":\"1.10.0\",\"installed\":true},{\"identifier\":{\"id\":\"kosz78.nim\",\"uuid\":\"1f3d8d31-8ff8-4429-8565-7313f9c67971\"},\"version\":\"0.6.6\",\"installed\":true},{\"identifier\":{\"id\":\"kumar-harsh.graphql-for-vscode\",\"uuid\":\"3e8a391a-f3f0-44b2-8631-7847b0c8839a\"},\"version\":\"1.15.3\",\"installed\":true},{\"identifier\":{\"id\":\"mjmcloug.vscode-elixir\",\"uuid\":\"a852a33d-c920-4758-a5a8-0f5b00521b59\"},\"version\":\"1.1.0\",\"installed\":true},{\"identifier\":{\"id\":\"mrmlnc.vscode-duplicate\",\"uuid\":\"03944bdc-9bcb-4ac2-b9b3-fdb050dd43e4\"},\"version\":\"1.2.1\",\"installed\":true},{\"identifier\":{\"id\":\"ms-azuretools.vscode-docker\",\"uuid\":\"0479fc1c-3d67-49f9-b087-fb9069afe48f\"},\"version\":\"1.9.1\",\"installed\":true},{\"identifier\":{\"id\":\"ms-python.python\",\"uuid\":\"f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5\"},\"version\":\"2020.12.424452561\",\"installed\":true},{\"identifier\":{\"id\":\"ms-toolsai.jupyter\",\"uuid\":\"6c2f1801-1e7f-45b2-9b5c-7782f1e076e8\"},\"version\":\"2020.12.414227025\",\"installed\":true},{\"identifier\":{\"id\":\"ms-vscode-remote.remote-containers\",\"uuid\":\"93ce222b-5f6f-49b7-9ab1-a0463c6238df\"},\"version\":\"0.154.2\",\"installed\":true},{\"identifier\":{\"id\":\"ms-vscode.cpptools\",\"uuid\":\"690b692e-e8a9-493f-b802-8089d50ac1b2\"},\"version\":\"1.1.3\",\"installed\":true},{\"identifier\":{\"id\":\"ms-vscode.js-debug\",\"uuid\":\"25629058-ddac-4e17-abba-74678e126c5d\"},\"version\":\"1.52.2\"},{\"identifier\":{\"id\":\"ms-vscode.js-debug-companion\",\"uuid\":\"99cb0b7f-7354-4278-b8da-6cc79972169d\"},\"version\":\"1.0.8\"},{\"identifier\":{\"id\":\"ms-vscode.node-debug\",\"uuid\":\"b6ded8fb-a0a0-4c1c-acbd-ab2a3bc995a6\"},\"version\":\"1.44.15\"},{\"identifier\":{\"id\":\"ms-vscode.node-debug2\",\"uuid\":\"36d19e17-7569-4841-a001-947eb18602b2\"},\"version\":\"1.42.5\"},{\"identifier\":{\"id\":\"ms-vscode.references-view\",\"uuid\":\"dc489f46-520d-4556-ae85-1f9eab3c412d\"},\"version\":\"0.0.74\"},{\"identifier\":{\"id\":\"ms-vscode.vscode-js-profile-table\",\"uuid\":\"7e52b41b-71ad-457b-ab7e-0620f1fc4feb\"},\"version\":\"0.0.11\"},{\"identifier\":{\"id\":\"nwolverson.language-purescript\",\"uuid\":\"b9d2dfd7-af7e-4d90-a696-db33ef5e77ee\"},\"version\":\"0.2.4\",\"installed\":true},{\"identifier\":{\"id\":\"pgourlain.erlang\",\"uuid\":\"5f7372bf-e0de-4eee-af69-6fb879d7d98c\"},\"version\":\"0.6.7\",\"installed\":true},{\"identifier\":{\"id\":\"pkief.material-icon-theme\",\"uuid\":\"5db78037-f674-459f-a236-db622c427c5b\"},\"version\":\"4.5.0\",\"installed\":true},{\"identifier\":{\"id\":\"ronnidc.nunjucks\",\"uuid\":\"2a3e1925-d174-4cd7-baa7-3e13824d68c7\"},\"version\":\"0.3.0\",\"installed\":true},{\"identifier\":{\"id\":\"roscop.activefileinstatusbar\",\"uuid\":\"58bfc5c5-9e14-40cb-afb8-104bfe792328\"},\"version\":\"1.0.3\",\"installed\":true},{\"identifier\":{\"id\":\"serayuzgur.crates\",\"uuid\":\"6a95a3fd-3a5d-4326-b8ab-1b1653b1f183\"},\"version\":\"0.5.5\",\"installed\":true},{\"identifier\":{\"id\":\"shardulm94.trailing-spaces\",\"uuid\":\"6ad45f5a-09ec-44e5-b363-867ddc1ec674\"},\"version\":\"0.3.1\",\"installed\":true},{\"identifier\":{\"id\":\"sporto.rails-go-to-spec\",\"uuid\":\"6472e990-7a38-4fb4-8fe3-ea7d67d2155e\"},\"version\":\"0.0.1\",\"installed\":true},{\"identifier\":{\"id\":\"will-stone.plastic\",\"uuid\":\"0615a8d1-878b-482f-b36c-773d1ed16adb\"},\"version\":\"4.3.1\",\"installed\":true},{\"identifier\":{\"id\":\"wmaurer.change-case\",\"uuid\":\"2aa040bf-c73a-455d-8946-5c6cc83b8019\"},\"version\":\"1.0.0\",\"installed\":true},{\"identifier\":{\"id\":\"zgudino.editorconfig-vscode-snippet\",\"uuid\":\"dc16888f-8660-4ff4-bdfb-b259d8c3e8a5\"},\"version\":\"0.2.0\",\"installed\":true}]"}
{"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\":\"alefragnani.bookmarks\",\"uuid\":\"b689fcc8-d494-4dbf-a228-2c694a578afc\"},\"version\":\"13.1.0\",\"installed\":true,\"state\":{\"Bookmarks.version\":\"13.1.0\"}},{\"identifier\":{\"id\":\"alefragnani.project-manager\",\"uuid\":\"1b747f06-3789-4ebd-ac99-f1fe430c3347\"},\"version\":\"12.3.0\",\"installed\":true,\"state\":{\"project-manager.version\":\"12.3.0\"}},{\"identifier\":{\"id\":\"atishay-jain.all-autocomplete\",\"uuid\":\"55c9a325-d650-4ab2-a952-3f3c6faba089\"},\"version\":\"0.0.23\",\"disabled\":true,\"installed\":true},{\"identifier\":{\"id\":\"attilabuti.vscode-mjml\",\"uuid\":\"efc33846-2498-43d7-9699-47d0a7741345\"},\"version\":\"1.6.0\",\"installed\":true},{\"identifier\":{\"id\":\"bungcip.better-toml\",\"uuid\":\"464f4ac7-af65-4aa9-9907-4ba7fa419085\"},\"version\":\"0.3.2\",\"installed\":true},{\"identifier\":{\"id\":\"chenglou92.rescript-vscode\",\"uuid\":\"74f5aacb-3358-4da0-bfbe-18dcff030cf0\"},\"version\":\"1.1.3\",\"installed\":true},{\"identifier\":{\"id\":\"craigmaslowski.erb\",\"uuid\":\"5da0c8de-e8a6-4287-9ef1-632f0d6db9ad\"},\"version\":\"0.0.1\",\"installed\":true},{\"identifier\":{\"id\":\"dangelov.theme-monokaigravity\",\"uuid\":\"6c63323c-2902-499d-ba43-8c8b71f26cbc\"},\"version\":\"0.1.0\",\"installed\":true},{\"identifier\":{\"id\":\"dbaeumer.vscode-eslint\",\"uuid\":\"583b2b34-2c1e-4634-8c0b-0b82e283ea3a\"},\"version\":\"2.1.23\",\"installed\":true},{\"identifier\":{\"id\":\"dhall.dhall-lang\",\"uuid\":\"341968b1-17f8-4a87-837b-a6bc5f971526\"},\"version\":\"0.0.4\",\"installed\":true},{\"identifier\":{\"id\":\"edgardmessias.clipboard-manager\",\"uuid\":\"c1f93252-67fa-4037-9624-4320bdb7d23d\"},\"version\":\"1.4.2\",\"installed\":true},{\"identifier\":{\"id\":\"editorconfig.editorconfig\",\"uuid\":\"f60a60a6-95ba-42d4-b41c-3d24c1b89588\"},\"version\":\"0.16.4\",\"installed\":true},{\"identifier\":{\"id\":\"elmtooling.elm-ls-vscode\",\"uuid\":\"85f62745-7ea6-4f23-8aa0-521c0732f664\"},\"version\":\"2.2.1\",\"installed\":true},{\"identifier\":{\"id\":\"emmanuelbeziat.vscode-great-icons\",\"uuid\":\"829a192d-496c-44ac-87f3-0a84ce36a853\"},\"version\":\"2.1.79\",\"installed\":true},{\"identifier\":{\"id\":\"formulahendry.code-runner\",\"uuid\":\"a6a0c5b2-d078-4bf5-a9ee-4e37054414b3\"},\"version\":\"0.11.5\",\"installed\":true},{\"identifier\":{\"id\":\"gleam-syntax.gleam-syntax\",\"uuid\":\"181893d0-36f8-4c0c-adf3-d7fd58ca5164\"},\"version\":\"0.0.13\",\"installed\":true},{\"identifier\":{\"id\":\"gleam.gleam\",\"uuid\":\"04bb06a2-8627-4907-809e-be1b816a1749\"},\"version\":\"1.3.0\",\"installed\":true},{\"identifier\":{\"id\":\"golang.go\",\"uuid\":\"d6f6cfea-4b6f-41f4-b571-6ad2ab7918da\"},\"version\":\"0.27.1\",\"installed\":true},{\"identifier\":{\"id\":\"hbenl.vscode-test-explorer\",\"uuid\":\"ff96f1b4-a4b8-45ef-8ecf-c232c0cb75c8\"},\"version\":\"2.21.0\",\"installed\":true},{\"identifier\":{\"id\":\"joaompinto.vscode-graphviz\",\"uuid\":\"9503bc2d-f581-462c-86fd-1dddf4857e66\"},\"version\":\"0.0.6\",\"installed\":true},{\"identifier\":{\"id\":\"julialang.language-julia\",\"uuid\":\"038dd41f-4a41-48e3-87de-ab2ea4310780\"},\"version\":\"1.3.30\",\"installed\":true},{\"identifier\":{\"id\":\"justusadam.language-haskell\",\"uuid\":\"270c1d3b-a657-446f-83b8-ab32fd7af006\"},\"version\":\"3.4.0\",\"installed\":true},{\"identifier\":{\"id\":\"karunamurti.tera\",\"uuid\":\"20660eff-d7c2-46c0-a411-aabe35104b0a\"},\"version\":\"0.0.9\",\"installed\":true},{\"identifier\":{\"id\":\"kayteh.plastic-slate\",\"uuid\":\"fee88d69-e94c-4b9e-a8c8-dbb0852ed05e\"},\"version\":\"1.10.0\",\"installed\":true},{\"identifier\":{\"id\":\"kosz78.nim\",\"uuid\":\"1f3d8d31-8ff8-4429-8565-7313f9c67971\"},\"version\":\"0.6.6\",\"installed\":true},{\"identifier\":{\"id\":\"kumar-harsh.graphql-for-vscode\",\"uuid\":\"3e8a391a-f3f0-44b2-8631-7847b0c8839a\"},\"version\":\"1.15.3\",\"installed\":true},{\"identifier\":{\"id\":\"mjmcloug.vscode-elixir\",\"uuid\":\"a852a33d-c920-4758-a5a8-0f5b00521b59\"},\"version\":\"1.1.0\",\"installed\":true},{\"identifier\":{\"id\":\"mrmlnc.vscode-duplicate\",\"uuid\":\"03944bdc-9bcb-4ac2-b9b3-fdb050dd43e4\"},\"version\":\"1.2.1\",\"installed\":true},{\"identifier\":{\"id\":\"ms-azuretools.vscode-docker\",\"uuid\":\"0479fc1c-3d67-49f9-b087-fb9069afe48f\"},\"version\":\"1.16.0\",\"installed\":true},{\"identifier\":{\"id\":\"ms-python.python\",\"uuid\":\"f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5\"},\"version\":\"2021.8.1147840270\",\"installed\":true},{\"identifier\":{\"id\":\"ms-python.vscode-pylance\",\"uuid\":\"364d2426-116a-433a-a5d8-a5098dc3afbd\"},\"version\":\"2021.8.2\",\"installed\":true},{\"identifier\":{\"id\":\"ms-toolsai.jupyter\",\"uuid\":\"6c2f1801-1e7f-45b2-9b5c-7782f1e076e8\"},\"version\":\"2021.8.1236758218\",\"installed\":true},{\"identifier\":{\"id\":\"ms-vscode-remote.remote-containers\",\"uuid\":\"93ce222b-5f6f-49b7-9ab1-a0463c6238df\"},\"version\":\"0.191.1\",\"installed\":true,\"state\":{}},{\"identifier\":{\"id\":\"ms-vscode.cpptools\",\"uuid\":\"690b692e-e8a9-493f-b802-8089d50ac1b2\"},\"version\":\"1.5.1\",\"installed\":true},{\"identifier\":{\"id\":\"ms-vscode.js-debug\",\"uuid\":\"25629058-ddac-4e17-abba-74678e126c5d\"},\"version\":\"1.59.0\"},{\"identifier\":{\"id\":\"ms-vscode.js-debug-companion\",\"uuid\":\"99cb0b7f-7354-4278-b8da-6cc79972169d\"},\"version\":\"1.0.14\"},{\"identifier\":{\"id\":\"ms-vscode.node-debug\",\"uuid\":\"b6ded8fb-a0a0-4c1c-acbd-ab2a3bc995a6\"},\"version\":\"1.44.32\"},{\"identifier\":{\"id\":\"ms-vscode.node-debug2\",\"uuid\":\"36d19e17-7569-4841-a001-947eb18602b2\"},\"version\":\"1.42.10\"},{\"identifier\":{\"id\":\"ms-vscode.references-view\",\"uuid\":\"dc489f46-520d-4556-ae85-1f9eab3c412d\"},\"version\":\"0.0.80\"},{\"identifier\":{\"id\":\"ms-vscode.test-adapter-converter\",\"uuid\":\"47210ec2-0324-4cbb-9523-9dff02a5f9ec\"},\"version\":\"0.1.2\",\"installed\":true},{\"identifier\":{\"id\":\"ms-vscode.vscode-js-profile-table\",\"uuid\":\"7e52b41b-71ad-457b-ab7e-0620f1fc4feb\"},\"version\":\"0.0.18\"},{\"identifier\":{\"id\":\"ms-vsliveshare.vsliveshare\",\"uuid\":\"5a6dc0d5-dc02-4121-8e24-cad33a2ff0af\"},\"version\":\"1.0.4673\",\"installed\":true},{\"identifier\":{\"id\":\"ms-vsliveshare.vsliveshare-audio\",\"uuid\":\"f38fdd1c-7ee2-47b1-90b9-77ecc90d4bff\"},\"version\":\"0.1.91\",\"installed\":true},{\"identifier\":{\"id\":\"ms-vsliveshare.vsliveshare-pack\",\"uuid\":\"87caf16b-d487-45c0-877d-573fe319b015\"},\"version\":\"0.4.0\",\"installed\":true},{\"identifier\":{\"id\":\"nickgo.cuelang\",\"uuid\":\"5d885a6f-e421-48e4-92c0-cfed5756a54d\"},\"version\":\"0.0.1\",\"installed\":true},{\"identifier\":{\"id\":\"nwolverson.language-purescript\",\"uuid\":\"b9d2dfd7-af7e-4d90-a696-db33ef5e77ee\"},\"version\":\"0.2.5\",\"installed\":true},{\"identifier\":{\"id\":\"ocamllabs.ocaml-platform\",\"uuid\":\"e3d4a4c9-859a-4367-9080-50dccbd4f1da\"},\"version\":\"1.8.4\",\"installed\":true},{\"identifier\":{\"id\":\"oderwat.indent-rainbow\",\"uuid\":\"eaa2127d-cb69-4ab9-8505-a60c9ee5f28b\"},\"version\":\"7.5.0\",\"disabled\":true,\"installed\":true},{\"identifier\":{\"id\":\"pgourlain.erlang\",\"uuid\":\"5f7372bf-e0de-4eee-af69-6fb879d7d98c\"},\"version\":\"0.7.7\",\"installed\":true},{\"identifier\":{\"id\":\"pkief.material-icon-theme\",\"uuid\":\"5db78037-f674-459f-a236-db622c427c5b\"},\"version\":\"4.9.0\",\"installed\":true,\"state\":{\"material-icon-theme.version\":\"4.9.0\"}},{\"identifier\":{\"id\":\"rebornix.ruby\",\"uuid\":\"ae062c8a-c68e-4b92-9ecf-8f1d4288b05d\"},\"version\":\"0.28.1\",\"installed\":true},{\"identifier\":{\"id\":\"ronnidc.nunjucks\",\"uuid\":\"2a3e1925-d174-4cd7-baa7-3e13824d68c7\"},\"version\":\"0.3.0\",\"installed\":true},{\"identifier\":{\"id\":\"roscop.activefileinstatusbar\",\"uuid\":\"58bfc5c5-9e14-40cb-afb8-104bfe792328\"},\"version\":\"1.0.3\",\"installed\":true},{\"identifier\":{\"id\":\"serayuzgur.crates\",\"uuid\":\"6a95a3fd-3a5d-4326-b8ab-1b1653b1f183\"},\"version\":\"0.5.9\",\"installed\":true},{\"identifier\":{\"id\":\"shardulm94.trailing-spaces\",\"uuid\":\"6ad45f5a-09ec-44e5-b363-867ddc1ec674\"},\"version\":\"0.3.1\",\"installed\":true},{\"identifier\":{\"id\":\"skellock.just\",\"uuid\":\"465aded8-cb64-4015-8322-9d4dac64a466\"},\"version\":\"2.0.0\",\"installed\":true},{\"identifier\":{\"id\":\"sporto.rails-go-to-spec\",\"uuid\":\"6472e990-7a38-4fb4-8fe3-ea7d67d2155e\"},\"version\":\"0.0.1\",\"installed\":true},{\"identifier\":{\"id\":\"will-stone.plastic\",\"uuid\":\"0615a8d1-878b-482f-b36c-773d1ed16adb\"},\"version\":\"7.3.0\",\"installed\":true},{\"identifier\":{\"id\":\"wingrunr21.vscode-ruby\",\"uuid\":\"708cfcd8-e0c6-49ca-9af6-b27a342d247b\"},\"version\":\"0.28.0\",\"installed\":true},{\"identifier\":{\"id\":\"wmaurer.change-case\",\"uuid\":\"2aa040bf-c73a-455d-8946-5c6cc83b8019\"},\"version\":\"1.0.0\",\"installed\":true},{\"identifier\":{\"id\":\"zgudino.editorconfig-vscode-snippet\",\"uuid\":\"dc16888f-8660-4ff4-bdfb-b259d8c3e8a5\"},\"version\":\"0.2.0\",\"installed\":true}]"}
{"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\":\"akamud.vscode-theme-onedark\",\"uuid\":\"9b2c953d-6ad4-46d1-b18e-7e5992d1d8a6\"},\"version\":\"2.2.3\",\"installed\":true},{\"identifier\":{\"id\":\"alefragnani.bookmarks\",\"uuid\":\"b689fcc8-d494-4dbf-a228-2c694a578afc\"},\"version\":\"13.1.0\",\"installed\":true,\"state\":{\"Bookmarks.version\":\"13.1.0\"}},{\"identifier\":{\"id\":\"alefragnani.project-manager\",\"uuid\":\"1b747f06-3789-4ebd-ac99-f1fe430c3347\"},\"version\":\"12.3.0\",\"installed\":true,\"state\":{\"project-manager.version\":\"12.3.0\"}},{\"identifier\":{\"id\":\"atishay-jain.all-autocomplete\",\"uuid\":\"55c9a325-d650-4ab2-a952-3f3c6faba089\"},\"version\":\"0.0.23\",\"disabled\":true,\"installed\":true},{\"identifier\":{\"id\":\"attilabuti.vscode-mjml\",\"uuid\":\"efc33846-2498-43d7-9699-47d0a7741345\"},\"version\":\"1.6.0\",\"installed\":true},{\"identifier\":{\"id\":\"azemoh.one-monokai\",\"uuid\":\"b027c4b2-25ad-46db-b574-05dae3b2dc92\"},\"version\":\"0.5.0\",\"installed\":true},{\"identifier\":{\"id\":\"bungcip.better-toml\",\"uuid\":\"464f4ac7-af65-4aa9-9907-4ba7fa419085\"},\"version\":\"0.3.2\",\"installed\":true},{\"identifier\":{\"id\":\"chenglou92.rescript-vscode\",\"uuid\":\"74f5aacb-3358-4da0-bfbe-18dcff030cf0\"},\"version\":\"1.1.3\",\"installed\":true},{\"identifier\":{\"id\":\"craigmaslowski.erb\",\"uuid\":\"5da0c8de-e8a6-4287-9ef1-632f0d6db9ad\"},\"version\":\"0.0.1\",\"installed\":true},{\"identifier\":{\"id\":\"dangelov.theme-monokaigravity\",\"uuid\":\"6c63323c-2902-499d-ba43-8c8b71f26cbc\"},\"version\":\"0.1.0\",\"installed\":true},{\"identifier\":{\"id\":\"dbaeumer.vscode-eslint\",\"uuid\":\"583b2b34-2c1e-4634-8c0b-0b82e283ea3a\"},\"version\":\"2.1.23\",\"installed\":true},{\"identifier\":{\"id\":\"dhall.dhall-lang\",\"uuid\":\"341968b1-17f8-4a87-837b-a6bc5f971526\"},\"version\":\"0.0.4\",\"installed\":true},{\"identifier\":{\"id\":\"dustinsanders.an-old-hope-theme-vscode\",\"uuid\":\"e1efb0c8-2c62-4d86-bb6a-c88f198ddfcc\"},\"version\":\"4.4.0\",\"installed\":true},{\"identifier\":{\"id\":\"edgardmessias.clipboard-manager\",\"uuid\":\"c1f93252-67fa-4037-9624-4320bdb7d23d\"},\"version\":\"1.4.2\",\"installed\":true},{\"identifier\":{\"id\":\"editorconfig.editorconfig\",\"uuid\":\"f60a60a6-95ba-42d4-b41c-3d24c1b89588\"},\"version\":\"0.16.4\",\"installed\":true},{\"identifier\":{\"id\":\"elmtooling.elm-ls-vscode\",\"uuid\":\"85f62745-7ea6-4f23-8aa0-521c0732f664\"},\"version\":\"2.2.1\",\"installed\":true},{\"identifier\":{\"id\":\"emmanuelbeziat.vscode-great-icons\",\"uuid\":\"829a192d-496c-44ac-87f3-0a84ce36a853\"},\"version\":\"2.1.79\",\"installed\":true},{\"identifier\":{\"id\":\"formulahendry.code-runner\",\"uuid\":\"a6a0c5b2-d078-4bf5-a9ee-4e37054414b3\"},\"version\":\"0.11.5\",\"installed\":true},{\"identifier\":{\"id\":\"gerane.theme-jellybeams\",\"uuid\":\"132621b6-96ea-42a7-b14a-fbb9f39821c2\"},\"version\":\"0.0.5\",\"installed\":true},{\"identifier\":{\"id\":\"gleam-syntax.gleam-syntax\",\"uuid\":\"181893d0-36f8-4c0c-adf3-d7fd58ca5164\"},\"version\":\"0.0.13\",\"installed\":true},{\"identifier\":{\"id\":\"gleam.gleam\",\"uuid\":\"04bb06a2-8627-4907-809e-be1b816a1749\"},\"version\":\"1.3.0\",\"installed\":true},{\"identifier\":{\"id\":\"golang.go\",\"uuid\":\"d6f6cfea-4b6f-41f4-b571-6ad2ab7918da\"},\"version\":\"0.27.1\",\"installed\":true},{\"identifier\":{\"id\":\"hbenl.vscode-test-explorer\",\"uuid\":\"ff96f1b4-a4b8-45ef-8ecf-c232c0cb75c8\"},\"version\":\"2.21.0\",\"installed\":true},{\"identifier\":{\"id\":\"ionide.ionide-fake\",\"uuid\":\"4528c74a-be1c-4ca5-8e82-a594d84b24be\"},\"version\":\"1.2.3\",\"disabled\":true,\"installed\":true},{\"identifier\":{\"id\":\"ionide.ionide-fsharp\",\"uuid\":\"0ea05e3f-5a38-419d-8305-f6c3f6d409d2\"},\"version\":\"5.7.1\",\"disabled\":true,\"installed\":true},{\"identifier\":{\"id\":\"joaompinto.vscode-graphviz\",\"uuid\":\"9503bc2d-f581-462c-86fd-1dddf4857e66\"},\"version\":\"0.0.6\",\"installed\":true},{\"identifier\":{\"id\":\"julialang.language-julia\",\"uuid\":\"038dd41f-4a41-48e3-87de-ab2ea4310780\"},\"version\":\"1.3.32\",\"installed\":true},{\"identifier\":{\"id\":\"justusadam.language-haskell\",\"uuid\":\"270c1d3b-a657-446f-83b8-ab32fd7af006\"},\"version\":\"3.4.0\",\"installed\":true},{\"identifier\":{\"id\":\"karunamurti.tera\",\"uuid\":\"20660eff-d7c2-46c0-a411-aabe35104b0a\"},\"version\":\"0.0.9\",\"installed\":true},{\"identifier\":{\"id\":\"kayteh.plastic-slate\",\"uuid\":\"fee88d69-e94c-4b9e-a8c8-dbb0852ed05e\"},\"version\":\"1.10.0\",\"installed\":true},{\"identifier\":{\"id\":\"kosz78.nim\",\"uuid\":\"1f3d8d31-8ff8-4429-8565-7313f9c67971\"},\"version\":\"0.6.6\",\"installed\":true},{\"identifier\":{\"id\":\"kumar-harsh.graphql-for-vscode\",\"uuid\":\"3e8a391a-f3f0-44b2-8631-7847b0c8839a\"},\"version\":\"1.15.3\",\"installed\":true},{\"identifier\":{\"id\":\"maxfieldwalker.vscode-color-theme-spirited-away\",\"uuid\":\"5eecab27-edc1-46c7-89ea-ab222345de22\"},\"version\":\"1.3.2\",\"installed\":true},{\"identifier\":{\"id\":\"mjmcloug.vscode-elixir\",\"uuid\":\"a852a33d-c920-4758-a5a8-0f5b00521b59\"},\"version\":\"1.1.0\",\"installed\":true},{\"identifier\":{\"id\":\"mrmlnc.vscode-duplicate\",\"uuid\":\"03944bdc-9bcb-4ac2-b9b3-fdb050dd43e4\"},\"version\":\"1.2.1\",\"installed\":true},{\"identifier\":{\"id\":\"ms-azuretools.vscode-docker\",\"uuid\":\"0479fc1c-3d67-49f9-b087-fb9069afe48f\"},\"version\":\"1.16.0\",\"installed\":true},{\"identifier\":{\"id\":\"ms-dotnettools.csharp\",\"uuid\":\"d0bfc4ab-1d3a-4487-8782-7cf6027b4fff\"},\"version\":\"1.23.14\",\"installed\":true},{\"identifier\":{\"id\":\"ms-python.python\",\"uuid\":\"f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5\"},\"version\":\"2021.8.1159798656\",\"installed\":true},{\"identifier\":{\"id\":\"ms-python.vscode-pylance\",\"uuid\":\"364d2426-116a-433a-a5d8-a5098dc3afbd\"},\"version\":\"2021.8.2\",\"installed\":true},{\"identifier\":{\"id\":\"ms-toolsai.jupyter\",\"uuid\":\"6c2f1801-1e7f-45b2-9b5c-7782f1e076e8\"},\"version\":\"2021.8.1236758218\",\"installed\":true},{\"identifier\":{\"id\":\"ms-vscode-remote.remote-containers\",\"uuid\":\"93ce222b-5f6f-49b7-9ab1-a0463c6238df\"},\"version\":\"0.191.1\",\"installed\":true,\"state\":{}},{\"identifier\":{\"id\":\"ms-vscode.cpptools\",\"uuid\":\"690b692e-e8a9-493f-b802-8089d50ac1b2\"},\"version\":\"1.6.0\",\"installed\":true},{\"identifier\":{\"id\":\"ms-vscode.js-debug\",\"uuid\":\"25629058-ddac-4e17-abba-74678e126c5d\"},\"version\":\"1.59.0\"},{\"identifier\":{\"id\":\"ms-vscode.js-debug-companion\",\"uuid\":\"99cb0b7f-7354-4278-b8da-6cc79972169d\"},\"version\":\"1.0.14\"},{\"identifier\":{\"id\":\"ms-vscode.node-debug\",\"uuid\":\"b6ded8fb-a0a0-4c1c-acbd-ab2a3bc995a6\"},\"version\":\"1.44.32\"},{\"identifier\":{\"id\":\"ms-vscode.node-debug2\",\"uuid\":\"36d19e17-7569-4841-a001-947eb18602b2\"},\"version\":\"1.42.10\"},{\"identifier\":{\"id\":\"ms-vscode.references-view\",\"uuid\":\"dc489f46-520d-4556-ae85-1f9eab3c412d\"},\"version\":\"0.0.80\"},{\"identifier\":{\"id\":\"ms-vscode.test-adapter-converter\",\"uuid\":\"47210ec2-0324-4cbb-9523-9dff02a5f9ec\"},\"version\":\"0.1.2\",\"installed\":true},{\"identifier\":{\"id\":\"ms-vscode.vscode-js-profile-table\",\"uuid\":\"7e52b41b-71ad-457b-ab7e-0620f1fc4feb\"},\"version\":\"0.0.18\"},{\"identifier\":{\"id\":\"ms-vsliveshare.vsliveshare\",\"uuid\":\"5a6dc0d5-dc02-4121-8e24-cad33a2ff0af\"},\"version\":\"1.0.4761\",\"installed\":true},{\"identifier\":{\"id\":\"ms-vsliveshare.vsliveshare-audio\",\"uuid\":\"f38fdd1c-7ee2-47b1-90b9-77ecc90d4bff\"},\"version\":\"0.1.91\",\"installed\":true},{\"identifier\":{\"id\":\"ms-vsliveshare.vsliveshare-pack\",\"uuid\":\"87caf16b-d487-45c0-877d-573fe319b015\"},\"version\":\"0.4.0\",\"installed\":true},{\"identifier\":{\"id\":\"nickgo.cuelang\",\"uuid\":\"5d885a6f-e421-48e4-92c0-cfed5756a54d\"},\"version\":\"0.0.1\",\"installed\":true},{\"identifier\":{\"id\":\"nwolverson.language-purescript\",\"uuid\":\"b9d2dfd7-af7e-4d90-a696-db33ef5e77ee\"},\"version\":\"0.2.5\",\"installed\":true},{\"identifier\":{\"id\":\"ocamllabs.ocaml-platform\",\"uuid\":\"e3d4a4c9-859a-4367-9080-50dccbd4f1da\"},\"version\":\"1.8.4\",\"installed\":true},{\"identifier\":{\"id\":\"oderwat.indent-rainbow\",\"uuid\":\"eaa2127d-cb69-4ab9-8505-a60c9ee5f28b\"},\"version\":\"7.5.0\",\"disabled\":true,\"installed\":true},{\"identifier\":{\"id\":\"pgourlain.erlang\",\"uuid\":\"5f7372bf-e0de-4eee-af69-6fb879d7d98c\"},\"version\":\"0.7.8\",\"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\":\"rebornix.ruby\",\"uuid\":\"ae062c8a-c68e-4b92-9ecf-8f1d4288b05d\"},\"version\":\"0.28.1\",\"installed\":true},{\"identifier\":{\"id\":\"ronnidc.nunjucks\",\"uuid\":\"2a3e1925-d174-4cd7-baa7-3e13824d68c7\"},\"version\":\"0.3.0\",\"installed\":true},{\"identifier\":{\"id\":\"roscop.activefileinstatusbar\",\"uuid\":\"58bfc5c5-9e14-40cb-afb8-104bfe792328\"},\"version\":\"1.0.3\",\"installed\":true},{\"identifier\":{\"id\":\"rust-lang.rust\",\"uuid\":\"570e6089-b871-41df-9cf4-a723cb34ef01\"},\"version\":\"0.7.8\",\"disabled\":true,\"installed\":true},{\"identifier\":{\"id\":\"serayuzgur.crates\",\"uuid\":\"6a95a3fd-3a5d-4326-b8ab-1b1653b1f183\"},\"version\":\"0.5.9\",\"installed\":true},{\"identifier\":{\"id\":\"shan.code-settings-sync\",\"uuid\":\"e337c67b-55c2-4fef-8949-eb260e7fb7fd\"},\"version\":\"3.4.3\",\"installed\":true},{\"identifier\":{\"id\":\"shardulm94.trailing-spaces\",\"uuid\":\"6ad45f5a-09ec-44e5-b363-867ddc1ec674\"},\"version\":\"0.3.1\",\"installed\":true},{\"identifier\":{\"id\":\"skellock.just\",\"uuid\":\"465aded8-cb64-4015-8322-9d4dac64a466\"},\"version\":\"2.0.0\",\"installed\":true},{\"identifier\":{\"id\":\"sporto.rails-go-to-spec\",\"uuid\":\"6472e990-7a38-4fb4-8fe3-ea7d67d2155e\"},\"version\":\"0.0.1\",\"installed\":true},{\"identifier\":{\"id\":\"tabnine.tabnine-vscode\",\"uuid\":\"75da638c-c45a-44ea-aa3b-8570a3559810\"},\"version\":\"3.4.22\",\"installed\":true},{\"identifier\":{\"id\":\"wart.ariake-dark\",\"uuid\":\"d4f6606c-59fe-4fbe-8b09-4786ea0bf349\"},\"version\":\"0.2.2\",\"installed\":true},{\"identifier\":{\"id\":\"will-stone.plastic\",\"uuid\":\"0615a8d1-878b-482f-b36c-773d1ed16adb\"},\"version\":\"7.3.0\",\"installed\":true},{\"identifier\":{\"id\":\"wingrunr21.vscode-ruby\",\"uuid\":\"708cfcd8-e0c6-49ca-9af6-b27a342d247b\"},\"version\":\"0.28.0\",\"installed\":true},{\"identifier\":{\"id\":\"wmaurer.change-case\",\"uuid\":\"2aa040bf-c73a-455d-8946-5c6cc83b8019\"},\"version\":\"1.0.0\",\"installed\":true},{\"identifier\":{\"id\":\"zgudino.editorconfig-vscode-snippet\",\"uuid\":\"dc16888f-8660-4ff4-bdfb-b259d8c3e8a5\"},\"version\":\"0.2.0\",\"installed\":true}]"}
{"ref":"d5457859-148e-4143-9866-2d8957f11c96","content":"{\"version\":5,\"machineId\":\"651df0ac-0d74-4664-8972-0d8e2ac2ce73\",\"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.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.git-ui\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.github\\\"},\\\"version\\\":\\\"0.0.1\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.github-authentication\\\"},\\\"version\\\":\\\"0.0.1\\\"},{\\\"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.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.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.merge-conflict\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.microsoft-authentication\\\"},\\\"version\\\":\\\"0.0.1\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vscode.js-debug\\\",\\\"uuid\\\":\\\"25629058-ddac-4e17-abba-74678e126c5d\\\"},\\\"version\\\":\\\"1.51.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vscode.js-debug-companion\\\",\\\"uuid\\\":\\\"99cb0b7f-7354-4278-b8da-6cc79972169d\\\"},\\\"version\\\":\\\"1.0.8\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vscode.node-debug\\\",\\\"uuid\\\":\\\"b6ded8fb-a0a0-4c1c-acbd-ab2a3bc995a6\\\"},\\\"version\\\":\\\"1.44.14\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vscode.node-debug2\\\",\\\"uuid\\\":\\\"36d19e17-7569-4841-a001-947eb18602b2\\\"},\\\"version\\\":\\\"1.42.5\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vscode.references-view\\\",\\\"uuid\\\":\\\"dc489f46-520d-4556-ae85-1f9eab3c412d\\\"},\\\"version\\\":\\\"0.0.71\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vscode.vscode-js-profile-table\\\",\\\"uuid\\\":\\\"7e52b41b-71ad-457b-ab7e-0620f1fc4feb\\\"},\\\"version\\\":\\\"0.0.11\\\"},{\\\"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.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.vscode-theme-seti\\\"},\\\"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.xml\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.yaml\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"alefragnani.bookmarks\\\",\\\"uuid\\\":\\\"b689fcc8-d494-4dbf-a228-2c694a578afc\\\"},\\\"version\\\":\\\"13.1.0\\\",\\\"installed\\\":true,\\\"state\\\":{\\\"Bookmarks.version\\\":\\\"13.1.0\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"atishay-jain.all-autocomplete\\\",\\\"uuid\\\":\\\"55c9a325-d650-4ab2-a952-3f3c6faba089\\\"},\\\"version\\\":\\\"0.0.23\\\",\\\"disabled\\\":true,\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"attilabuti.vscode-mjml\\\",\\\"uuid\\\":\\\"efc33846-2498-43d7-9699-47d0a7741345\\\"},\\\"version\\\":\\\"1.6.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"bungcip.better-toml\\\",\\\"uuid\\\":\\\"464f4ac7-af65-4aa9-9907-4ba7fa419085\\\"},\\\"version\\\":\\\"0.3.2\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"chenglou92.rescript-vscode\\\",\\\"uuid\\\":\\\"74f5aacb-3358-4da0-bfbe-18dcff030cf0\\\"},\\\"version\\\":\\\"0.0.8\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"craigmaslowski.erb\\\",\\\"uuid\\\":\\\"5da0c8de-e8a6-4287-9ef1-632f0d6db9ad\\\"},\\\"version\\\":\\\"0.0.1\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"dbaeumer.vscode-eslint\\\",\\\"uuid\\\":\\\"583b2b34-2c1e-4634-8c0b-0b82e283ea3a\\\"},\\\"version\\\":\\\"2.1.13\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"edgardmessias.clipboard-manager\\\",\\\"uuid\\\":\\\"c1f93252-67fa-4037-9624-4320bdb7d23d\\\"},\\\"version\\\":\\\"1.4.2\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"editorconfig.editorconfig\\\",\\\"uuid\\\":\\\"f60a60a6-95ba-42d4-b41c-3d24c1b89588\\\"},\\\"version\\\":\\\"0.15.1\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"elmtooling.elm-ls-vscode\\\",\\\"uuid\\\":\\\"85f62745-7ea6-4f23-8aa0-521c0732f664\\\"},\\\"version\\\":\\\"1.5.3\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"emmanuelbeziat.vscode-great-icons\\\",\\\"uuid\\\":\\\"829a192d-496c-44ac-87f3-0a84ce36a853\\\"},\\\"version\\\":\\\"2.1.61\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"formulahendry.code-runner\\\",\\\"uuid\\\":\\\"a6a0c5b2-d078-4bf5-a9ee-4e37054414b3\\\"},\\\"version\\\":\\\"0.11.1\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"gleam-syntax.gleam-syntax\\\",\\\"uuid\\\":\\\"181893d0-36f8-4c0c-adf3-d7fd58ca5164\\\"},\\\"version\\\":\\\"0.0.13\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"joaompinto.vscode-graphviz\\\",\\\"uuid\\\":\\\"9503bc2d-f581-462c-86fd-1dddf4857e66\\\"},\\\"version\\\":\\\"0.0.6\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"justusadam.language-haskell\\\",\\\"uuid\\\":\\\"270c1d3b-a657-446f-83b8-ab32fd7af006\\\"},\\\"version\\\":\\\"3.3.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"karunamurti.tera\\\",\\\"uuid\\\":\\\"20660eff-d7c2-46c0-a411-aabe35104b0a\\\"},\\\"version\\\":\\\"0.0.4\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"kayteh.plastic-slate\\\",\\\"uuid\\\":\\\"fee88d69-e94c-4b9e-a8c8-dbb0852ed05e\\\"},\\\"version\\\":\\\"1.10.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"kosz78.nim\\\",\\\"uuid\\\":\\\"1f3d8d31-8ff8-4429-8565-7313f9c67971\\\"},\\\"version\\\":\\\"0.6.6\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"kumar-harsh.graphql-for-vscode\\\",\\\"uuid\\\":\\\"3e8a391a-f3f0-44b2-8631-7847b0c8839a\\\"},\\\"version\\\":\\\"1.15.3\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"mjmcloug.vscode-elixir\\\",\\\"uuid\\\":\\\"a852a33d-c920-4758-a5a8-0f5b00521b59\\\"},\\\"version\\\":\\\"1.1.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"mrmlnc.vscode-duplicate\\\",\\\"uuid\\\":\\\"03944bdc-9bcb-4ac2-b9b3-fdb050dd43e4\\\"},\\\"version\\\":\\\"1.2.1\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-azuretools.vscode-docker\\\",\\\"uuid\\\":\\\"0479fc1c-3d67-49f9-b087-fb9069afe48f\\\"},\\\"version\\\":\\\"1.8.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-python.python\\\",\\\"uuid\\\":\\\"f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5\\\"},\\\"version\\\":\\\"2020.11.367453362\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vscode-remote.remote-containers\\\",\\\"uuid\\\":\\\"93ce222b-5f6f-49b7-9ab1-a0463c6238df\\\"},\\\"version\\\":\\\"0.145.1\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vscode.cpptools\\\",\\\"uuid\\\":\\\"690b692e-e8a9-493f-b802-8089d50ac1b2\\\"},\\\"version\\\":\\\"1.1.2\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"nwolverson.language-purescript\\\",\\\"uuid\\\":\\\"b9d2dfd7-af7e-4d90-a696-db33ef5e77ee\\\"},\\\"version\\\":\\\"0.2.4\\\",\\\"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\\\":\\\"ronnidc.nunjucks\\\",\\\"uuid\\\":\\\"2a3e1925-d174-4cd7-baa7-3e13824d68c7\\\"},\\\"version\\\":\\\"0.3.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"roscop.activefileinstatusbar\\\",\\\"uuid\\\":\\\"58bfc5c5-9e14-40cb-afb8-104bfe792328\\\"},\\\"version\\\":\\\"1.0.3\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"serayuzgur.crates\\\",\\\"uuid\\\":\\\"6a95a3fd-3a5d-4326-b8ab-1b1653b1f183\\\"},\\\"version\\\":\\\"0.5.3\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"shardulm94.trailing-spaces\\\",\\\"uuid\\\":\\\"6ad45f5a-09ec-44e5-b363-867ddc1ec674\\\"},\\\"version\\\":\\\"0.3.1\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"sporto.rails-go-to-spec\\\",\\\"uuid\\\":\\\"6472e990-7a38-4fb4-8fe3-ea7d67d2155e\\\"},\\\"version\\\":\\\"0.0.1\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"will-stone.plastic\\\",\\\"uuid\\\":\\\"0615a8d1-878b-482f-b36c-773d1ed16adb\\\"},\\\"version\\\":\\\"4.2.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"wmaurer.change-case\\\",\\\"uuid\\\":\\\"2aa040bf-c73a-455d-8946-5c6cc83b8019\\\"},\\\"version\\\":\\\"1.0.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"zgudino.editorconfig-vscode-snippet\\\",\\\"uuid\\\":\\\"dc16888f-8660-4ff4-bdfb-b259d8c3e8a5\\\"},\\\"version\\\":\\\"0.2.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-toolsai.jupyter\\\",\\\"uuid\\\":\\\"6c2f1801-1e7f-45b2-9b5c-7782f1e076e8\\\"},\\\"version\\\":\\\"2020.11.358541065\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"gleam.gleam\\\",\\\"uuid\\\":\\\"04bb06a2-8627-4907-809e-be1b816a1749\\\"},\\\"version\\\":\\\"1.0.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"alefragnani.project-manager\\\",\\\"uuid\\\":\\\"1b747f06-3789-4ebd-ac99-f1fe430c3347\\\"},\\\"version\\\":\\\"12.3.0\\\",\\\"installed\\\":true,\\\"state\\\":{\\\"project-manager.version\\\":\\\"12.3.0\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"julialang.language-julia\\\",\\\"uuid\\\":\\\"038dd41f-4a41-48e3-87de-ab2ea4310780\\\"},\\\"version\\\":\\\"1.0.10\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"pgourlain.erlang\\\",\\\"uuid\\\":\\\"5f7372bf-e0de-4eee-af69-6fb879d7d98c\\\"},\\\"version\\\":\\\"0.6.7\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.julia\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.notebook-markdown-extensions\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.simple-browser\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.testing-editor-contributions\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vsliveshare.vsliveshare\\\",\\\"uuid\\\":\\\"5a6dc0d5-dc02-4121-8e24-cad33a2ff0af\\\"},\\\"version\\\":\\\"1.0.4131\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vsliveshare.vsliveshare-audio\\\",\\\"uuid\\\":\\\"f38fdd1c-7ee2-47b1-90b9-77ecc90d4bff\\\"},\\\"version\\\":\\\"0.1.91\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vsliveshare.vsliveshare-pack\\\",\\\"uuid\\\":\\\"87caf16b-d487-45c0-877d-573fe319b015\\\"},\\\"version\\\":\\\"0.4.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"golang.go\\\",\\\"uuid\\\":\\\"d6f6cfea-4b6f-41f4-b571-6ad2ab7918da\\\"},\\\"version\\\":\\\"0.24.2\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-python.vscode-pylance\\\",\\\"uuid\\\":\\\"364d2426-116a-433a-a5d8-a5098dc3afbd\\\"},\\\"version\\\":\\\"2021.5.2\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.dart\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"hbenl.vscode-test-explorer\\\",\\\"uuid\\\":\\\"ff96f1b4-a4b8-45ef-8ecf-c232c0cb75c8\\\"},\\\"version\\\":\\\"2.20.4\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vscode.test-adapter-converter\\\",\\\"uuid\\\":\\\"47210ec2-0324-4cbb-9523-9dff02a5f9ec\\\"},\\\"version\\\":\\\"0.0.10\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"dhall.dhall-lang\\\",\\\"uuid\\\":\\\"341968b1-17f8-4a87-837b-a6bc5f971526\\\"},\\\"version\\\":\\\"0.0.4\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"nickgo.cuelang\\\",\\\"uuid\\\":\\\"5d885a6f-e421-48e4-92c0-cfed5756a54d\\\"},\\\"version\\\":\\\"0.0.1\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"rebornix.ruby\\\",\\\"uuid\\\":\\\"ae062c8a-c68e-4b92-9ecf-8f1d4288b05d\\\"},\\\"version\\\":\\\"0.28.1\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"wingrunr21.vscode-ruby\\\",\\\"uuid\\\":\\\"708cfcd8-e0c6-49ca-9af6-b27a342d247b\\\"},\\\"version\\\":\\\"0.28.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"dangelov.theme-monokaigravity\\\",\\\"uuid\\\":\\\"6c63323c-2902-499d-ba43-8c8b71f26cbc\\\"},\\\"version\\\":\\\"0.1.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"oderwat.indent-rainbow\\\",\\\"uuid\\\":\\\"eaa2127d-cb69-4ab9-8505-a60c9ee5f28b\\\"},\\\"version\\\":\\\"7.5.0\\\",\\\"disabled\\\":true,\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.markdown-math\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.ipynb\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"skellock.just\\\",\\\"uuid\\\":\\\"465aded8-cb64-4015-8322-9d4dac64a466\\\"},\\\"version\\\":\\\"2.0.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"ocamllabs.ocaml-platform\\\",\\\"uuid\\\":\\\"e3d4a4c9-859a-4367-9080-50dccbd4f1da\\\"},\\\"version\\\":\\\"1.8.4\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"ionide.ionide-fake\\\",\\\"uuid\\\":\\\"4528c74a-be1c-4ca5-8e82-a594d84b24be\\\"},\\\"version\\\":\\\"1.2.3\\\",\\\"disabled\\\":true,\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"maxfieldwalker.vscode-color-theme-spirited-away\\\",\\\"uuid\\\":\\\"5eecab27-edc1-46c7-89ea-ab222345de22\\\"},\\\"version\\\":\\\"1.3.2\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"akamud.vscode-theme-onedark\\\",\\\"uuid\\\":\\\"9b2c953d-6ad4-46d1-b18e-7e5992d1d8a6\\\"},\\\"version\\\":\\\"2.2.3\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"azemoh.one-monokai\\\",\\\"uuid\\\":\\\"b027c4b2-25ad-46db-b574-05dae3b2dc92\\\"},\\\"version\\\":\\\"0.5.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"dustinsanders.an-old-hope-theme-vscode\\\",\\\"uuid\\\":\\\"e1efb0c8-2c62-4d86-bb6a-c88f198ddfcc\\\"},\\\"version\\\":\\\"4.4.0\\\",\\\"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\\\":\\\"gerane.theme-jellybeams\\\",\\\"uuid\\\":\\\"132621b6-96ea-42a7-b14a-fbb9f39821c2\\\"},\\\"version\\\":\\\"0.0.5\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"ionide.ionide-fsharp\\\",\\\"uuid\\\":\\\"0ea05e3f-5a38-419d-8305-f6c3f6d409d2\\\"},\\\"version\\\":\\\"5.7.1\\\",\\\"disabled\\\":true,\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"kalitaalexey.vscode-rust\\\",\\\"uuid\\\":\\\"da00c08c-ff11-4cf3-b619-fdbd967d44c5\\\"},\\\"version\\\":\\\"0.4.2\\\",\\\"disabled\\\":true,\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-dotnettools.csharp\\\",\\\"uuid\\\":\\\"d0bfc4ab-1d3a-4487-8782-7cf6027b4fff\\\"},\\\"version\\\":\\\"1.23.14\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"rust-lang.rust\\\",\\\"uuid\\\":\\\"570e6089-b871-41df-9cf4-a723cb34ef01\\\"},\\\"version\\\":\\\"0.7.8\\\",\\\"disabled\\\":true,\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"shan.code-settings-sync\\\",\\\"uuid\\\":\\\"e337c67b-55c2-4fef-8949-eb260e7fb7fd\\\"},\\\"version\\\":\\\"3.4.3\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"tabnine.tabnine-vscode\\\",\\\"uuid\\\":\\\"75da638c-c45a-44ea-aa3b-8570a3559810\\\"},\\\"version\\\":\\\"3.4.22\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"wart.ariake-dark\\\",\\\"uuid\\\":\\\"d4f6606c-59fe-4fbe-8b09-4786ea0bf349\\\"},\\\"version\\\":\\\"0.2.2\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"sissel.shopify-liquid\\\",\\\"uuid\\\":\\\"f3560213-6ed6-4eae-a871-31b51f152516\\\"},\\\"version\\\":\\\"2.3.0\\\",\\\"installed\\\":true}]\"}","skippedExtensions":[{"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-icons","uuid":"8c609a4f-268a-41fb-8fe6-b6fcd95e8113"},"version":"1.2.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":"kalitaalexey.vscode-rust","uuid":"da00c08c-ff11-4cf3-b619-fdbd967d44c5"},"version":"0.4.2","disabled":true,"installed":true}]}
{"version":2,"content":"{\"all\":\"// Empty\\n[\\n\\t{\\n\\t\\t\\\"key\\\": \\\"f4\\\",\\n\\t\\t\\\"command\\\": \\\"editor.action.sortLinesAscending\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"key\\\": \\\"ctrl+shift+s\\\",\\n\\t\\t\\\"command\\\": \\\"workbench.action.files.saveAll\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"key\\\": \\\"ctrl+shift+d\\\",\\n\\t\\t\\\"command\\\": \\\"editor.action.copyLinesDownAction\\\",\\n\\t\\t\\\"when\\\": \\\"editorTextFocus && !editorReadonly\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"key\\\": \\\"ctrl+shift+alt+down\\\",\\n\\t\\t\\\"command\\\": \\\"-editor.action.copyLinesDownAction\\\",\\n\\t\\t\\\"when\\\": \\\"editorTextFocus && !editorReadonly\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"key\\\": \\\"ctrl+e\\\",\\n\\t\\t\\\"command\\\": \\\"-workbench.action.quickOpenNavigateNextInFilePicker\\\",\\n\\t\\t\\\"when\\\": \\\"inFilesPicker && inQuickOpen\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"key\\\": \\\"ctrl+e\\\",\\n\\t\\t\\\"command\\\": \\\"-workbench.action.quickOpen\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"key\\\": \\\"ctrl+e\\\",\\n\\t\\t\\\"command\\\": \\\"editor.emmet.action.expandAbbreviation\\\",\\n\\t\\t\\\"when\\\": \\\"config.emmet.triggerExpansionOnTab && editorTextFocus && !editorReadonly && !editorTabMovesFocus\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"key\\\": \\\"tab\\\",\\n\\t\\t\\\"command\\\": \\\"-editor.emmet.action.expandAbbreviation\\\",\\n\\t\\t\\\"when\\\": \\\"config.emmet.triggerExpansionOnTab && editorTextFocus && !editorReadonly && !editorTabMovesFocus\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"key\\\": \\\"ctrl+shift+o\\\",\\n\\t\\t\\\"command\\\": \\\"-workbench.action.gotoSymbol\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"key\\\": \\\"ctrl+shift+o\\\",\\n\\t\\t\\\"command\\\": \\\"workbench.view.extension.outline\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"key\\\": \\\"ctrl+r\\\",\\n\\t\\t\\\"command\\\": \\\"workbench.action.gotoSymbol\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"key\\\": \\\"shift+alt+f\\\",\\n\\t\\t\\\"command\\\": \\\"editor.action.formatDocument\\\",\\n\\t\\t\\\"when\\\": \\\"editorTextFocus && !editorReadonly\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"key\\\": \\\"ctrl+shift+i\\\",\\n\\t\\t\\\"command\\\": \\\"-editor.action.formatDocument\\\",\\n\\t\\t\\\"when\\\": \\\"editorTextFocus && !editorReadonly\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"key\\\": \\\"alt+e alt+left\\\",\\n\\t\\t\\\"command\\\": \\\"workbench.action.moveEditorToLeftGroup\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"key\\\": \\\"alt+e alt+right\\\",\\n\\t\\t\\\"command\\\": \\\"workbench.action.moveEditorToRightGroup\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"key\\\": \\\"alt+e alt+up\\\",\\n\\t\\t\\\"command\\\": \\\"workbench.action.moveEditorToAboveGroup\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"key\\\": \\\"alt+e alt+down\\\",\\n\\t\\t\\\"command\\\": \\\"workbench.action.moveEditorToBelowGroup\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"key\\\": \\\"ctrl+k alt+l\\\",\\n\\t\\t\\\"command\\\": \\\"workbench.action.moveEditorToNextGroup\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"key\\\": \\\"ctrl+alt+right\\\",\\n\\t\\t\\\"command\\\": \\\"-workbench.action.moveEditorToNextGroup\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"key\\\": \\\"alt+e left\\\",\\n\\t\\t\\\"command\\\": \\\"workbench.action.focusLeftGroup\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"key\\\": \\\"ctrl+k ctrl+left\\\",\\n\\t\\t\\\"command\\\": \\\"-workbench.action.focusLeftGroup\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"key\\\": \\\"alt+e right\\\",\\n\\t\\t\\\"command\\\": \\\"workbench.action.focusRightGroup\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"key\\\": \\\"ctrl+k ctrl+right\\\",\\n\\t\\t\\\"command\\\": \\\"-workbench.action.focusRightGroup\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"key\\\": \\\"alt+e up\\\",\\n\\t\\t\\\"command\\\": \\\"workbench.action.focusAboveGroup\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"key\\\": \\\"ctrl+k ctrl+up\\\",\\n\\t\\t\\\"command\\\": \\\"-workbench.action.focusAboveGroup\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"key\\\": \\\"alt+e down\\\",\\n\\t\\t\\\"command\\\": \\\"workbench.action.focusBelowGroup\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"key\\\": \\\"ctrl+k ctrl+down\\\",\\n\\t\\t\\\"command\\\": \\\"-workbench.action.focusBelowGroup\\\"\\n\\t}\\n]\",\"linux\":\"// Empty\\n[\\n\\t{\\n\\t\\t\\\"key\\\": \\\"f4\\\",\\n\\t\\t\\\"command\\\": \\\"editor.action.sortLinesAscending\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"key\\\": \\\"ctrl+shift+s\\\",\\n\\t\\t\\\"command\\\": \\\"workbench.action.files.saveAll\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"key\\\": \\\"ctrl+shift+d\\\",\\n\\t\\t\\\"command\\\": \\\"editor.action.copyLinesDownAction\\\",\\n\\t\\t\\\"when\\\": \\\"editorTextFocus && !editorReadonly\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"key\\\": \\\"ctrl+shift+alt+down\\\",\\n\\t\\t\\\"command\\\": \\\"-editor.action.copyLinesDownAction\\\",\\n\\t\\t\\\"when\\\": \\\"editorTextFocus && !editorReadonly\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"key\\\": \\\"ctrl+e\\\",\\n\\t\\t\\\"command\\\": \\\"-workbench.action.quickOpenNavigateNextInFilePicker\\\",\\n\\t\\t\\\"when\\\": \\\"inFilesPicker && inQuickOpen\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"key\\\": \\\"ctrl+e\\\",\\n\\t\\t\\\"command\\\": \\\"-workbench.action.quickOpen\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"key\\\": \\\"ctrl+e\\\",\\n\\t\\t\\\"command\\\": \\\"editor.emmet.action.expandAbbreviation\\\",\\n\\t\\t\\\"when\\\": \\\"config.emmet.triggerExpansionOnTab && editorTextFocus && !editorReadonly && !editorTabMovesFocus\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"key\\\": \\\"tab\\\",\\n\\t\\t\\\"command\\\": \\\"-editor.emmet.action.expandAbbreviation\\\",\\n\\t\\t\\\"when\\\": \\\"config.emmet.triggerExpansionOnTab && editorTextFocus && !editorReadonly && !editorTabMovesFocus\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"key\\\": \\\"ctrl+shift+o\\\",\\n\\t\\t\\\"command\\\": \\\"-workbench.action.gotoSymbol\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"key\\\": \\\"ctrl+shift+o\\\",\\n\\t\\t\\\"command\\\": \\\"workbench.view.extension.outline\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"key\\\": \\\"ctrl+r\\\",\\n\\t\\t\\\"command\\\": \\\"workbench.action.gotoSymbol\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"key\\\": \\\"shift+alt+f\\\",\\n\\t\\t\\\"command\\\": \\\"editor.action.formatDocument\\\",\\n\\t\\t\\\"when\\\": \\\"editorTextFocus && !editorReadonly\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"key\\\": \\\"ctrl+shift+i\\\",\\n\\t\\t\\\"command\\\": \\\"-editor.action.formatDocument\\\",\\n\\t\\t\\\"when\\\": \\\"editorTextFocus && !editorReadonly\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"key\\\": \\\"alt+e alt+left\\\",\\n\\t\\t\\\"command\\\": \\\"workbench.action.moveEditorToLeftGroup\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"key\\\": \\\"alt+e alt+right\\\",\\n\\t\\t\\\"command\\\": \\\"workbench.action.moveEditorToRightGroup\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"key\\\": \\\"alt+e alt+up\\\",\\n\\t\\t\\\"command\\\": \\\"workbench.action.moveEditorToAboveGroup\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"key\\\": \\\"alt+e alt+down\\\",\\n\\t\\t\\\"command\\\": \\\"workbench.action.moveEditorToBelowGroup\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"key\\\": \\\"ctrl+k alt+l\\\",\\n\\t\\t\\\"command\\\": \\\"workbench.action.moveEditorToNextGroup\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"key\\\": \\\"ctrl+alt+right\\\",\\n\\t\\t\\\"command\\\": \\\"-workbench.action.moveEditorToNextGroup\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"key\\\": \\\"alt+e left\\\",\\n\\t\\t\\\"command\\\": \\\"workbench.action.focusLeftGroup\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"key\\\": \\\"ctrl+k ctrl+left\\\",\\n\\t\\t\\\"command\\\": \\\"-workbench.action.focusLeftGroup\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"key\\\": \\\"alt+e right\\\",\\n\\t\\t\\\"command\\\": \\\"workbench.action.focusRightGroup\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"key\\\": \\\"ctrl+k ctrl+right\\\",\\n\\t\\t\\\"command\\\": \\\"-workbench.action.focusRightGroup\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"key\\\": \\\"alt+e up\\\",\\n\\t\\t\\\"command\\\": \\\"workbench.action.focusAboveGroup\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"key\\\": \\\"ctrl+k ctrl+up\\\",\\n\\t\\t\\\"command\\\": \\\"-workbench.action.focusAboveGroup\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"key\\\": \\\"alt+e down\\\",\\n\\t\\t\\\"command\\\": \\\"workbench.action.focusBelowGroup\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"key\\\": \\\"ctrl+k ctrl+down\\\",\\n\\t\\t\\\"command\\\": \\\"-workbench.action.focusBelowGroup\\\"\\n\\t}\\n]\"}"}
{"ref":"0b86f02f-849a-47c3-9c3e-60012a1d5fd3","content":"{\"version\":2,\"machineId\":\"651df0ac-0d74-4664-8972-0d8e2ac2ce73\",\"content\":\"{\\\"linux\\\":\\\"// Place your key bindings in this file to overwrite the defaults\\\\n[\\\\n\\\\t{\\\\n\\\\t\\\\t\\\\\\\"key\\\\\\\": \\\\\\\"shift+cmd+d\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"command\\\\\\\": \\\\\\\"editor.action.copyLinesDownAction\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus\\\\\\\"\\\\n\\\\t},\\\\n\\\\t{\\\\n\\\\t\\\\t\\\\\\\"key\\\\\\\": \\\\\\\"f4\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"command\\\\\\\": \\\\\\\"editor.action.sortLinesAscending\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus\\\\\\\"\\\\n\\\\t},\\\\n\\\\t{\\\\n\\\\t\\\\t\\\\\\\"key\\\\\\\": \\\\\\\"shift+cmd+s\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"command\\\\\\\": \\\\\\\"workbench.action.files.saveAll\\\\\\\"\\\\n\\\\t},\\\\n\\\\t{\\\\n\\\\t\\\\t\\\\\\\"key\\\\\\\": \\\\\\\"alt+i\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"command\\\\\\\": \\\\\\\"cursorUp\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus\\\\\\\"\\\\n\\\\t},\\\\n\\\\t{\\\\n\\\\t\\\\t\\\\\\\"key\\\\\\\": \\\\\\\"alt+k\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"command\\\\\\\": \\\\\\\"cursorDown\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus\\\\\\\"\\\\n\\\\t},\\\\n\\\\t{\\\\n\\\\t\\\\t\\\\\\\"key\\\\\\\": \\\\\\\"alt+o\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"command\\\\\\\": \\\\\\\"cursorWordEndRight\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus\\\\\\\"\\\\n\\\\t},\\\\n\\\\t{\\\\n\\\\t\\\\t\\\\\\\"key\\\\\\\": \\\\\\\"alt+u\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"command\\\\\\\": \\\\\\\"cursorWordStartLeft\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus\\\\\\\"\\\\n\\\\t},\\\\n\\\\t{\\\\n\\\\t\\\\t\\\\\\\"key\\\\\\\": \\\\\\\"alt+l\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"command\\\\\\\": \\\\\\\"cursorRight\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus\\\\\\\"\\\\n\\\\t},\\\\n\\\\t{\\\\n\\\\t\\\\t\\\\\\\"key\\\\\\\": \\\\\\\"alt+j\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"command\\\\\\\": \\\\\\\"cursorLeft\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus\\\\\\\"\\\\n\\\\t},\\\\n\\\\t{\\\\n\\\\t\\\\t\\\\\\\"key\\\\\\\": \\\\\\\"ctrl+e\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"command\\\\\\\": \\\\\\\"editor.emmet.action.expandAbbreviation\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"when\\\\\\\": \\\\\\\"config.emmet.triggerExpansionOnTab && editorTextFocus && !editorReadonly && !editorTabMovesFocus\\\\\\\"\\\\n\\\\t},\\\\n\\\\t{\\\\n\\\\t\\\\t\\\\\\\"key\\\\\\\": \\\\\\\"tab\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"command\\\\\\\": \\\\\\\"-editor.emmet.action.expandAbbreviation\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"when\\\\\\\": \\\\\\\"config.emmet.triggerExpansionOnTab && editorTextFocus && !editorReadonly && !editorTabMovesFocus\\\\\\\"\\\\n\\\\t},\\\\n\\\\t{\\\\n\\\\t\\\\t\\\\\\\"key\\\\\\\": \\\\\\\"ctrl+e\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"command\\\\\\\": \\\\\\\"-cursorLineEnd\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus\\\\\\\"\\\\n\\\\t},\\\\n\\\\t{\\\\n\\\\t\\\\t\\\\\\\"key\\\\\\\": \\\\\\\"shift+cmd+c\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"command\\\\\\\": \\\\\\\"-workbench.action.terminal.openNativeConsole\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"when\\\\\\\": \\\\\\\"!terminalFocus\\\\\\\"\\\\n\\\\t},\\\\n\\\\t{\\\\n\\\\t\\\\t\\\\\\\"key\\\\\\\": \\\\\\\"ctrl+shift+d\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"command\\\\\\\": \\\\\\\"-workbench.view.debug\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"when\\\\\\\": \\\\\\\"viewContainer.workbench.view.debug.enabled\\\\\\\"\\\\n\\\\t},\\\\n\\\\t{\\\\n\\\\t\\\\t\\\\\\\"key\\\\\\\": \\\\\\\"ctrl+shift+d\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"command\\\\\\\": \\\\\\\"editor.action.duplicateSelection\\\\\\\"\\\\n\\\\t}\\\\n]\\\",\\\"all\\\":\\\"// Place your key bindings in this file to overwrite the defaults\\\\n[\\\\n\\\\t{\\\\n\\\\t\\\\t\\\\\\\"key\\\\\\\": \\\\\\\"shift+cmd+d\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"command\\\\\\\": \\\\\\\"editor.action.copyLinesDownAction\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus\\\\\\\"\\\\n\\\\t},\\\\n\\\\t{\\\\n\\\\t\\\\t\\\\\\\"key\\\\\\\": \\\\\\\"f4\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"command\\\\\\\": \\\\\\\"editor.action.sortLinesAscending\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus\\\\\\\"\\\\n\\\\t},\\\\n\\\\t{\\\\n\\\\t\\\\t\\\\\\\"key\\\\\\\": \\\\\\\"shift+cmd+s\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"command\\\\\\\": \\\\\\\"workbench.action.files.saveAll\\\\\\\"\\\\n\\\\t},\\\\n\\\\t{\\\\n\\\\t\\\\t\\\\\\\"key\\\\\\\": \\\\\\\"alt+i\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"command\\\\\\\": \\\\\\\"cursorUp\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus\\\\\\\"\\\\n\\\\t},\\\\n\\\\t{\\\\n\\\\t\\\\t\\\\\\\"key\\\\\\\": \\\\\\\"alt+k\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"command\\\\\\\": \\\\\\\"cursorDown\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus\\\\\\\"\\\\n\\\\t},\\\\n\\\\t{\\\\n\\\\t\\\\t\\\\\\\"key\\\\\\\": \\\\\\\"alt+o\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"command\\\\\\\": \\\\\\\"cursorWordEndRight\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus\\\\\\\"\\\\n\\\\t},\\\\n\\\\t{\\\\n\\\\t\\\\t\\\\\\\"key\\\\\\\": \\\\\\\"alt+u\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"command\\\\\\\": \\\\\\\"cursorWordStartLeft\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus\\\\\\\"\\\\n\\\\t},\\\\n\\\\t{\\\\n\\\\t\\\\t\\\\\\\"key\\\\\\\": \\\\\\\"alt+l\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"command\\\\\\\": \\\\\\\"cursorRight\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus\\\\\\\"\\\\n\\\\t},\\\\n\\\\t{\\\\n\\\\t\\\\t\\\\\\\"key\\\\\\\": \\\\\\\"alt+j\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"command\\\\\\\": \\\\\\\"cursorLeft\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus\\\\\\\"\\\\n\\\\t},\\\\n\\\\t{\\\\n\\\\t\\\\t\\\\\\\"key\\\\\\\": \\\\\\\"ctrl+e\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"command\\\\\\\": \\\\\\\"editor.emmet.action.expandAbbreviation\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"when\\\\\\\": \\\\\\\"config.emmet.triggerExpansionOnTab && editorTextFocus && !editorReadonly && !editorTabMovesFocus\\\\\\\"\\\\n\\\\t},\\\\n\\\\t{\\\\n\\\\t\\\\t\\\\\\\"key\\\\\\\": \\\\\\\"tab\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"command\\\\\\\": \\\\\\\"-editor.emmet.action.expandAbbreviation\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"when\\\\\\\": \\\\\\\"config.emmet.triggerExpansionOnTab && editorTextFocus && !editorReadonly && !editorTabMovesFocus\\\\\\\"\\\\n\\\\t},\\\\n\\\\t{\\\\n\\\\t\\\\t\\\\\\\"key\\\\\\\": \\\\\\\"ctrl+e\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"command\\\\\\\": \\\\\\\"-cursorLineEnd\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus\\\\\\\"\\\\n\\\\t},\\\\n\\\\t{\\\\n\\\\t\\\\t\\\\\\\"key\\\\\\\": \\\\\\\"shift+cmd+c\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"command\\\\\\\": \\\\\\\"-workbench.action.terminal.openNativeConsole\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"when\\\\\\\": \\\\\\\"!terminalFocus\\\\\\\"\\\\n\\\\t},\\\\n\\\\t{\\\\n\\\\t\\\\t\\\\\\\"key\\\\\\\": \\\\\\\"ctrl+shift+d\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"command\\\\\\\": \\\\\\\"-workbench.view.debug\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"when\\\\\\\": \\\\\\\"viewContainer.workbench.view.debug.enabled\\\\\\\"\\\\n\\\\t},\\\\n\\\\t{\\\\n\\\\t\\\\t\\\\\\\"key\\\\\\\": \\\\\\\"ctrl+shift+d\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"command\\\\\\\": \\\\\\\"editor.action.duplicateSelection\\\\\\\"\\\\n\\\\t}\\\\n]\\\",\\\"mac\\\":\\\"// Place your key bindings in this file to overwrite the defaults\\\\n[\\\\n\\\\t{\\\\n\\\\t\\\\t\\\\\\\"key\\\\\\\": \\\\\\\"shift+cmd+d\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"command\\\\\\\": \\\\\\\"editor.action.copyLinesDownAction\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus\\\\\\\"\\\\n\\\\t},\\\\n\\\\t{\\\\n\\\\t\\\\t\\\\\\\"key\\\\\\\": \\\\\\\"f4\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"command\\\\\\\": \\\\\\\"editor.action.sortLinesAscending\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus\\\\\\\"\\\\n\\\\t},\\\\n\\\\t{\\\\n\\\\t\\\\t\\\\\\\"key\\\\\\\": \\\\\\\"shift+cmd+s\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"command\\\\\\\": \\\\\\\"workbench.action.files.saveAll\\\\\\\"\\\\n\\\\t},\\\\n\\\\t{\\\\n\\\\t\\\\t\\\\\\\"key\\\\\\\": \\\\\\\"alt+i\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"command\\\\\\\": \\\\\\\"cursorUp\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus\\\\\\\"\\\\n\\\\t},\\\\n\\\\t{\\\\n\\\\t\\\\t\\\\\\\"key\\\\\\\": \\\\\\\"alt+k\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"command\\\\\\\": \\\\\\\"cursorDown\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus\\\\\\\"\\\\n\\\\t},\\\\n\\\\t{\\\\n\\\\t\\\\t\\\\\\\"key\\\\\\\": \\\\\\\"alt+o\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"command\\\\\\\": \\\\\\\"cursorWordEndRight\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus\\\\\\\"\\\\n\\\\t},\\\\n\\\\t{\\\\n\\\\t\\\\t\\\\\\\"key\\\\\\\": \\\\\\\"alt+u\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"command\\\\\\\": \\\\\\\"cursorWordStartLeft\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus\\\\\\\"\\\\n\\\\t},\\\\n\\\\t{\\\\n\\\\t\\\\t\\\\\\\"key\\\\\\\": \\\\\\\"alt+l\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"command\\\\\\\": \\\\\\\"cursorRight\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus\\\\\\\"\\\\n\\\\t},\\\\n\\\\t{\\\\n\\\\t\\\\t\\\\\\\"key\\\\\\\": \\\\\\\"alt+j\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"command\\\\\\\": \\\\\\\"cursorLeft\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus\\\\\\\"\\\\n\\\\t},\\\\n\\\\t{\\\\n\\\\t\\\\t\\\\\\\"key\\\\\\\": \\\\\\\"ctrl+e\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"command\\\\\\\": \\\\\\\"editor.emmet.action.expandAbbreviation\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"when\\\\\\\": \\\\\\\"config.emmet.triggerExpansionOnTab && editorTextFocus && !editorReadonly && !editorTabMovesFocus\\\\\\\"\\\\n\\\\t},\\\\n\\\\t{\\\\n\\\\t\\\\t\\\\\\\"key\\\\\\\": \\\\\\\"tab\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"command\\\\\\\": \\\\\\\"-editor.emmet.action.expandAbbreviation\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"when\\\\\\\": \\\\\\\"config.emmet.triggerExpansionOnTab && editorTextFocus && !editorReadonly && !editorTabMovesFocus\\\\\\\"\\\\n\\\\t},\\\\n\\\\t{\\\\n\\\\t\\\\t\\\\\\\"key\\\\\\\": \\\\\\\"ctrl+e\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"command\\\\\\\": \\\\\\\"-cursorLineEnd\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus\\\\\\\"\\\\n\\\\t},\\\\n\\\\t{\\\\n\\\\t\\\\t\\\\\\\"key\\\\\\\": \\\\\\\"shift+cmd+c\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"command\\\\\\\": \\\\\\\"-workbench.action.terminal.openNativeConsole\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"when\\\\\\\": \\\\\\\"!terminalFocus\\\\\\\"\\\\n\\\\t}\\\\n]\\\"}\"}","platformSpecific":false}
{"version":2,"content":"{\"settings\":\"// Place your settings in this file to overwrite the default settings\\n{\\n\\t\\\"editor.renderWhitespace\\\": \\\"all\\\",\\n\\t\\\"editor.insertSpaces\\\": false,\\n\\t\\\"editor.fontLigatures\\\": true,\\n\\t\\\"elm.formatOnSave\\\": true,\\n\\t\\\"[elm]\\\": {\\n\\t\\t\\\"editor.formatOnSaveTimeout\\\": 2000\\n\\t},\\n\\t\\\"emmet.includeLanguages\\\": {\\n\\t\\t\\\"erb\\\": \\\"html\\\",\\n\\t\\t\\\"javascript\\\": \\\"javascriptreact\\\",\\n\\t\\t\\\"tera\\\": \\\"html\\\"\\n\\t},\\n\\t\\\"explorer.sortOrder\\\": \\\"mixed\\\",\\n\\t\\\"files.associations\\\": {\\n\\t\\t\\\"*.jsx\\\": \\\"javascript\\\",\\n\\t\\t\\\"*.inky\\\": \\\"erb\\\",\\n\\t\\t\\\"*.html\\\": \\\"html\\\"\\n\\t},\\n\\t\\\"rust.formatOnSave\\\": true,\\n\\t\\\"window.zoomLevel\\\": 0,\\n\\t\\\"search.exclude\\\": {\\n\\t\\t\\\"**/node_modules\\\": true,\\n\\t\\t\\\"**/bower_components\\\": true,\\n\\t\\t\\\"**/elm-stuff\\\": true,\\n\\t\\t\\\"**/jest_0\\\": true,\\n\\t\\t\\\"**/webpack\\\": true\\n\\t},\\n\\t\\\"sync.gist\\\": \\\"054291b15b1e0a2c0a28fc97ac4ba030\\\",\\n\\t\\\"sync.lastUpload\\\": \\\"2018-08-22T09:18:17.737Z\\\",\\n\\t\\\"sync.autoDownload\\\": false,\\n\\t\\\"sync.autoUpload\\\": false,\\n\\t\\\"sync.lastDownload\\\": \\\"2018-08-21T00:24:09.426Z\\\",\\n\\t\\\"sync.version\\\": 243,\\n\\t\\\"sync.showSummary\\\": true,\\n\\t\\\"sync.forceDownload\\\": false,\\n\\t\\\"sync.workspaceSync\\\": false,\\n\\t\\\"sync.anonymousGist\\\": false,\\n\\t\\\"editor.wordWrap\\\": true,\\n\\t\\\"sync.host\\\": \\\"\\\",\\n\\t\\\"sync.pathPrefix\\\": \\\"\\\",\\n\\t\\\"sync.quietSync\\\": false,\\n\\t\\\"sync.askGistName\\\": false,\\n\\t\\\"workbench.colorCustomizations\\\": {\\n\\t\\t\\\"sideBar.foreground\\\": \\\"#a5a5a5\\\",\\n\\t\\t\\\"statusBar.background\\\": \\\"#303030\\\",\\n\\t},\\n\\t\\\"sync.removeExtensions\\\": true,\\n\\t\\\"sync.syncExtensions\\\": true,\\n\\t\\\"javascript.validate.enable\\\": false,\\n\\t\\\"editor.quickSuggestions\\\": {\\n\\t\\t\\\"other\\\": true,\\n\\t\\t\\\"comments\\\": false,\\n\\t\\t\\\"strings\\\": true\\n\\t},\\n\\t\\\"typescript.updateImportsOnFileMove.enabled\\\": \\\"always\\\",\\n\\t\\\"typescript.autoImportSuggestions.enabled\\\": false,\\n\\t\\\"workbench.startupEditor\\\": \\\"newUntitledFile\\\",\\n\\t\\\"javascript.updateImportsOnFileMove.enabled\\\": \\\"never\\\",\\n\\t\\\"workbench.colorTheme\\\": \\\"Plastic\\\",\\n\\t\\\"materialTheme.fixIconsRunning\\\": false,\\n\\t\\\"editor.formatOnSave\\\": true,\\n\\t\\\"javascript.format.enable\\\": false,\\n\\t\\\"github.hosts\\\": [\\n\\t\\t{\\n\\t\\t\\t\\\"host\\\": \\\"https://github.com\\\",\\n\\t\\t\\t\\\"username\\\": \\\"oauth\\\",\\n\\t\\t\\t\\\"token\\\": \\\"system\\\"\\n\\t\\t}\\n\\t],\\n\\t\\\"reason.path.ocamlmerlin\\\": \\\"/Users/Sebastian/.opam/system/bin/ocamlmerlin\\\",\\n\\t\\\"git.autofetch\\\": true,\\n\\t\\\"workbench.iconTheme\\\": \\\"material-icon-theme\\\",\\n\\t\\\"elmLS.elmAnalyseTrigger\\\": \\\"never\\\",\\n\\t\\\"elmLS.trace.server\\\": \\\"verbose\\\",\\n\\t\\\"editor.fontFamily\\\": \\\"JetBrains Mono\\\",\\n\\t\\\"tabnine.experimentalAutoImports\\\": true,\\n\\t\\\"editor.codeLens\\\": false\\n}\"}"}
{"version":2,"content":"{\"settings\":\"// Place your settings in this file to overwrite the default settings\\n{\\n\\t\\\"editor.renderWhitespace\\\": \\\"all\\\",\\n\\t\\\"editor.insertSpaces\\\": false,\\n\\t\\\"editor.fontLigatures\\\": true,\\n\\t\\\"[elm]\\\": {\\n\\t\\t\\\"editor.formatOnSaveTimeout\\\": 3000\\n\\t},\\n\\t\\\"emmet.includeLanguages\\\": {\\n\\t\\t\\\"erb\\\": \\\"html\\\",\\n\\t\\t\\\"javascript\\\": \\\"javascriptreact\\\",\\n\\t\\t\\\"tera\\\": \\\"html\\\"\\n\\t},\\n\\t\\\"explorer.sortOrder\\\": \\\"mixed\\\",\\n\\t\\\"files.associations\\\": {\\n\\t\\t\\\"*.jsx\\\": \\\"javascript\\\",\\n\\t\\t\\\"*.inky\\\": \\\"erb\\\",\\n\\t\\t\\\"*.html\\\": \\\"html\\\"\\n\\t},\\n\\t\\\"rust.formatOnSave\\\": true,\\n\\t\\\"search.exclude\\\": {\\n\\t\\t\\\"**/node_modules\\\": true,\\n\\t\\t\\\"**/bower_components\\\": true,\\n\\t\\t\\\"**/elm-stuff\\\": true,\\n\\t\\t\\\"**/jest_0\\\": true,\\n\\t\\t\\\"**/webpack\\\": true\\n\\t},\\n\\t\\\"sync.gist\\\": \\\"054291b15b1e0a2c0a28fc97ac4ba030\\\",\\n\\t\\\"sync.lastUpload\\\": \\\"2018-08-22T09:18:17.737Z\\\",\\n\\t\\\"sync.autoDownload\\\": false,\\n\\t\\\"sync.autoUpload\\\": false,\\n\\t\\\"sync.lastDownload\\\": \\\"2018-08-21T00:24:09.426Z\\\",\\n\\t\\\"sync.version\\\": 243,\\n\\t\\\"sync.showSummary\\\": true,\\n\\t\\\"sync.forceDownload\\\": false,\\n\\t\\\"sync.workspaceSync\\\": false,\\n\\t\\\"sync.anonymousGist\\\": false,\\n\\t\\\"editor.wordWrap\\\": true,\\n\\t\\\"sync.host\\\": \\\"\\\",\\n\\t\\\"sync.pathPrefix\\\": \\\"\\\",\\n\\t\\\"sync.quietSync\\\": false,\\n\\t\\\"sync.askGistName\\\": false,\\n\\t\\\"workbench.colorCustomizations\\\": {\\n\\t\\t\\\"sideBar.foreground\\\": \\\"#a5a5a5\\\",\\n\\t\\t\\\"statusBar.background\\\": \\\"#303030\\\",\\n\\t},\\n\\t\\\"sync.removeExtensions\\\": true,\\n\\t\\\"sync.syncExtensions\\\": true,\\n\\t\\\"javascript.validate.enable\\\": false,\\n\\t\\\"editor.quickSuggestions\\\": {\\n\\t\\t\\\"other\\\": true,\\n\\t\\t\\\"comments\\\": false,\\n\\t\\t\\\"strings\\\": true\\n\\t},\\n\\t\\\"typescript.updateImportsOnFileMove.enabled\\\": \\\"always\\\",\\n\\t\\\"typescript.autoImportSuggestions.enabled\\\": false,\\n\\t\\\"workbench.startupEditor\\\": \\\"newUntitledFile\\\",\\n\\t\\\"javascript.updateImportsOnFileMove.enabled\\\": \\\"never\\\",\\n\\t\\\"workbench.colorTheme\\\": \\\"Plastic\\\",\\n\\t\\\"materialTheme.fixIconsRunning\\\": false,\\n\\t\\\"javascript.format.enable\\\": false,\\n\\t\\\"github.hosts\\\": [\\n\\t\\t{\\n\\t\\t\\t\\\"host\\\": \\\"https://github.com\\\",\\n\\t\\t\\t\\\"username\\\": \\\"oauth\\\",\\n\\t\\t\\t\\\"token\\\": \\\"system\\\"\\n\\t\\t}\\n\\t],\\n\\t\\\"reason.path.ocamlmerlin\\\": \\\"/Users/Sebastian/.opam/system/bin/ocamlmerlin\\\",\\n\\t\\\"git.autofetch\\\": true,\\n\\t\\\"workbench.iconTheme\\\": \\\"material-icon-theme\\\",\\n\\t\\\"elmLS.elmAnalyseTrigger\\\": \\\"never\\\",\\n\\t\\\"elmLS.trace.server\\\": \\\"verbose\\\",\\n\\t\\\"editor.fontFamily\\\": \\\"JetBrains Mono\\\",\\n\\t\\\"tabnine.experimentalAutoImports\\\": true,\\n\\t\\\"editor.codeLens\\\": false,\\n\\t\\\"[tera]\\\": {\\n\\t\\t\\\"editor.defaultFormatter\\\": \\\"karunamurti.tera\\\"\\n\\t},\\n\\t\\\"elmLS.disableElmLSDiagnostics\\\": true,\\n\\t\\\"terminal.integrated.commandsToSkipShell\\\": [\\n\\t\\t\\\"language-julia.interrupt\\\"\\n\\t],\\n\\t\\\"[gleam]\\\": {\\n\\t\\t\\\"editor.formatOnSave\\\": false\\n\\t},\\n\\t\\\"ruby.format\\\": \\\"standard\\\",\\n\\t\\\"ruby.lint\\\": {\\n\\t\\t\\\"standard\\\": true\\n\\t},\\n\\t\\\"ruby.useLanguageServer\\\": true,\\n\\t\\\"editor.fontSize\\\": 13.5,\\n\\t\\\"workbench.panel.defaultLocation\\\": \\\"right\\\"\\n}\"}"}
{"ref":"50a2bb43-3a58-4191-977f-f5a337cd46f9","content":"{\"version\":2,\"machineId\":\"00200665-55f9-4191-9146-dda03a6b56fc\",\"content\":\"{\\\"settings\\\":\\\"// Place your settings in this file to overwrite the default settings\\\\n{\\\\n\\\\t\\\\\\\"editor.renderWhitespace\\\\\\\": \\\\\\\"all\\\\\\\",\\\\n\\\\t\\\\\\\"editor.insertSpaces\\\\\\\": false,\\\\n\\\\t\\\\\\\"editor.fontSize\\\\\\\": 15,\\\\n\\\\t\\\\\\\"editor.fontLigatures\\\\\\\": true,\\\\n\\\\t\\\\\\\"elm.formatOnSave\\\\\\\": true,\\\\n\\\\t\\\\\\\"[elm]\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"editor.formatOnSaveTimeout\\\\\\\": 2000\\\\n\\\\t},\\\\n\\\\t\\\\\\\"emmet.includeLanguages\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"erb\\\\\\\": \\\\\\\"html\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"javascript\\\\\\\": \\\\\\\"javascriptreact\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"tera\\\\\\\": \\\\\\\"html\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"HTML (Eex)\\\\\\\": \\\\\\\"html\\\\\\\"\\\\n\\\\t},\\\\n\\\\t\\\\\\\"explorer.sortOrder\\\\\\\": \\\\\\\"mixed\\\\\\\",\\\\n\\\\t\\\\\\\"files.associations\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"*.jsx\\\\\\\": \\\\\\\"javascript\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"*.inky\\\\\\\": \\\\\\\"erb\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"*.html\\\\\\\": \\\\\\\"html\\\\\\\"\\\\n\\\\t},\\\\n\\\\t\\\\\\\"rust.formatOnSave\\\\\\\": true,\\\\n\\\\t\\\\\\\"window.zoomLevel\\\\\\\": 0,\\\\n\\\\t\\\\\\\"search.exclude\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"**/node_modules\\\\\\\": true,\\\\n\\\\t\\\\t\\\\\\\"**/bower_components\\\\\\\": true,\\\\n\\\\t\\\\t\\\\\\\"**/elm-stuff\\\\\\\": true,\\\\n\\\\t\\\\t\\\\\\\"**/jest_0\\\\\\\": true,\\\\n\\\\t\\\\t\\\\\\\"**/webpack\\\\\\\": true\\\\n\\\\t},\\\\n\\\\t\\\\\\\"sync.gist\\\\\\\": \\\\\\\"054291b15b1e0a2c0a28fc97ac4ba030\\\\\\\",\\\\n\\\\t\\\\\\\"sync.lastUpload\\\\\\\": \\\\\\\"2018-08-22T09:18:17.737Z\\\\\\\",\\\\n\\\\t\\\\\\\"sync.autoDownload\\\\\\\": false,\\\\n\\\\t\\\\\\\"sync.autoUpload\\\\\\\": false,\\\\n\\\\t\\\\\\\"sync.lastDownload\\\\\\\": \\\\\\\"2018-08-21T00:24:09.426Z\\\\\\\",\\\\n\\\\t\\\\\\\"sync.version\\\\\\\": 243,\\\\n\\\\t\\\\\\\"sync.showSummary\\\\\\\": true,\\\\n\\\\t\\\\\\\"sync.forceDownload\\\\\\\": false,\\\\n\\\\t\\\\\\\"sync.workspaceSync\\\\\\\": false,\\\\n\\\\t\\\\\\\"sync.anonymousGist\\\\\\\": false,\\\\n\\\\t\\\\\\\"editor.wordWrap\\\\\\\": true,\\\\n\\\\t\\\\\\\"sync.host\\\\\\\": \\\\\\\"\\\\\\\",\\\\n\\\\t\\\\\\\"sync.pathPrefix\\\\\\\": \\\\\\\"\\\\\\\",\\\\n\\\\t\\\\\\\"sync.quietSync\\\\\\\": false,\\\\n\\\\t\\\\\\\"sync.askGistName\\\\\\\": false,\\\\n\\\\t\\\\\\\"workbench.colorCustomizations\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"sideBar.foreground\\\\\\\": \\\\\\\"#a5a5a5\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"statusBar.background\\\\\\\": \\\\\\\"#303030\\\\\\\",\\\\n\\\\t},\\\\n\\\\t\\\\\\\"sync.removeExtensions\\\\\\\": true,\\\\n\\\\t\\\\\\\"sync.syncExtensions\\\\\\\": true,\\\\n\\\\t\\\\\\\"javascript.validate.enable\\\\\\\": false,\\\\n\\\\t\\\\\\\"editor.quickSuggestions\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"other\\\\\\\": true,\\\\n\\\\t\\\\t\\\\\\\"comments\\\\\\\": false,\\\\n\\\\t\\\\t\\\\\\\"strings\\\\\\\": true\\\\n\\\\t},\\\\n\\\\t\\\\\\\"typescript.updateImportsOnFileMove.enabled\\\\\\\": \\\\\\\"always\\\\\\\",\\\\n\\\\t\\\\\\\"typescript.autoImportSuggestions.enabled\\\\\\\": false,\\\\n\\\\t\\\\\\\"workbench.startupEditor\\\\\\\": \\\\\\\"newUntitledFile\\\\\\\",\\\\n\\\\t\\\\\\\"javascript.updateImportsOnFileMove.enabled\\\\\\\": \\\\\\\"never\\\\\\\",\\\\n\\\\t\\\\\\\"workbench.colorTheme\\\\\\\": \\\\\\\"Plastic\\\\\\\",\\\\n\\\\t\\\\\\\"materialTheme.fixIconsRunning\\\\\\\": false,\\\\n\\\\t\\\\\\\"editor.formatOnSave\\\\\\\": true,\\\\n\\\\t\\\\\\\"javascript.format.enable\\\\\\\": false,\\\\n\\\\t\\\\\\\"github.hosts\\\\\\\": [\\\\n\\\\t\\\\t{\\\\n\\\\t\\\\t\\\\t\\\\\\\"host\\\\\\\": \\\\\\\"https://github.com\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"username\\\\\\\": \\\\\\\"oauth\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"token\\\\\\\": \\\\\\\"system\\\\\\\"\\\\n\\\\t\\\\t}\\\\n\\\\t],\\\\n\\\\t\\\\\\\"reason.path.ocamlmerlin\\\\\\\": \\\\\\\"/Users/Sebastian/.opam/system/bin/ocamlmerlin\\\\\\\",\\\\n\\\\t\\\\\\\"git.autofetch\\\\\\\": true,\\\\n\\\\t\\\\\\\"workbench.iconTheme\\\\\\\": \\\\\\\"material-icon-theme\\\\\\\",\\\\n\\\\t\\\\\\\"elmLS.elmAnalyseTrigger\\\\\\\": \\\\\\\"never\\\\\\\",\\\\n\\\\t\\\\\\\"elmLS.trace.server\\\\\\\": \\\\\\\"verbose\\\\\\\",\\\\n\\\\t\\\\\\\"editor.fontFamily\\\\\\\": \\\\\\\"JetBrains Mono\\\\\\\",\\\\n\\\\t\\\\\\\"tabnine.experimentalAutoImports\\\\\\\": true,\\\\n\\\\t\\\\\\\"terminal.integrated.commandsToSkipShell\\\\\\\": [\\\\n\\\\t\\\\t\\\\\\\"language-julia.interrupt\\\\\\\"\\\\n\\\\t],\\\\n\\\\t\\\\\\\"elmLS.disableElmLSDiagnostics\\\\\\\": true,\\\\n\\\\t\\\\\\\"workbench.editor.untitled.hint\\\\\\\": \\\\\\\"hidden\\\\\\\",\\\\n\\\\t\\\\\\\"explorer.confirmDragAndDrop\\\\\\\": false\\\\n}\\\"}\"}"}
{"ref":"3301c788-2831-4b6a-81de-bf6339a33ae3","content":"{\"version\":1,\"machineId\":\"651df0ac-0d74-4664-8972-0d8e2ac2ce73\",\"content\":\"{\\\"javascript.json\\\":\\\"{\\\\n/*\\\\n\\\\t// Place your snippets for JavaScript here. Each snippet is defined under a snippet name and has a prefix, body and \\\\n\\\\t// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:\\\\n\\\\t// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the \\\\n\\\\t// same ids are connected.\\\\n\\\\t// Example:\\\\n*/\\\\n\\\\t\\\\\\\"describe\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"prefix\\\\\\\": \\\\\\\"desc\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"body\\\\\\\": \\\\\\\"describe(\\\\\\\\\\\\\\\"${1:something}\\\\\\\\\\\\\\\", function() {\\\\\\\\n\\\\\\\\t$2\\\\\\\\n})\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"description\\\\\\\": \\\\\\\"creates a suite of tests\\\\\\\"\\\\n\\\\t},\\\\n\\\\t\\\\\\\"it\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"prefix\\\\\\\": \\\\\\\"it\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"body\\\\\\\": \\\\\\\"it(\\\\\\\\\\\\\\\"${1:is}\\\\\\\\\\\\\\\", function() {\\\\\\\\n\\\\\\\\t$2\\\\\\\\n})\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"description\\\\\\\": \\\\\\\"creates a test method\\\\\\\"\\\\n\\\\t},\\\\n}\\\"}\"}"}
{"version":"1.8.3","status":"enabled"}
{"version":"2.0.5","status":"notInstalled","welcomeShown":true}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment