Skip to content

Instantly share code, notes, and snippets.

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 SocketByte/ef74826ab4efdd1b50c89c0a0e6e7c9b to your computer and use it in GitHub Desktop.
Save SocketByte/ef74826ab4efdd1b50c89c0a0e6e7c9b to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"contents":{"launch":{"version":"0.2.0","configurations":[{"type":"node","request":"launch","name":"Launch via NPM","runtimeExecutable":"npm","runtimeArgs":["run-script","debug"],"port":9229},{"type":"node","request":"attach","name":"Attach to Remote","address":"localhost","port":9229,"localRoot":"${workspaceFolder}","remoteRoot":"${workspaceFolder}/backend/dist/index.js"},{"type":"node","request":"launch","name":"Launch Program","program":"${workspaceFolder}/backend/src/config/socket.io.ts","outFiles":["${workspaceFolder}/**/*.js"]}]}},"overrides":[],"keys":["launch.version","launch.configurations"]}
{"lastUpload":"2021-05-20T09:27:47.546Z","extensionVersion":"v3.4.3"}
[
{
"metadata": {
"id": "5a6e2b21-1d61-4acd-b31b-907f9c23f18a",
"publisherId": "CoenraadS.bracket-pair-colorizer-2",
"publisherDisplayName": "CoenraadS"
},
"name": "bracket-pair-colorizer-2",
"publisher": "CoenraadS",
"version": "0.2.0"
},
{
"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": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "eamodio.gitlens",
"publisherDisplayName": "eamodio"
},
"name": "gitlens",
"publisher": "eamodio",
"version": "11.4.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": "e58f546c-babc-455f-a265-ba40dbd140d4",
"publisherId": "sdras.night-owl",
"publisherDisplayName": "sdras"
},
"name": "night-owl",
"publisher": "sdras",
"version": "2.0.0"
},
{
"metadata": {
"id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
"publisherId": "esbenp.prettier-vscode",
"publisherDisplayName": "esbenp"
},
"name": "prettier-vscode",
"publisher": "esbenp",
"version": "6.4.0"
},
{
"metadata": {
"id": "2f0eaac2-070b-4dc7-9b23-8dd4c970c11c",
"publisherId": "redhat.vscode-commons",
"publisherDisplayName": "redhat"
},
"name": "vscode-commons",
"publisher": "redhat",
"version": "0.0.6"
},
{
"metadata": {
"id": "1aab81a1-b3d9-4aef-976b-577d5d90fe3f",
"publisherId": "ms-dotnettools.vscode-dotnet-runtime",
"publisherDisplayName": "ms-dotnettools"
},
"name": "vscode-dotnet-runtime",
"publisher": "ms-dotnettools",
"version": "1.1.0"
},
{
"metadata": {
"id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a",
"publisherId": "dbaeumer.vscode-eslint",
"publisherDisplayName": "dbaeumer"
},
"name": "vscode-eslint",
"publisher": "dbaeumer",
"version": "2.1.20"
},
{
"metadata": {
"id": "28fcf0b8-26a5-4e99-9b8d-02e990366c6f",
"publisherId": "tombonnike.vscode-status-bar-format-toggle",
"publisherDisplayName": "tombonnike"
},
"name": "vscode-status-bar-format-toggle",
"publisher": "tombonnike",
"version": "2.0.0"
},
{
"metadata": {
"id": "ec35b5a3-9802-4c68-b5ff-e85f19ec0977",
"publisherId": "stylelint.vscode-stylelint",
"publisherDisplayName": "stylelint"
},
"name": "vscode-stylelint",
"publisher": "stylelint",
"version": "0.86.0"
},
{
"metadata": {
"id": "2061917f-f76a-458a-8da9-f162de22b97e",
"publisherId": "redhat.vscode-yaml",
"publisherDisplayName": "redhat"
},
"name": "vscode-yaml",
"publisher": "redhat",
"version": "0.19.1"
}
]
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v3.0/osx-x64",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v3.0": {},
".NETCoreApp,Version=v3.0/osx-x64": {
"Microsoft.NETCore.App/3.0.0-rc2-19467-06": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.0.0"
}
},
"Microsoft.NETCore.App.Internal/3.0.0-rc2-19467-06": {
"dependencies": {
"Microsoft.NETCore.DotNetHostPolicy": "3.0.0",
"Microsoft.NETCore.Platforms": "3.0.0",
"Microsoft.NETCore.Targets": "3.0.0",
"NETStandard.Library": "2.1.0",
"runtime.osx-x64.Microsoft.NETCore.App": "3.0.0-rc2-19467-06"
}
},
"Microsoft.NETCore.DotNetHostPolicy/3.0.0": {
"dependencies": {
"runtime.osx-x64.Microsoft.NETCore.DotNetHostPolicy": "3.0.0"
}
},
"Microsoft.NETCore.Platforms/3.0.0": {},
"Microsoft.NETCore.Targets/3.0.0": {},
"NETStandard.Library/2.1.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.0.0"
}
},
"runtime.osx-x64.Microsoft.NETCore.App/3.0.0-rc2-19467-06": {
"runtime": {
"runtimes/osx-x64/lib/netcoreapp3.0/Microsoft.CSharp.dll": {
"assemblyVersion": "4.0.4.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/Microsoft.VisualBasic.Core.dll": {
"assemblyVersion": "10.0.4.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/Microsoft.VisualBasic.dll": {
"assemblyVersion": "10.0.0.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/Microsoft.Win32.Primitives.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/Microsoft.Win32.Registry.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.AppContext.dll": {
"assemblyVersion": "4.2.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Buffers.dll": {
"assemblyVersion": "4.0.4.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Collections.Concurrent.dll": {
"assemblyVersion": "4.0.14.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Collections.Immutable.dll": {
"assemblyVersion": "1.2.4.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Collections.NonGeneric.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Collections.Specialized.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Collections.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.ComponentModel.Annotations.dll": {
"assemblyVersion": "4.3.0.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.ComponentModel.DataAnnotations.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.ComponentModel.EventBasedAsync.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.ComponentModel.Primitives.dll": {
"assemblyVersion": "4.2.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.ComponentModel.TypeConverter.dll": {
"assemblyVersion": "4.2.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.ComponentModel.dll": {
"assemblyVersion": "4.0.3.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Configuration.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Console.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Core.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Data.Common.dll": {
"assemblyVersion": "4.2.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Data.DataSetExtensions.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Data.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Diagnostics.Contracts.dll": {
"assemblyVersion": "4.0.3.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Diagnostics.Debug.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Diagnostics.DiagnosticSource.dll": {
"assemblyVersion": "4.0.4.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Diagnostics.FileVersionInfo.dll": {
"assemblyVersion": "4.0.3.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Diagnostics.Process.dll": {
"assemblyVersion": "4.2.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Diagnostics.StackTrace.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Diagnostics.TextWriterTraceListener.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Diagnostics.Tools.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Diagnostics.TraceSource.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Diagnostics.Tracing.dll": {
"assemblyVersion": "4.2.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Drawing.Primitives.dll": {
"assemblyVersion": "4.2.0.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Drawing.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Dynamic.Runtime.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Globalization.Calendars.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Globalization.Extensions.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Globalization.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.IO.Compression.Brotli.dll": {
"assemblyVersion": "4.2.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.IO.Compression.FileSystem.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.IO.Compression.ZipFile.dll": {
"assemblyVersion": "4.0.4.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.IO.Compression.dll": {
"assemblyVersion": "4.2.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.IO.FileSystem.AccessControl.dll": {
"assemblyVersion": "4.0.4.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.IO.FileSystem.DriveInfo.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.IO.FileSystem.Primitives.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.IO.FileSystem.Watcher.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.IO.FileSystem.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.IO.IsolatedStorage.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.IO.MemoryMappedFiles.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.IO.Pipes.AccessControl.dll": {
"assemblyVersion": "4.0.4.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.IO.Pipes.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.IO.UnmanagedMemoryStream.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.IO.dll": {
"assemblyVersion": "4.2.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Linq.Expressions.dll": {
"assemblyVersion": "4.2.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Linq.Parallel.dll": {
"assemblyVersion": "4.0.3.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Linq.Queryable.dll": {
"assemblyVersion": "4.0.3.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Linq.dll": {
"assemblyVersion": "4.2.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Memory.dll": {
"assemblyVersion": "4.2.0.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Net.Http.dll": {
"assemblyVersion": "4.2.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Net.HttpListener.dll": {
"assemblyVersion": "4.0.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Net.Mail.dll": {
"assemblyVersion": "4.0.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Net.NameResolution.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Net.NetworkInformation.dll": {
"assemblyVersion": "4.2.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Net.Ping.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Net.Primitives.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Net.Requests.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Net.Security.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Net.ServicePoint.dll": {
"assemblyVersion": "4.0.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Net.Sockets.dll": {
"assemblyVersion": "4.2.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Net.WebClient.dll": {
"assemblyVersion": "4.0.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Net.WebHeaderCollection.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Net.WebProxy.dll": {
"assemblyVersion": "4.0.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Net.WebSockets.Client.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Net.WebSockets.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Net.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Numerics.Vectors.dll": {
"assemblyVersion": "4.1.5.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Numerics.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.ObjectModel.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Private.DataContractSerialization.dll": {
"assemblyVersion": "4.1.4.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Private.Uri.dll": {
"assemblyVersion": "4.0.5.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Private.Xml.Linq.dll": {
"assemblyVersion": "4.0.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Private.Xml.dll": {
"assemblyVersion": "4.0.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Reflection.DispatchProxy.dll": {
"assemblyVersion": "4.0.5.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Reflection.Emit.ILGeneration.dll": {
"assemblyVersion": "4.1.0.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Reflection.Emit.Lightweight.dll": {
"assemblyVersion": "4.1.0.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Reflection.Emit.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Reflection.Extensions.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Reflection.Metadata.dll": {
"assemblyVersion": "1.4.4.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Reflection.Primitives.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Reflection.TypeExtensions.dll": {
"assemblyVersion": "4.1.4.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Reflection.dll": {
"assemblyVersion": "4.2.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Resources.Reader.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Resources.ResourceManager.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Resources.Writer.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Runtime.CompilerServices.Unsafe.dll": {
"assemblyVersion": "4.0.5.0",
"fileVersion": "4.0.0.0"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Runtime.CompilerServices.VisualC.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Runtime.Extensions.dll": {
"assemblyVersion": "4.2.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Runtime.Handles.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Runtime.InteropServices.RuntimeInformation.dll": {
"assemblyVersion": "4.0.3.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Runtime.InteropServices.WindowsRuntime.dll": {
"assemblyVersion": "4.0.3.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Runtime.InteropServices.dll": {
"assemblyVersion": "4.2.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Runtime.Intrinsics.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Runtime.Loader.dll": {
"assemblyVersion": "4.1.0.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Runtime.Numerics.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Runtime.Serialization.Formatters.dll": {
"assemblyVersion": "4.0.3.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Runtime.Serialization.Json.dll": {
"assemblyVersion": "4.0.4.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Runtime.Serialization.Primitives.dll": {
"assemblyVersion": "4.2.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Runtime.Serialization.Xml.dll": {
"assemblyVersion": "4.1.4.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Runtime.Serialization.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Runtime.WindowsRuntime.UI.Xaml.dll": {
"assemblyVersion": "4.0.4.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Runtime.WindowsRuntime.dll": {
"assemblyVersion": "4.0.14.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Runtime.dll": {
"assemblyVersion": "4.2.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Security.AccessControl.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Security.Claims.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Security.Cryptography.Algorithms.dll": {
"assemblyVersion": "4.3.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Security.Cryptography.Cng.dll": {
"assemblyVersion": "4.3.2.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Security.Cryptography.Csp.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Security.Cryptography.Encoding.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Security.Cryptography.OpenSsl.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Security.Cryptography.Primitives.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Security.Cryptography.X509Certificates.dll": {
"assemblyVersion": "4.2.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Security.Principal.Windows.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Security.Principal.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Security.SecureString.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Security.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.ServiceModel.Web.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.ServiceProcess.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Text.Encoding.CodePages.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Text.Encoding.Extensions.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Text.Encoding.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Text.Encodings.Web.dll": {
"assemblyVersion": "4.0.4.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Text.Json.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Text.RegularExpressions.dll": {
"assemblyVersion": "4.2.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Threading.Channels.dll": {
"assemblyVersion": "4.0.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Threading.Overlapped.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Threading.Tasks.Dataflow.dll": {
"assemblyVersion": "4.6.4.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Threading.Tasks.Extensions.dll": {
"assemblyVersion": "4.3.0.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Threading.Tasks.Parallel.dll": {
"assemblyVersion": "4.0.3.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Threading.Tasks.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Threading.Thread.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Threading.ThreadPool.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Threading.Timer.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Threading.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Transactions.Local.dll": {
"assemblyVersion": "4.0.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Transactions.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.ValueTuple.dll": {
"assemblyVersion": "4.0.4.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Web.HttpUtility.dll": {
"assemblyVersion": "4.0.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Web.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Windows.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Xml.Linq.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Xml.ReaderWriter.dll": {
"assemblyVersion": "4.2.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Xml.Serialization.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Xml.XDocument.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Xml.XPath.XDocument.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Xml.XPath.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Xml.XmlDocument.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Xml.XmlSerializer.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.Xml.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/System.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/WindowsBase.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/mscorlib.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.46214"
},
"runtimes/osx-x64/lib/netcoreapp3.0/netstandard.dll": {
"assemblyVersion": "2.1.0.0",
"fileVersion": "4.700.19.46214"
}
},
"native": {
"runtimes/osx-x64/native/SOS_README.md": {
"fileVersion": "0.0.0.0"
},
"runtimes/osx-x64/native/System.Globalization.Native.dylib": {
"fileVersion": "0.0.0.0"
},
"runtimes/osx-x64/native/System.IO.Compression.Native.a": {
"fileVersion": "0.0.0.0"
},
"runtimes/osx-x64/native/System.IO.Compression.Native.dylib": {
"fileVersion": "0.0.0.0"
},
"runtimes/osx-x64/native/System.Native.a": {
"fileVersion": "0.0.0.0"
},
"runtimes/osx-x64/native/System.Native.dylib": {
"fileVersion": "0.0.0.0"
},
"runtimes/osx-x64/native/System.Net.Http.Native.a": {
"fileVersion": "0.0.0.0"
},
"runtimes/osx-x64/native/System.Net.Http.Native.dylib": {
"fileVersion": "0.0.0.0"
},
"runtimes/osx-x64/native/System.Net.Security.Native.a": {
"fileVersion": "0.0.0.0"
},
"runtimes/osx-x64/native/System.Net.Security.Native.dylib": {
"fileVersion": "0.0.0.0"
},
"runtimes/osx-x64/native/System.Private.CoreLib.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.46205"
},
"runtimes/osx-x64/native/System.Security.Cryptography.Native.Apple.a": {
"fileVersion": "0.0.0.0"
},
"runtimes/osx-x64/native/System.Security.Cryptography.Native.Apple.dylib": {
"fileVersion": "0.0.0.0"
},
"runtimes/osx-x64/native/System.Security.Cryptography.Native.OpenSsl.a": {
"fileVersion": "0.0.0.0"
},
"runtimes/osx-x64/native/System.Security.Cryptography.Native.OpenSsl.dylib": {
"fileVersion": "0.0.0.0"
},
"runtimes/osx-x64/native/libclrjit.dylib": {
"fileVersion": "0.0.0.0"
},
"runtimes/osx-x64/native/libcoreclr.dylib": {
"fileVersion": "0.0.0.0"
},
"runtimes/osx-x64/native/libdbgshim.dylib": {
"fileVersion": "0.0.0.0"
},
"runtimes/osx-x64/native/libmscordaccore.dylib": {
"fileVersion": "0.0.0.0"
},
"runtimes/osx-x64/native/libmscordbi.dylib": {
"fileVersion": "0.0.0.0"
}
}
},
"runtime.osx-x64.Microsoft.NETCore.DotNetHostPolicy/3.0.0": {
"native": {
"runtimes/osx-x64/native/libhostpolicy.dylib": {
"fileVersion": "0.0.0.0"
}
}
}
}
},
"libraries": {
"Microsoft.NETCore.App/3.0.0-rc2-19467-06": {
"type": "package",
"serviceable": true,
"sha512": "sha512-VSf+vkQAiKXGDcRy2r/VHHUktjfLiOA3uouxbztOX8i1q/3QfKw8dUN5G8zD4B/30je2XwygFCtX5CTmBLoUtA==",
"path": "microsoft.netcore.app/3.0.0-rc2-19467-06",
"hashPath": "microsoft.netcore.app.3.0.0-rc2-19467-06.nupkg.sha512"
},
"Microsoft.NETCore.App.Internal/3.0.0-rc2-19467-06": {
"type": "package",
"serviceable": true,
"sha512": "sha512-h9yz2fvjkq/4KndH2EYEAMgAr7VK+5UDD8ePxITiZ15zMqYxdZMjVnU0/P//oi18fhqv0hawRNoY1DNadi3/FQ==",
"path": "microsoft.netcore.app.internal/3.0.0-rc2-19467-06",
"hashPath": "microsoft.netcore.app.internal.3.0.0-rc2-19467-06.nupkg.sha512"
},
"Microsoft.NETCore.DotNetHostPolicy/3.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-SEImSINfJyqzKil9Iza3SqUbjb3tpbkjvXd5cBuKzEGudllIATiH1oFrG/D4nND6Voew+RC/kWR5NV8T5WSmMw=="
},
"Microsoft.NETCore.Platforms/3.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-TsETIgVJb/AKoYfSP+iCxkuly5d3inZjTdx/ItZLk2CxY85v8083OBS3uai84kK3/baLnS5/b5XGs6zR7SuuHQ==",
"path": "microsoft.netcore.platforms/3.0.0",
"hashPath": "microsoft.netcore.platforms.3.0.0.nupkg.sha512"
},
"Microsoft.NETCore.Targets/3.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-WOwoFoWQ+/njjM0pKbnkKTBo8q3NphEOtu1zMXbqRoWsI07JSXWSycgN3cdM+NlhkXxH4TNEFtI5Pjm94N6DLw==",
"path": "microsoft.netcore.targets/3.0.0",
"hashPath": "microsoft.netcore.targets.3.0.0.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.osx-x64.Microsoft.NETCore.App/3.0.0-rc2-19467-06": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ogOlvI9xzLA2ecW2AocMYubVo1M9+iqkb//Cf3BfDAqQt3cYMgQDTohAzWF356FzBroGUW+ijHSEsBup81tmVA==",
"path": "runtime.osx-x64.microsoft.netcore.app/3.0.0-rc2-19467-06",
"hashPath": "runtime.osx-x64.microsoft.netcore.app.3.0.0-rc2-19467-06.nupkg.sha512"
},
"runtime.osx-x64.Microsoft.NETCore.DotNetHostPolicy/3.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-kseTfiDa+5PHKeRfAUGqAPu+jYSadyQr/Jvi0EGQj5EBzLx6YKOo+hVWfErj/bOR2tsOvA37PGO/eDLcM3dtDg=="
}
},
"runtimes": {
"osx-x64": [
"osx",
"unix-x64",
"unix",
"any",
"base"
],
"osx": [
"unix",
"any",
"base"
],
"osx.10.10": [
"osx",
"unix",
"any",
"base"
],
"osx.10.10-x64": [
"osx.10.10",
"osx-x64",
"osx",
"unix-x64",
"unix",
"any",
"base"
],
"osx.10.11": [
"osx.10.10",
"osx",
"unix",
"any",
"base"
],
"osx.10.11-x64": [
"osx.10.11",
"osx.10.10-x64",
"osx.10.10",
"osx-x64",
"osx",
"unix-x64",
"unix",
"any",
"base"
],
"osx.10.12": [
"osx.10.11",
"osx.10.10",
"osx",
"unix",
"any",
"base"
],
"osx.10.12-x64": [
"osx.10.12",
"osx.10.11-x64",
"osx.10.11",
"osx.10.10-x64",
"osx.10.10",
"osx-x64",
"osx",
"unix-x64",
"unix",
"any",
"base"
],
"osx.10.13": [
"osx.10.12",
"osx.10.11",
"osx.10.10",
"osx",
"unix",
"any",
"base"
],
"osx.10.13-x64": [
"osx.10.13",
"osx.10.12-x64",
"osx.10.12",
"osx.10.11-x64",
"osx.10.11",
"osx.10.10-x64",
"osx.10.10",
"osx-x64",
"osx",
"unix-x64",
"unix",
"any",
"base"
],
"osx.10.14": [
"osx.10.13",
"osx.10.12",
"osx.10.11",
"osx.10.10",
"osx",
"unix",
"any",
"base"
],
"osx.10.14-x64": [
"osx.10.14",
"osx.10.13-x64",
"osx.10.13",
"osx.10.12-x64",
"osx.10.12",
"osx.10.11-x64",
"osx.10.11",
"osx.10.10-x64",
"osx.10.10",
"osx-x64",
"osx",
"unix-x64",
"unix",
"any",
"base"
],
"osx.10.15": [
"osx.10.14",
"osx.10.13",
"osx.10.12",
"osx.10.11",
"osx.10.10",
"osx",
"unix",
"any",
"base"
],
"osx.10.15-x64": [
"osx.10.15",
"osx.10.14-x64",
"osx.10.14",
"osx.10.13-x64",
"osx.10.13",
"osx.10.12-x64",
"osx.10.12",
"osx.10.11-x64",
"osx.10.11",
"osx.10.10-x64",
"osx.10.10",
"osx-x64",
"osx",
"unix-x64",
"unix",
"any",
"base"
]
}
}
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v3.1/osx-x64",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v3.1": {},
".NETCoreApp,Version=v3.1/osx-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.osx-x64.Microsoft.NETCore.App": "3.1.1-servicing.19608.4"
}
},
"Microsoft.NETCore.DotNetHostPolicy/3.1.1": {
"dependencies": {
"runtime.osx-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.osx-x64.Microsoft.NETCore.App/3.1.1-servicing.19608.4": {
"runtime": {
"runtimes/osx-x64/lib/netcoreapp3.1/Microsoft.CSharp.dll": {
"assemblyVersion": "4.0.5.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/Microsoft.VisualBasic.Core.dll": {
"assemblyVersion": "10.0.5.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/Microsoft.VisualBasic.dll": {
"assemblyVersion": "10.0.0.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/Microsoft.Win32.Primitives.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/Microsoft.Win32.Registry.dll": {
"assemblyVersion": "4.1.3.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.AppContext.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Buffers.dll": {
"assemblyVersion": "4.0.5.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Collections.Concurrent.dll": {
"assemblyVersion": "4.0.15.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Collections.Immutable.dll": {
"assemblyVersion": "1.2.5.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Collections.NonGeneric.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Collections.Specialized.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Collections.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.ComponentModel.Annotations.dll": {
"assemblyVersion": "4.3.1.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.ComponentModel.DataAnnotations.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.ComponentModel.EventBasedAsync.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.ComponentModel.Primitives.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.ComponentModel.TypeConverter.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.ComponentModel.dll": {
"assemblyVersion": "4.0.4.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Configuration.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Console.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Core.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Data.Common.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Data.DataSetExtensions.dll": {
"assemblyVersion": "4.0.1.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Data.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Diagnostics.Contracts.dll": {
"assemblyVersion": "4.0.4.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Diagnostics.Debug.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Diagnostics.DiagnosticSource.dll": {
"assemblyVersion": "4.0.5.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Diagnostics.FileVersionInfo.dll": {
"assemblyVersion": "4.0.4.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Diagnostics.Process.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Diagnostics.StackTrace.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Diagnostics.TextWriterTraceListener.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Diagnostics.Tools.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Diagnostics.TraceSource.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Diagnostics.Tracing.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Drawing.Primitives.dll": {
"assemblyVersion": "4.2.1.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Drawing.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Dynamic.Runtime.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Globalization.Calendars.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Globalization.Extensions.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Globalization.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.IO.Compression.Brotli.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.IO.Compression.FileSystem.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.IO.Compression.ZipFile.dll": {
"assemblyVersion": "4.0.5.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.IO.Compression.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.IO.FileSystem.AccessControl.dll": {
"assemblyVersion": "4.0.5.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.IO.FileSystem.DriveInfo.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.IO.FileSystem.Primitives.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.IO.FileSystem.Watcher.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.IO.FileSystem.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.IO.IsolatedStorage.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.IO.MemoryMappedFiles.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.IO.Pipes.AccessControl.dll": {
"assemblyVersion": "4.0.5.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.IO.Pipes.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.IO.UnmanagedMemoryStream.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.IO.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Linq.Expressions.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Linq.Parallel.dll": {
"assemblyVersion": "4.0.4.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Linq.Queryable.dll": {
"assemblyVersion": "4.0.4.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Linq.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Memory.dll": {
"assemblyVersion": "4.2.1.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Net.Http.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Net.HttpListener.dll": {
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Net.Mail.dll": {
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Net.NameResolution.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Net.NetworkInformation.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Net.Ping.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Net.Primitives.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Net.Requests.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Net.Security.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Net.ServicePoint.dll": {
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Net.Sockets.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Net.WebClient.dll": {
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Net.WebHeaderCollection.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Net.WebProxy.dll": {
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Net.WebSockets.Client.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Net.WebSockets.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Net.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Numerics.Vectors.dll": {
"assemblyVersion": "4.1.6.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Numerics.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.ObjectModel.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Private.DataContractSerialization.dll": {
"assemblyVersion": "4.1.5.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Private.Uri.dll": {
"assemblyVersion": "4.0.6.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Private.Xml.Linq.dll": {
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Private.Xml.dll": {
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Reflection.DispatchProxy.dll": {
"assemblyVersion": "4.0.6.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Reflection.Emit.ILGeneration.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Reflection.Emit.Lightweight.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Reflection.Emit.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Reflection.Extensions.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Reflection.Metadata.dll": {
"assemblyVersion": "1.4.5.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Reflection.Primitives.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Reflection.TypeExtensions.dll": {
"assemblyVersion": "4.1.5.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Reflection.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Resources.Reader.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Resources.ResourceManager.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Resources.Writer.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll": {
"assemblyVersion": "4.0.6.0",
"fileVersion": "4.0.0.0"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Runtime.CompilerServices.VisualC.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Runtime.Extensions.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Runtime.Handles.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Runtime.InteropServices.RuntimeInformation.dll": {
"assemblyVersion": "4.0.4.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Runtime.InteropServices.WindowsRuntime.dll": {
"assemblyVersion": "4.0.4.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Runtime.InteropServices.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Runtime.Intrinsics.dll": {
"assemblyVersion": "4.0.1.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Runtime.Loader.dll": {
"assemblyVersion": "4.1.1.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Runtime.Numerics.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Runtime.Serialization.Formatters.dll": {
"assemblyVersion": "4.0.4.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Runtime.Serialization.Json.dll": {
"assemblyVersion": "4.0.5.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Runtime.Serialization.Primitives.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Runtime.Serialization.Xml.dll": {
"assemblyVersion": "4.1.5.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Runtime.Serialization.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Runtime.WindowsRuntime.UI.Xaml.dll": {
"assemblyVersion": "4.0.5.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Runtime.WindowsRuntime.dll": {
"assemblyVersion": "4.0.15.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Runtime.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Security.AccessControl.dll": {
"assemblyVersion": "4.1.3.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Security.Claims.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Security.Cryptography.Algorithms.dll": {
"assemblyVersion": "4.3.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Security.Cryptography.Cng.dll": {
"assemblyVersion": "4.3.3.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Security.Cryptography.Csp.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Security.Cryptography.Encoding.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Security.Cryptography.OpenSsl.dll": {
"assemblyVersion": "4.1.3.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Security.Cryptography.Primitives.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Security.Cryptography.X509Certificates.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Security.Principal.Windows.dll": {
"assemblyVersion": "4.1.3.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Security.Principal.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Security.SecureString.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Security.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.ServiceModel.Web.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.ServiceProcess.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Text.Encoding.CodePages.dll": {
"assemblyVersion": "4.1.3.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Text.Encoding.Extensions.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Text.Encoding.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Text.Encodings.Web.dll": {
"assemblyVersion": "4.0.5.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Text.Json.dll": {
"assemblyVersion": "4.0.1.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Text.RegularExpressions.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Threading.Channels.dll": {
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Threading.Overlapped.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Threading.Tasks.Dataflow.dll": {
"assemblyVersion": "4.6.5.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Threading.Tasks.Extensions.dll": {
"assemblyVersion": "4.3.1.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Threading.Tasks.Parallel.dll": {
"assemblyVersion": "4.0.4.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Threading.Tasks.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Threading.Thread.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Threading.ThreadPool.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Threading.Timer.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Threading.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Transactions.Local.dll": {
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Transactions.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.ValueTuple.dll": {
"assemblyVersion": "4.0.5.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Web.HttpUtility.dll": {
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Web.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Windows.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Xml.Linq.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Xml.ReaderWriter.dll": {
"assemblyVersion": "4.2.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Xml.Serialization.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Xml.XDocument.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Xml.XPath.XDocument.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Xml.XPath.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Xml.XmlDocument.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Xml.XmlSerializer.dll": {
"assemblyVersion": "4.1.2.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.Xml.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/System.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/WindowsBase.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/mscorlib.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.60801"
},
"runtimes/osx-x64/lib/netcoreapp3.1/netstandard.dll": {
"assemblyVersion": "2.1.0.0",
"fileVersion": "4.700.19.60801"
}
},
"native": {
"runtimes/osx-x64/native/SOS_README.md": {
"fileVersion": "0.0.0.0"
},
"runtimes/osx-x64/native/System.Globalization.Native.dylib": {
"fileVersion": "0.0.0.0"
},
"runtimes/osx-x64/native/System.IO.Compression.Native.a": {
"fileVersion": "0.0.0.0"
},
"runtimes/osx-x64/native/System.IO.Compression.Native.dylib": {
"fileVersion": "0.0.0.0"
},
"runtimes/osx-x64/native/System.Native.a": {
"fileVersion": "0.0.0.0"
},
"runtimes/osx-x64/native/System.Native.dylib": {
"fileVersion": "0.0.0.0"
},
"runtimes/osx-x64/native/System.Net.Http.Native.a": {
"fileVersion": "0.0.0.0"
},
"runtimes/osx-x64/native/System.Net.Http.Native.dylib": {
"fileVersion": "0.0.0.0"
},
"runtimes/osx-x64/native/System.Net.Security.Native.a": {
"fileVersion": "0.0.0.0"
},
"runtimes/osx-x64/native/System.Net.Security.Native.dylib": {
"fileVersion": "0.0.0.0"
},
"runtimes/osx-x64/native/System.Private.CoreLib.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.700.19.60701"
},
"runtimes/osx-x64/native/System.Security.Cryptography.Native.Apple.a": {
"fileVersion": "0.0.0.0"
},
"runtimes/osx-x64/native/System.Security.Cryptography.Native.Apple.dylib": {
"fileVersion": "0.0.0.0"
},
"runtimes/osx-x64/native/System.Security.Cryptography.Native.OpenSsl.a": {
"fileVersion": "0.0.0.0"
},
"runtimes/osx-x64/native/System.Security.Cryptography.Native.OpenSsl.dylib": {
"fileVersion": "0.0.0.0"
},
"runtimes/osx-x64/native/libclrjit.dylib": {
"fileVersion": "0.0.0.0"
},
"runtimes/osx-x64/native/libcoreclr.dylib": {
"fileVersion": "0.0.0.0"
},
"runtimes/osx-x64/native/libdbgshim.dylib": {
"fileVersion": "0.0.0.0"
},
"runtimes/osx-x64/native/libmscordaccore.dylib": {
"fileVersion": "0.0.0.0"
},
"runtimes/osx-x64/native/libmscordbi.dylib": {
"fileVersion": "0.0.0.0"
}
}
},
"runtime.osx-x64.Microsoft.NETCore.DotNetHostPolicy/3.1.1": {
"native": {
"runtimes/osx-x64/native/libhostpolicy.dylib": {
"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-U/haWBzFR6+KSdVKBjJm1bPPne/dR572GHR4B+fwXXo5iMC22T3rVXKmsF7o6mFJokaXZthzlI17GoD8Nr0ayA==",
"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-jqYBVH9UzM6EHydJdXi1KNmnT8z2hoCSVA96hBXDx4NXXm0kTa2hN6kAyraBT0GOwZdA34hDtQX82+c5sDB8IQ==",
"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-Mk7BZx2fYyEJUsSrAlSkhMOCVyZC6E28GLMFRphdQHT9/sGZywRy8FXnK5V0xDCLsAwQk7dfZqx9yFsDA5zbEw=="
},
"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.osx-x64.Microsoft.NETCore.App/3.1.1-servicing.19608.4": {
"type": "package",
"serviceable": true,
"sha512": "sha512-QWOw3lKZgC+0o/DZS+McxkqL6HJGJGOb3Q5QAhp4X4wU2w5oXCzlqqi+BHWMdQ4eQgIQRhdQGc7kA1cAyOJHnA==",
"path": "runtime.osx-x64.microsoft.netcore.app/3.1.1-servicing.19608.4",
"hashPath": "runtime.osx-x64.microsoft.netcore.app.3.1.1-servicing.19608.4.nupkg.sha512"
},
"runtime.osx-x64.Microsoft.NETCore.DotNetHostPolicy/3.1.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-QrwzPwa3KtGW+5IM/T1XhkLqq//vuVyR5BP62Dv9aG0fJGcx2Y/mDVQz981e2lRRrL8lsbhg3k+Lyu+LVMKF7g=="
},
"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": {
"osx-x64": [
"osx",
"unix-x64",
"unix",
"any",
"base"
],
"osx": [
"unix",
"any",
"base"
],
"osx.10.10": [
"osx",
"unix",
"any",
"base"
],
"osx.10.10-x64": [
"osx.10.10",
"osx-x64",
"osx",
"unix-x64",
"unix",
"any",
"base"
],
"osx.10.11": [
"osx.10.10",
"osx",
"unix",
"any",
"base"
],
"osx.10.11-x64": [
"osx.10.11",
"osx.10.10-x64",
"osx.10.10",
"osx-x64",
"osx",
"unix-x64",
"unix",
"any",
"base"
],
"osx.10.12": [
"osx.10.11",
"osx.10.10",
"osx",
"unix",
"any",
"base"
],
"osx.10.12-x64": [
"osx.10.12",
"osx.10.11-x64",
"osx.10.11",
"osx.10.10-x64",
"osx.10.10",
"osx-x64",
"osx",
"unix-x64",
"unix",
"any",
"base"
],
"osx.10.13": [
"osx.10.12",
"osx.10.11",
"osx.10.10",
"osx",
"unix",
"any",
"base"
],
"osx.10.13-x64": [
"osx.10.13",
"osx.10.12-x64",
"osx.10.12",
"osx.10.11-x64",
"osx.10.11",
"osx.10.10-x64",
"osx.10.10",
"osx-x64",
"osx",
"unix-x64",
"unix",
"any",
"base"
],
"osx.10.14": [
"osx.10.13",
"osx.10.12",
"osx.10.11",
"osx.10.10",
"osx",
"unix",
"any",
"base"
],
"osx.10.14-x64": [
"osx.10.14",
"osx.10.13-x64",
"osx.10.13",
"osx.10.12-x64",
"osx.10.12",
"osx.10.11-x64",
"osx.10.11",
"osx.10.10-x64",
"osx.10.10",
"osx-x64",
"osx",
"unix-x64",
"unix",
"any",
"base"
],
"osx.10.15": [
"osx.10.14",
"osx.10.13",
"osx.10.12",
"osx.10.11",
"osx.10.10",
"osx",
"unix",
"any",
"base"
],
"osx.10.15-x64": [
"osx.10.15",
"osx.10.14-x64",
"osx.10.14",
"osx.10.13-x64",
"osx.10.13",
"osx.10.12-x64",
"osx.10.12",
"osx.10.11-x64",
"osx.10.11",
"osx.10.10-x64",
"osx.10.10",
"osx-x64",
"osx",
"unix-x64",
"unix",
"any",
"base"
]
}
}
// Place your key bindings in this file to override the defaults
[
{
"command": "vscode-neovim.compositeEscape1",
"key": "j",
"when": "neovim.mode == insert",
"args": "j"
},
{
"command": "vscode-neovim.compositeEscape2",
"key": "k",
"when": "neovim.mode == insert",
"args": "k"
},
{
"key": "ctrl+shift+cmd+e",
"command": "postgreSQL.executeQuery"
},
{
"key": "alt+r",
"command": "vsinder.reloadSidebar"
},
{
"key": "alt+r",
"command": "vstodo.refresh"
},
{
"key": "alt+r",
"command": "clubhouse.reloadSidebar"
},
{
"key": "alt+r",
"command": "toum.reloadSidebar"
},
{
"key": "cmd+s cmd+l",
"command": "workbench.action.files.save"
},
{
"key": "cmd+s",
"command": "-workbench.action.files.save"
},
{
"key": "cmd+s",
"command": "workbench.action.files.saveFiles"
}
]
{
"editor.fontSize": 15,
"terminal.integrated.fontSize": 13,
"terminal.external.osxExec": "iTerm.app",
"terminal.integrated.shell.osx": "/bin/zsh",
"terminal.integrated.fontFamily": "MesloLGS NF",
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"vue"
],
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/node_modules": true,
"**/deps": true
},
"[javascript]": {
"editor.tabSize": 2,
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.tabSize": 2,
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.tabSize": 2,
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.tabSize": 2,
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[graphql]": {
"editor.tabSize": 2
},
"editor.minimap.enabled": true,
"explorer.confirmDragAndDrop": false,
"workbench.editor.labelFormat": "short",
"emmet.excludeLanguages": ["typescript", "typescriptreact", "javascript"],
"breadcrumbs.enabled": false,
"files.trimTrailingWhitespace": true,
"workbench.startupEditor": "welcomePage",
"typescript.surveys.enabled": false,
"typescript.preferences.importModuleSpecifier": "relative",
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.gotoLocation.multipleImplementations": "goto",
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.gotoLocation.multipleDefinitions": "goto",
"editor.gotoLocation.multipleReferences": "goto",
"editor.gotoLocation.multipleTypeDefinitions": "goto",
"workbench.editor.showTabs": true,
"diffEditor.ignoreTrimWhitespace": false,
"editor.suggestSelection": "first",
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[css]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.tabSize": 2,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"formattingToggle.affects": ["formatOnSave", "formatOnPaste"],
"eslint.migration.2_x": "off",
"window.zoomLevel": 0,
"editor.smoothScrolling": true,
"editor.cursorSmoothCaretAnimation": false,
"editor.cursorBlinking": "smooth",
"editor.mouseWheelZoom": true,
"files.trimFinalNewlines": true,
"files.insertFinalNewline": true,
"workbench.list.smoothScrolling": true,
"workbench.editor.highlightModifiedTabs": true
}
{
// Place your snippets for elixir 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:
// "Print to console": {
// "prefix": "log",
// "body": [
// "console.log('$1');",
// "$2"
// ],
// "description": "Log output to console"
// }
"Inspect": {
"prefix": "ins",
"body": "|> IO.inspect(label: \"$0$TM_LINE_NUMBER\")",
"description": "Adds a pipeline with a labelled `IO.inspect`"
}
}
{
// Place your snippets for java 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:
"Print": {
"prefix": "sysout",
"body": [
"System.out.println('$1');",
],
"description": "Print"
}
}
{
// 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:
"Print to console": {
"prefix": "lg",
"body": ["console.log($1)"],
"description": "Log output to console"
},
"React Function Component": {
"prefix": "rh",
"body": [
"import React from 'react'",
"",
"export const $1 = () => {",
"\t\treturn ($2);",
"}"
],
"description": "React Function Component"
},
}
{
// Place your snippets for typescript 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:
"Type GraphQL Resolver": {
"prefix": "resolver",
"body": [
"import { Resolver } from \"type-graphql\";",
"",
"@Resolver()",
"export class $1Resolver {",
" @$2()",
" async $3() {}",
"}"
],
"description": "TypeGraphQL Resolver"
},
"Util Function": {
"prefix": "ut",
"body": [
"export const $TM_FILENAME_BASE = () => {",
"",
"}"
],
"description": "Util Function"
},
"console.log": {
"prefix": "cl",
"body": ["console.log($1)"],
"description": "console.log"
}
}
{
// Place your snippets for typescriptreact 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:
"Typescript React PureComponent": {
"prefix": "rpc",
"body": [
"import * as React from 'react'",
"",
"export class $1 extends React.PureComponent {",
"\trender() {",
"\t\treturn ($2);",
"}}"
],
"description": "Typescript React PureComponent"
},
"Twind": {
"prefix": "cc",
"body": ["className={tw`$1`}"],
"description": "Twind"
},
"Typescript React Function Component": {
"prefix": "rh",
"body": [
"import React from 'react'",
"",
"interface ${TM_FILENAME_BASE}Props {",
"$1",
"}",
"",
"export const $TM_FILENAME_BASE: React.FC<${TM_FILENAME_BASE}Props> = ({$2}) => {",
"\t\treturn ($3);",
"}"
],
"description": "Typescript React Function Component"
},
"React Native StyleSheet": {
"prefix": "rnss",
"body": [
"import {StyleSheet} from 'react-native'",
"const styles = StyleSheet.create({",
"",
"});"
],
"description": "React Native StyleSheet"
},
"Toggle State": {
"prefix": "tog",
"body": ["this.setState(state => ({", "\topen: !state.open", "}));"],
"description": "toggle state"
},
"console.log": {
"prefix": "cl",
"body": ["console.log($1)"],
"description": "console.log"
},
"className={classnames()}": {
"prefix": "cc",
"body": ["className={classnames('$1')}"],
"description": "tailwind react stuff"
},
"Apollo Query Component": {
"prefix": "apq",
"body": [
"interface Props {",
" children: (data: QueryResult<$1, OperationVariables>) => JSX.Element;",
"}",
"",
"export class $2 extends React.PureComponent<Props> {",
" render() {",
" return (",
" <Query<$1> query={$3}>{x => this.props.children(x)}</Query>",
" );",
" }",
"}"
],
"description": "Apollo Query Component"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment