Skip to content

Instantly share code, notes, and snippets.

@pfftdammitchris
Last active May 14, 2021 14:02
Show Gist options
  • Save pfftdammitchris/91d0656e1718d67fa335be5dd081cc77 to your computer and use it in GitHub Desktop.
Save pfftdammitchris/91d0656e1718d67fa335be5dd081cc77 to your computer and use it in GitHub Desktop.
VSCode User Settings 01/08/20
{"lastUpload":"2021-05-14T14:01:55.433Z","extensionVersion":"v3.4.3"}
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "ctrl+`",
"command": "-workbench.action.terminal.toggleTerminal"
},
{
"key": "ctrl+`",
"command": "workbench.action.terminal.toggleTerminal"
},
{
"key": "ctrl+shift+d",
"command": "editor.action.duplicateSelection"
},
{
"key": "ctrl+down",
"command": "editor.action.moveLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "alt+down",
"command": "-editor.action.moveLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+up",
"command": "editor.action.moveLinesUpAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "alt+up",
"command": "-editor.action.moveLinesUpAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+shift+m",
"command": "markdown.showPreviewToSide",
"when": "!notebookEditorFocused && editorLangId == 'markdown'"
},
{
"key": "ctrl+k v",
"command": "-markdown.showPreviewToSide",
"when": "!notebookEditorFocused && editorLangId == 'markdown'"
},
{
"key": "ctrl+t",
"command": "workbench.action.quickOpen"
},
{
"key": "ctrl+e",
"command": "-workbench.action.quickOpen"
}
]
{
"debug.console.fontSize": 10,
"editor.acceptSuggestionOnCommitCharacter": false,
"editor.autoClosingBrackets": "always",
"editor.autoIndent": "full",
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"editor.codeLens": false,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.fastScrollSensitivity": 6,
"editor.fontFamily": "Hack",
"editor.fontLigatures": true,
"editor.fontSize": 10.5,
"editor.formatOnSave": true,
"editor.minimap.enabled": true,
"editor.minimap.maxColumn": 100,
"editor.multiCursorModifier": "ctrlCmd",
"editor.renderControlCharacters": true,
"editor.suggestSelection": "first",
"editor.tabSize": 2,
"editor.wordWrapColumn": 100,
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"files.associations": {
"*.cs": "csharp",
"*.cshtml": "razor",
"*.html": "html",
"*.js": "javascript",
"*.jsx": "javascriptreact",
"*.md": "markdown",
"*.mdx": "markdownx",
"*.ts": "typescript",
"*.tsx": "typescriptreact"
},
"git.autofetch": true,
"html.format.endWithNewline": true,
"html.format.wrapLineLength": 80,
"javascript.updateImportsOnFileMove.enabled": "always",
"javascript.validate.enable": true,
"markdown.preview.fontSize": 13,
"markdownlint.config": {
"no-bare-urls": false
},
"materialTheme.accent": "Sky",
"merge-conflict.autoNavigateNextConflict.enabled": true,
"sync.gist": "91d0656e1718d67fa335be5dd081cc77",
"sync.removeExtensions": false,
"sync.syncExtensions": false,
"terminal.integrated.fontSize": 10,
"terminal.integrated.fontWeight": "100",
"terminal.integrated.fontWeightBold": "100",
"todohighlight.defaultStyle": {
"backgroundColor": "none",
"border": "1px solid #2abdef",
"borderRadius": "20%",
"color": "#2abdef",
"overviewRulerColor": "rgba(0,0,0,0)"
},
"todohighlight.keywords": [
{
"backgroundColor": "rgba(0, 0, 0, 0.5)",
"border": "1px solid magenta",
"borderRadius": "20%",
"color": "magenta",
"text": "NOTE:"
},
{
"backgroundColor": "rgba(0, 0, 0, 0.5)",
"border": "1px solid red",
"borderRadius": "20%",
"color": "red",
"text": "BUG:"
},
{
"backgroundColor": "none",
"border": "1px solid #2abdef",
"borderRadius": "20%",
"color": "#2abdef",
"overviewRulerColor": "rgba(0,0,0,0)",
"text": "TODO:"
}
],
"typescript.updateImportsOnFileMove.enabled": "always",
"vsicons.dontShowNewVersionMessage": true,
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"window.menuBarVisibility": "classic",
"window.zoomLevel": 0,
"workbench.activityBar.visible": false,
"workbench.colorCustomizations": {
"activityBarBadge.background": "#84FFFF",
"breadcrumb.activeSelectionForeground": "#84FFFF",
"editor.findMatchBorder": "#84FFFF",
"editor.foldBackground": "#004369",
"editorSuggestWidget.highlightForeground": "#84FFFF",
"editorWidget.border": "#84FFFF",
"editorWidget.resizeBorder": "#84FFFF",
"list.activeSelectionForeground": "#84FFFF",
"list.highlightForeground": "#84FFFF",
"list.inactiveSelectionForeground": "#84FFFF",
"menu.selectionForeground": "#84FFFF",
"menubar.selectionForeground": "#84FFFF",
"notificationLink.foreground": "#84FFFF",
"panelTitle.activeBorder": "#84FFFF",
"pickerGroup.foreground": "#84FFFF",
"progressBar.background": "#84FFFF",
"scrollbarSlider.activeBackground": "#84FFFF50",
"selection.background": "#84FFFF40",
"settings.headerForeground": "#84FFFF",
"settings.modifiedItemIndicator": "#84FFFF",
"tab.activeBorder": "#84FFFF",
"textLink.foreground": "#84FFFF"
},
"workbench.colorTheme": "Material Theme High Contrast",
"workbench.iconTheme": "vscode-icons"
}
{
"utils": {
"prefix": "utils",
"body": "const u = require('@jsmanifest/utils')"
},
"esbuild": {
"prefix": "esbuild",
"body": "const esbuild = require('esbuild')"
},
"clear": {
"prefix": "clear",
"body": "process.stdout.write('\\x1Bc')"
},
"AnyFn": {
"prefix": "anyfn",
"body": "(...args: any[]) => any"
},
"AnyObj": {
"prefix": "anyobj",
"body": "Record<string, any>"
},
"Symbol.for('nodejs.util.inspect.custom')": {
"prefix": "inspect",
"body": "Symbol.for('nodejs.util.inspect.custom')"
},
"export default from": {
"prefix": "edefault",
"body": "export { default } from './$1'"
},
"React.PropsWithChildren": {
"prefix": "rc",
"body": "React.PropsWithChildren<any$1>$2"
},
"chalkcoolgold": {
"prefix": "chalkcoolgold",
"body": "chalk.italic(chalk.keyword(`navajowhite`)(`$1`))"
},
"chalkitalic": {
"prefix": "chalkitalic",
"body": "chalk.italic(chalk.white(`$1`))"
},
"require path": {
"prefix": "path",
"body": "const path = require('path')"
},
"require axios": {
"prefix": "axios",
"body": "const axios = require('axios')"
},
"require cheerio": {
"prefix": "cheerio",
"body": "const cheerio = require('cheerio')"
},
"require R from 'rambda'": {
"prefix": "rambda",
"body": "const R = require('rambda')"
},
"eslint disable line": {
"prefix": "eds",
"body": "// eslint-disable-line"
},
"red console.log": {
"prefix": "logred",
"body": ["console.log(`%c$1`, `color:#ec0000;`, $2)"]
},
"blue console.log": {
"prefix": "logblue",
"body": ["console.log(`%c$1`, `color:#0047ff;`, $2)"]
},
"salmon console.log": {
"prefix": "logsalmon",
"body": ["console.log(`%c$1`, `color:salmon;`, $2)"]
},
"orange console.log": {
"prefix": "logorange",
"body": ["console.log(`%c$1`, `color:#FF5722;`, $2)"]
},
"yellow console.log": {
"prefix": "logyellow",
"body": "console.log(`%c$1`, `color:#CCCD17$2;`, $3)"
},
"gold console.log": {
"prefix": "loggold",
"body": ["console.log(`%c$1`, `color:#c4a901;`, $2)"]
},
"magenta console.log": {
"prefix": "logmagenta",
"body": ["console.log(`%c$1`, `color:#4E25D2;`, $2)"]
},
"cyan console.log": {
"prefix": "logcyan",
"body": ["console.log(`%c$1`, `color:#00D8C2;`, $2)"]
},
"teal console.log": {
"prefix": "logteal",
"body": ["console.log(`%c$1`, `color:#20B2AA;`, $2)"]
},
"info console.log": {
"prefix": "loginfo",
"body": ["console.log(`%c$1`, `color:#3498db;`, $2)"]
},
"green console.log": {
"prefix": "loggreen",
"body": ["console.log(`%c$1`, `color:#00b406;`, $2)"]
},
"hotpink console.log": {
"prefix": "loghotpink",
"body": ["console.log(`%c$1`, `color:#e50087;`, $2)"]
},
"grey console.log": {
"prefix": "loggrey",
"body": ["console.log(`%c$1`, `color:#95a5a6;`, $2)"]
},
"eslint disable next line": {
"prefix": "ednl",
"body": "// eslint-disable-next-line"
},
"return new Promise": {
"prefix": "prom",
"body": ["return new Promise((resolve, reject) => {", " $1", "})"]
},
"afterEach(() => {})": {
"prefix": "afe",
"body": ["afterEach(() => {", " $1", "})"]
},
"beforeEach(() => {})": {
"prefix": "bfe",
"body": ["beforeEach(() => {", " $1", "})"]
},
"dispatch": {
"prefix": "dispatch",
"body": "dispatch({ type: '$1'$2 })"
},
"import react": {
"prefix": "reaa",
"body": "import React from 'react'"
},
"comment section": {
"prefix": "cs",
"body": [
"/* -------------------------------------------------------",
" ---- $1",
"-------------------------------------------------------- */"
]
},
"@param": {
"prefix": "@param",
"body": ["/**", " * $4", " * @param { $1 } $2 - $3", " */"]
},
"ref": {
"prefix": "ref",
"body": "const $1 = React.useRef()"
},
"const initialState = {}; reducer = (state, action)": {
"prefix": "rsr",
"body": [
"const initialState = {",
" //$1",
"}",
"",
"const reducer = (state = initialState, action) => {",
" switch (action.type) {",
" default:",
" return state",
" }",
"}"
]
},
"sinon": {
"prefix": "sinon",
"body": "const sinon = require('sinon')"
},
"spy": {
"prefix": "spy",
"body": "const spy = sinon.spy($1)"
},
"nock": {
"prefix": "nock",
"body": "const nock = require('nock')"
},
"describe": {
"prefix": "desc",
"body": [
"describe(`$1`, () => {",
" xit(`$2`, () => {",
" // $3",
" })",
"})",
""
]
},
"it/test": {
"prefix": "it",
"body": ["it(`$2`, () => {", " // $3", "})", ""]
},
"xit/test": {
"prefix": "xit",
"body": ["xit(`$2`, () => {", " // $3", "})", ""]
},
"immer": {
"prefix": "immer",
"body": ["const produce = require('immer')"]
},
"React.useCallback": {
"prefix": "rcb",
"body": ["const $1 = React.useCallback(async ($2) => {", " $3", "}, [$4])"]
},
"React.useState": {
"prefix": "sta",
"body": ["const [$1, $2] = React.useState($3)"]
},
"React.useEffect": {
"prefix": "eff",
"body": ["React.useEffect(() => {", " $1", "}, [$2])"]
},
"React.useContext": {
"prefix": "ctx",
"body": ["const $1 = React.useContext($2)"]
},
"typeof window !== 'undefined'": {
"prefix": "isbrowser",
"body": ["if (typeof window !== 'undefined') {", " $1", "}"]
},
"process.env.NODE_ENV === 'development'": {
"prefix": "isdev",
"body": ["if (process.env.NODE_ENV === 'development') {", " $1", "}"]
},
"require { useDispatch, useSelector } from 'react-redux'": {
"prefix": "rsd",
"body": "import { useSelector, useDispatch } from 'react-redux'"
},
"require graphql from gatsby": {
"prefix": "gr",
"body": "const { graphql } = require('gatsby')"
},
"require lodash": {
"prefix": "lodash",
"body": "const _ = require('lodash')"
},
"require camelCase from lodash/camelCase": {
"prefix": "camel",
"body": "const camelCase = require('lodash/camelCase')"
},
"require kebabCase from lodash/kebabCase": {
"prefix": "kebab",
"body": "const kebabCase = require('lodash/kebabCase')"
},
"require startCase from lodash/startCase": {
"prefix": "startcase",
"body": "const startCase = require('lodash/startCase')"
},
"require flip from lodash/flip": {
"prefix": "foreach",
"body": "const flip = require('lodash/flip')"
},
"require forEach from lodash/forEach": {
"prefix": "foreach",
"body": "const forEach = require('lodash/forEach')"
},
"require unary from lodash/unary": {
"prefix": "unary",
"body": "const unary = require('lodash/unary')"
},
"require rearg from lodash/rearg": {
"prefix": "rearg",
"body": "const rearg = require('lodash/rearg')"
},
"require curry from lodash/curry": {
"prefix": "curry",
"body": "const curry = require('lodash/curry')"
},
"require partial from lodash/partial": {
"prefix": "partial",
"body": "const partial = require('lodash/partial')"
},
"require partialRight from lodash/partial": {
"prefix": "partialright",
"body": "const partialRight = require('lodash/partialRight')"
},
"if typeof value === string": {
"prefix": "isstr",
"body": "typeof $1 === 'string'"
},
"if typeof value === function": {
"prefix": "isfnc",
"body": "typeof $1 === 'function'"
},
"if typeof value === undefined": {
"prefix": "isund",
"body": "typeof $1 === 'undefined'"
},
"Array.isArray": {
"prefix": "isarr",
"body": "Array.isArray($1)"
},
"import chunk from lodash/chunk": {
"prefix": "chunk",
"body": "const chunk = require('lodash/chunk')"
},
"import isFinite from lodash/": {
"prefix": "isfin",
"body": "const isFinite = require('lodash/isFinite')"
},
"import isNaN from lodash/isNaN": {
"prefix": "isnan",
"body": "const isNaN = require('lodash/isNaN')"
},
"import isEqual from lodash/isEqual": {
"prefix": "iseq",
"body": "const isEqual = require('lodash/isEqual')"
},
"typeof value === number": {
"prefix": "isnum",
"body": "typeof $1 === 'number'"
},
"require isObjectLike": {
"prefix": "isobj",
"body": "const isObjectLike = require('lodash/isObjectLike')"
},
"require isPlainObject": {
"prefix": "isplo",
"body": "const isPlainObject = require('lodash/isPlainObject')"
},
"typeof value === boolean": {
"prefix": "isbool",
"body": "typeof $1 === 'boolean'"
},
"require isError": {
"prefix": "iserr",
"body": "const isError = require('lodash/isError')"
},
"require isNull": {
"prefix": "isnull",
"body": "const isNull = require('lodash/isNull')"
},
"require isNil": {
"prefix": "isnil",
"body": "const isNil = require('lodash/isNil')"
},
"require isElement": {
"prefix": "iselem",
"body": "const isElement = require('lodash/isElement')"
},
"require id": {
"prefix": "id",
"body": "const uniqueId = require('uniqueId')"
},
"require flow": {
"prefix": "flow",
"body": "const flow = require('lodash/flow')"
},
"require flowRight": {
"prefix": "flowright",
"body": "const flowRight = require('lodash/flowRight')"
},
"require wrap": {
"prefix": "wrap",
"body": "const wrap = require('lodash/wrap')"
},
"require spread": {
"prefix": "spread",
"body": "const spread = require('lodash/spread')"
},
"require omit": {
"prefix": "omit",
"body": "const omit = require('lodash/omit')"
},
"require orderBy": {
"prefix": "orderby",
"body": "const orderBy = require('lodash/orderBy')"
},
"require sortBy": {
"prefix": "sortby",
"body": "const sortBy = require('lodash/sortBy')"
},
"require pick": {
"prefix": "pick",
"body": "const pick = require('lodash/pick')"
},
"require difference": {
"prefix": "diff",
"body": "const difference = require('lodash/difference')"
},
"require merge": {
"prefix": "merge",
"body": "const merge = require('lodash/merge')"
},
"require get": {
"prefix": "get",
"body": "const get = require('lodash/get')"
},
"require has": {
"prefix": "has",
"body": "const has = require('lodash/has')"
},
"require set": {
"prefix": "set",
"body": "const set = require('lodash/set')"
},
"require last": {
"prefix": "last",
"body": "const last = require('lodash/last')"
},
"require noop": {
"prefix": "noop",
"body": "const noop = require('lodash/noop')"
},
"require uniq": {
"prefix": "uniq",
"body": "const uniq = require('lodash/uniq')"
},
"require fs-extra": {
"prefix": "fse",
"body": "const fs = require('fs-extra')"
},
"require chalk": {
"prefix": "chalk",
"body": "const chalk = require('chalk')"
},
"require yaml": {
"prefix": "yaml",
"body": "const yaml = require('yaml')"
},
"require invariant": {
"prefix": "invariant",
"body": "const invariant = require('invariant')"
},
"require globby": {
"prefix": "globby",
"body": "const globby = require('globby')"
}
}
{
"utils": {
"prefix": "utils",
"body": "import * as u from '@jsmanifest/utils'"
},
"clear": {
"prefix": "clear",
"body": "process.stdout.write('\\x1Bc')"
},
"AnyFn": {
"prefix": "anyfn",
"body": "(...args: any[]) => any"
},
"AnyObj": {
"prefix": "anyobj",
"body": "Record<string, any>"
},
"Symbol.for('nodejs.util.inspect.custom')": {
"prefix": "inspect",
"body": "Symbol.for('nodejs.util.inspect.custom')"
},
"export default from": {
"prefix": "edefault",
"body": "export { default } from './$1'"
},
"React.PropsWithChildren": {
"prefix": "rc",
"body": "React.PropsWithChildren<any$1>$2"
},
"chalkcoolgold": {
"prefix": "chalkcoolgold",
"body": "chalk.italic(chalk.keyword(`navajowhite`)(`$1`))"
},
"chalkitalic": {
"prefix": "chalkitalic",
"body": "chalk.italic(chalk.white(`$1`))"
},
"import path": {
"prefix": "path",
"body": "import path from 'path'"
},
"import axios": {
"prefix": "axios",
"body": "import axios from 'axios'"
},
"import R from 'rambda'": {
"prefix": "rambda",
"body": "import * as R from 'rambda'"
},
"eslint disable line": {
"prefix": "eds",
"body": "// eslint-disable-line"
},
"red console.log": {
"prefix": "logred",
"body": ["console.log(`%c$1`, `color:#ec0000;`, $2)"]
},
"blue console.log": {
"prefix": "logblue",
"body": ["console.log(`%c$1`, `color:#0047ff;`, $2)"]
},
"salmon console.log": {
"prefix": "logsalmon",
"body": ["console.log(`%c$1`, `color:salmon;`, $2)"]
},
"orange console.log": {
"prefix": "logorange",
"body": ["console.log(`%c$1`, `color:#FF5722;`, $2)"]
},
"yellow console.log": {
"prefix": "logyellow",
"body": "console.log(`%c$1`, `color:#CCCD17$2;`, $3)"
},
"gold console.log": {
"prefix": "loggold",
"body": ["console.log(`%c$1`, `color:#c4a901;`, $2)"]
},
"magenta console.log": {
"prefix": "logmagenta",
"body": ["console.log(`%c$1`, `color:#4E25D2;`, $2)"]
},
"cyan console.log": {
"prefix": "logcyan",
"body": ["console.log(`%c$1`, `color:#00D8C2;`, $2)"]
},
"teal console.log": {
"prefix": "logteal",
"body": ["console.log(`%c$1`, `color:#20B2AA;`, $2)"]
},
"info console.log": {
"prefix": "loginfo",
"body": ["console.log(`%c$1`, `color:#3498db;`, $2)"]
},
"green console.log": {
"prefix": "loggreen",
"body": ["console.log(`%c$1`, `color:#00b406;`, $2)"]
},
"hotpink console.log": {
"prefix": "loghotpink",
"body": ["console.log(`%c$1`, `color:#e50087;`, $2)"]
},
"grey console.log": {
"prefix": "loggrey",
"body": ["console.log(`%c$1`, `color:#95a5a6;`, $2)"]
},
"eslint disable next line": {
"prefix": "ednl",
"body": "// eslint-disable-next-line"
},
"return new Promise": {
"prefix": "prom",
"body": ["return new Promise((resolve, reject) => {", " $1", "})"]
},
"new story": {
"prefix": "story",
"body": [
"import React from 'react'",
"import $1 from './$1'",
"",
"export default {",
" title: '$1',",
" component: $1,",
" decorators: [(s: any) => <div style={{ padding: 25, }}>{s()}</div>],",
" // parameters: { options: { thmee: { appContentBg: '$2' } } },",
"}",
"",
"export const _$1 = () => {",
" return <$1 />",
"}",
"",
"_$1.storyName = '$1'",
""
]
},
"// @ts-ignore": {
"prefix": "tsg",
"body": "// @ts-ignore"
},
"// @ts-nocheck": {
"prefix": "tsn",
"body": "// @ts-nocheck"
},
"// @ts-expect-error": {
"prefix": "tsee",
"body": "// @ts-expect-error"
},
"afterEach(() => {})": {
"prefix": "afe",
"body": ["afterEach(() => {", " $1", "})"]
},
"beforeEach(() => {})": {
"prefix": "bfe",
"body": ["beforeEach(() => {", " $1", "})"]
},
"dispatch": {
"prefix": "dispatch",
"body": "dispatch({ type: '$1'$2 })"
},
"import react": {
"prefix": "reaa",
"body": "import React from 'react'"
},
"comment section": {
"prefix": "cs",
"body": [
"/* -------------------------------------------------------",
" ---- $1",
"-------------------------------------------------------- */"
]
},
"@param": {
"prefix": "@param",
"body": ["/**", " * $4", " * @param { $1 } $2 - $3", " */"]
},
"ref": {
"prefix": "ref",
"body": "const $1 = React.useRef<any$2>()"
},
"const initialState = {}; reducer = (state, action)": {
"prefix": "rsr",
"body": [
"const initialState = {",
" //$1",
"}",
"",
"const reducer = (state = initialState, action) => {",
" switch (action.type) {",
" default:",
" return state",
" }",
"}"
]
},
"sinon": {
"prefix": "sinon",
"body": "import sinon from 'sinon'"
},
"spy": {
"prefix": "spy",
"body": "const spy = sinon.spy($1)"
},
"nock": {
"prefix": "nock",
"body": "import nock from 'nock'"
},
"describe": {
"prefix": "desc",
"body": [
"describe(`$1`, () => {",
" xit(`$2`, () => {",
" // $3",
" })",
"})",
""
]
},
"it/test": {
"prefix": "it",
"body": ["it(`$2`, () => {", " // $3", "})", ""]
},
"xit/test": {
"prefix": "xit",
"body": ["xit(`$2`, () => {", " // $3", "})", ""]
},
"immer": {
"prefix": "immer",
"body": ["import produce from 'immer'"]
},
"current": {
"prefix": "curr",
"body": ["import { current } from 'immer'"]
},
"React.useCallback": {
"prefix": "rcb",
"body": ["const $1 = React.useCallback(async ($2) => {", " $3", "}, [$4])"]
},
"React.useState": {
"prefix": "sta",
"body": ["const [$1, $2] = React.useState($3)"]
},
"React.useEffect": {
"prefix": "eff",
"body": ["React.useEffect(() => {", " $1", "}, [$2])"]
},
"React.useContext": {
"prefix": "ctx",
"body": ["const $1 = React.useContext($2)"]
},
"typeof window !== 'undefined'": {
"prefix": "isbrowser",
"body": ["if (typeof window !== 'undefined') {", " $1", "}"]
},
"process.env.NODE_ENV === 'development'": {
"prefix": "isdev",
"body": ["if (process.env.NODE_ENV === 'development') {", " $1", "}"]
},
"import { useDispatch, useSelector } from 'react-redux'": {
"prefix": "rsd",
"body": "import { useSelector, useDispatch } from 'react-redux'"
},
"import graphql from gatsby": {
"prefix": "gr",
"body": "import { graphql } from 'gatsby'"
},
"import lodash": {
"prefix": "lodash",
"body": "import _ from 'lodash'"
},
"import camelCase from lodash/camelCase": {
"prefix": "camel",
"body": "import camelCase from 'lodash/camelCase'"
},
"import kebabCase from lodash/kebabCase": {
"prefix": "kebab",
"body": "import kebabCase from 'lodash/kebabCase'"
},
"import startCase from lodash/startCase": {
"prefix": "startcase",
"body": "import startCase from 'lodash/startCase'"
},
"import flip from lodash/flip": {
"prefix": "foreach",
"body": "import flip from 'lodash/flip'"
},
"import forEach from lodash/forEach": {
"prefix": "foreach",
"body": "import forEach from 'lodash/forEach'"
},
"import unary from lodash/unary": {
"prefix": "unary",
"body": "import unary from 'lodash/unary'"
},
"import rearg from lodash/rearg": {
"prefix": "rearg",
"body": "import rearg from 'lodash/rearg'"
},
"import curry from lodash/curry": {
"prefix": "curry",
"body": "import curry from 'lodash/curry'"
},
"import partial from lodash/partial": {
"prefix": "partial",
"body": "import partial from 'lodash/partial'"
},
"import partialRight from lodash/partial": {
"prefix": "partialright",
"body": "import partialRight from 'lodash/partialRight'"
},
"if typeof value === string": {
"prefix": "isstr",
"body": "typeof $1 === 'string'"
},
"if typeof value === function": {
"prefix": "isfnc",
"body": "typeof $1 === 'function'"
},
"if typeof value === undefined": {
"prefix": "isund",
"body": "typeof $1 === 'undefined'"
},
"Array.isArray": {
"prefix": "isarr",
"body": "Array.isArray($1)"
},
"import chunk from lodash/chunk": {
"prefix": "chunk",
"body": "import chunk from 'lodash/chunk'"
},
"import isFinite from lodash/": {
"prefix": "isfin",
"body": "import isFinite from 'lodash/isFinite'"
},
"import isNaN from lodash/isNaN": {
"prefix": "isnan",
"body": "import isNaN from 'lodash/isNaN'"
},
"import isEqual from lodash/isEqual": {
"prefix": "iseq",
"body": "import isEqual from 'lodash/isEqual'"
},
"typeof value === number": {
"prefix": "isnum",
"body": "typeof $1 === 'number'"
},
"import isObjectLike": {
"prefix": "isobj",
"body": "import isObjectLike from 'lodash/isObjectLike'"
},
"import isPlainObject": {
"prefix": "isplo",
"body": "import isPlainObject from 'lodash/isPlainObject'"
},
"typeof value === boolean": {
"prefix": "isbool",
"body": "typeof $1 === 'boolean'"
},
"import isError": {
"prefix": "iserr",
"body": "import isError from 'lodash/isError'"
},
"import isNull": {
"prefix": "isnull",
"body": "import isNull from 'lodash/isNull'"
},
"import isNil": {
"prefix": "isnil",
"body": "import isNil from 'lodash/isNil'"
},
"import isElement": {
"prefix": "iselem",
"body": "import isElement from 'lodash/isElement'"
},
"import id": {
"prefix": "id",
"body": "import id from 'lodash/uniqueId'"
},
"import flow": {
"prefix": "flow",
"body": "import flow from 'lodash/flow'"
},
"import flowRight": {
"prefix": "flowright",
"body": "import flowRight from 'lodash/flowRight'"
},
"import wrap": {
"prefix": "wrap",
"body": "import wrap from 'lodash/wrap'"
},
"import spread": {
"prefix": "spread",
"body": "import spread from 'lodash/spread'"
},
"import omit": {
"prefix": "omit",
"body": "import omit from 'lodash/omit'"
},
"import orderBy": {
"prefix": "orderby",
"body": "import orderBy from 'lodash/orderBy'"
},
"import sortBy": {
"prefix": "sortby",
"body": "import sortBy from 'lodash/sortBy'"
},
"import pick": {
"prefix": "pick",
"body": "import pick from 'lodash/pick'"
},
"import difference": {
"prefix": "diff",
"body": "import difference from 'lodash/difference'"
},
"import merge": {
"prefix": "merge",
"body": "import merge from 'lodash/merge'"
},
"import get": {
"prefix": "get",
"body": "import get from 'lodash/get'"
},
"import has": {
"prefix": "has",
"body": "import has from 'lodash/has'"
},
"import set": {
"prefix": "set",
"body": "import set from 'lodash/set'"
},
"import last": {
"prefix": "last",
"body": "import last from 'lodash/last'"
},
"import noop": {
"prefix": "noop",
"body": "import noop from 'lodash/noop'"
},
"import uniq": {
"prefix": "uniq",
"body": "import uniq from 'lodash/uniq'"
},
"import fs-extra": {
"prefix": "fse",
"body": "import fs from 'fs-extra'"
},
"import chalk": {
"prefix": "chalk",
"body": "import chalk from 'chalk'"
},
"import yaml": {
"prefix": "yaml",
"body": "import yaml from 'yaml'"
},
"import invariant": {
"prefix": "invariant",
"body": "import invariant from 'invariant'"
},
"import globby": {
"prefix": "globby",
"body": "import globby from 'globby'"
},
}
{
"utils": {
"prefix": "utils",
"body": "import * as u from '@jsmanifest/utils'"
},
"clear": {
"prefix": "clear",
"body": "process.stdout.write('\\x1Bc')"
},
"AnyFn": {
"prefix": "anyfn",
"body": "(...args: any[]) => any"
},
"AnyObj": {
"prefix": "anyobj",
"body": "Record<string, any>"
},
"Symbol.for('nodejs.util.inspect.custom')": {
"prefix": "inspect",
"body": "Symbol.for('nodejs.util.inspect.custom')"
},
"export default from": {
"prefix": "edefault",
"body": "export { default } from './$1'"
},
"React.PropsWithChildren": {
"prefix": "rc",
"body": "React.PropsWithChildren<any$1>$2"
},
"chalkcoolgold": {
"prefix": "chalkcoolgold",
"body": "chalk.italic(chalk.keyword(`navajowhite`)(`$1`))"
},
"chalkitalic": {
"prefix": "chalkitalic",
"body": "chalk.italic(chalk.white(`$1`))"
},
"import path": {
"prefix": "path",
"body": "import path from 'path'"
},
"import axios": {
"prefix": "axios",
"body": "import axios from 'axios'"
},
"import R from 'rambda'": {
"prefix": "rambda",
"body": "import * as R from 'rambda'"
},
"eslint disable line": {
"prefix": "eds",
"body": "// eslint-disable-line"
},
"red console.log": {
"prefix": "logred",
"body": ["console.log(`%c$1`, `color:#ec0000;`, $2)"]
},
"blue console.log": {
"prefix": "logblue",
"body": ["console.log(`%c$1`, `color:#0047ff;`, $2)"]
},
"salmon console.log": {
"prefix": "logsalmon",
"body": ["console.log(`%c$1`, `color:salmon;`, $2)"]
},
"orange console.log": {
"prefix": "logorange",
"body": ["console.log(`%c$1`, `color:#FF5722;`, $2)"]
},
"yellow console.log": {
"prefix": "logyellow",
"body": "console.log(`%c$1`, `color:#CCCD17$2;`, $3)"
},
"gold console.log": {
"prefix": "loggold",
"body": ["console.log(`%c$1`, `color:#c4a901;`, $2)"]
},
"magenta console.log": {
"prefix": "logmagenta",
"body": ["console.log(`%c$1`, `color:#4E25D2;`, $2)"]
},
"cyan console.log": {
"prefix": "logcyan",
"body": ["console.log(`%c$1`, `color:#00D8C2;`, $2)"]
},
"teal console.log": {
"prefix": "logteal",
"body": ["console.log(`%c$1`, `color:#20B2AA;`, $2)"]
},
"info console.log": {
"prefix": "loginfo",
"body": ["console.log(`%c$1`, `color:#3498db;`, $2)"]
},
"green console.log": {
"prefix": "loggreen",
"body": ["console.log(`%c$1`, `color:#00b406;`, $2)"]
},
"hotpink console.log": {
"prefix": "loghotpink",
"body": ["console.log(`%c$1`, `color:#e50087;`, $2)"]
},
"grey console.log": {
"prefix": "loggrey",
"body": ["console.log(`%c$1`, `color:#95a5a6;`, $2)"]
},
"eslint disable next line": {
"prefix": "ednl",
"body": "// eslint-disable-next-line"
},
"return new Promise": {
"prefix": "prom",
"body": ["return new Promise((resolve, reject) => {", " $1", "})"]
},
"new story": {
"prefix": "story",
"body": [
"import React from 'react'",
"import $1 from './$1'",
"",
"export default {",
" title: '$1',",
" component: $1,",
" decorators: [(s: any) => <div style={{ padding: 25, }}>{s()}</div>],",
" // parameters: { options: { thmee: { appContentBg: '$2' } } },",
"}",
"",
"export const _$1 = () => {",
" return <$1 />",
"}",
"",
"_$1.storyName = '$1'",
""
]
},
"// @ts-ignore": {
"prefix": "tsg",
"body": "// @ts-ignore"
},
"// @ts-nocheck": {
"prefix": "tsn",
"body": "// @ts-nocheck"
},
"// @ts-expect-error": {
"prefix": "tsee",
"body": "// @ts-expect-error"
},
"afterEach(() => {})": {
"prefix": "afe",
"body": ["afterEach(() => {", " $1", "})"]
},
"beforeEach(() => {})": {
"prefix": "bfe",
"body": ["beforeEach(() => {", " $1", "})"]
},
"dispatch": {
"prefix": "dispatch",
"body": "dispatch({ type: '$1'$2 })"
},
"import react": {
"prefix": "reaa",
"body": "import React from 'react'"
},
"comment section": {
"prefix": "cs",
"body": [
"/* -------------------------------------------------------",
" ---- $1",
"-------------------------------------------------------- */"
]
},
"@param": {
"prefix": "@param",
"body": ["/**", " * $4", " * @param { $1 } $2 - $3", " */"]
},
"ref": {
"prefix": "ref",
"body": "const $1 = React.useRef<any$2>()"
},
"const initialState = {}; reducer = (state, action)": {
"prefix": "rsr",
"body": [
"const initialState = {",
" //$1",
"}",
"",
"const reducer = (state = initialState, action) => {",
" switch (action.type) {",
" default:",
" return state",
" }",
"}"
]
},
"sinon": {
"prefix": "sinon",
"body": "import sinon from 'sinon'"
},
"spy": {
"prefix": "spy",
"body": "const spy = sinon.spy($1)"
},
"nock": {
"prefix": "nock",
"body": "import nock from 'nock'"
},
"describe": {
"prefix": "desc",
"body": [
"describe(`$1`, () => {",
" xit(`$2`, () => {",
" // $3",
" })",
"})",
""
]
},
"it/test": {
"prefix": "it",
"body": ["it(`$2`, () => {", " // $3", "})", ""]
},
"xit/test": {
"prefix": "xit",
"body": ["xit(`$2`, () => {", " // $3", "})", ""]
},
"immer": {
"prefix": "immer",
"body": ["import produce from 'immer'"]
},
"current": {
"prefix": "curr",
"body": ["import { current } from 'immer'"]
},
"React.useCallback": {
"prefix": "rcb",
"body": ["const $1 = React.useCallback(async ($2) => {", " $3", "}, [$4])"]
},
"React.useState": {
"prefix": "sta",
"body": ["const [$1, $2] = React.useState($3)"]
},
"React.useEffect": {
"prefix": "eff",
"body": ["React.useEffect(() => {", " $1", "}, [$2])"]
},
"React.useContext": {
"prefix": "ctx",
"body": ["const $1 = React.useContext($2)"]
},
"typeof window !== 'undefined'": {
"prefix": "isbrowser",
"body": ["if (typeof window !== 'undefined') {", " $1", "}"]
},
"process.env.NODE_ENV === 'development'": {
"prefix": "isdev",
"body": ["if (process.env.NODE_ENV === 'development') {", " $1", "}"]
},
"import { useDispatch, useSelector } from 'react-redux'": {
"prefix": "rsd",
"body": "import { useSelector, useDispatch } from 'react-redux'"
},
"import graphql from gatsby": {
"prefix": "gr",
"body": "import { graphql } from 'gatsby'"
},
"import lodash": {
"prefix": "lodash",
"body": "import _ from 'lodash'"
},
"import camelCase from lodash/camelCase": {
"prefix": "camel",
"body": "import camelCase from 'lodash/camelCase'"
},
"import kebabCase from lodash/kebabCase": {
"prefix": "kebab",
"body": "import kebabCase from 'lodash/kebabCase'"
},
"import startCase from lodash/startCase": {
"prefix": "startcase",
"body": "import startCase from 'lodash/startCase'"
},
"import flip from lodash/flip": {
"prefix": "foreach",
"body": "import flip from 'lodash/flip'"
},
"import forEach from lodash/forEach": {
"prefix": "foreach",
"body": "import forEach from 'lodash/forEach'"
},
"import unary from lodash/unary": {
"prefix": "unary",
"body": "import unary from 'lodash/unary'"
},
"import rearg from lodash/rearg": {
"prefix": "rearg",
"body": "import rearg from 'lodash/rearg'"
},
"import curry from lodash/curry": {
"prefix": "curry",
"body": "import curry from 'lodash/curry'"
},
"import partial from lodash/partial": {
"prefix": "partial",
"body": "import partial from 'lodash/partial'"
},
"import partialRight from lodash/partial": {
"prefix": "partialright",
"body": "import partialRight from 'lodash/partialRight'"
},
"if typeof value === string": {
"prefix": "isstr",
"body": "typeof $1 === 'string'"
},
"if typeof value === function": {
"prefix": "isfnc",
"body": "typeof $1 === 'function'"
},
"if typeof value === undefined": {
"prefix": "isund",
"body": "typeof $1 === 'undefined'"
},
"Array.isArray": {
"prefix": "isarr",
"body": "Array.isArray($1)"
},
"import chunk from lodash/chunk": {
"prefix": "chunk",
"body": "import chunk from 'lodash/chunk'"
},
"import isFinite from lodash/": {
"prefix": "isfin",
"body": "import isFinite from 'lodash/isFinite'"
},
"import isNaN from lodash/isNaN": {
"prefix": "isnan",
"body": "import isNaN from 'lodash/isNaN'"
},
"import isEqual from lodash/isEqual": {
"prefix": "iseq",
"body": "import isEqual from 'lodash/isEqual'"
},
"typeof value === number": {
"prefix": "isnum",
"body": "typeof $1 === 'number'"
},
"import isObjectLike": {
"prefix": "isobj",
"body": "import isObjectLike from 'lodash/isObjectLike'"
},
"import isPlainObject": {
"prefix": "isplo",
"body": "import isPlainObject from 'lodash/isPlainObject'"
},
"typeof value === boolean": {
"prefix": "isbool",
"body": "typeof $1 === 'boolean'"
},
"import isError": {
"prefix": "iserr",
"body": "import isError from 'lodash/isError'"
},
"import isNull": {
"prefix": "isnull",
"body": "import isNull from 'lodash/isNull'"
},
"import isNil": {
"prefix": "isnil",
"body": "import isNil from 'lodash/isNil'"
},
"import isElement": {
"prefix": "iselem",
"body": "import isElement from 'lodash/isElement'"
},
"import id": {
"prefix": "id",
"body": "import id from 'lodash/uniqueId'"
},
"import flow": {
"prefix": "flow",
"body": "import flow from 'lodash/flow'"
},
"import flowRight": {
"prefix": "flowright",
"body": "import flowRight from 'lodash/flowRight'"
},
"import wrap": {
"prefix": "wrap",
"body": "import wrap from 'lodash/wrap'"
},
"import spread": {
"prefix": "spread",
"body": "import spread from 'lodash/spread'"
},
"import omit": {
"prefix": "omit",
"body": "import omit from 'lodash/omit'"
},
"import orderBy": {
"prefix": "orderby",
"body": "import orderBy from 'lodash/orderBy'"
},
"import sortBy": {
"prefix": "sortby",
"body": "import sortBy from 'lodash/sortBy'"
},
"import pick": {
"prefix": "pick",
"body": "import pick from 'lodash/pick'"
},
"import difference": {
"prefix": "diff",
"body": "import difference from 'lodash/difference'"
},
"import merge": {
"prefix": "merge",
"body": "import merge from 'lodash/merge'"
},
"import get": {
"prefix": "get",
"body": "import get from 'lodash/get'"
},
"import has": {
"prefix": "has",
"body": "import has from 'lodash/has'"
},
"import set": {
"prefix": "set",
"body": "import set from 'lodash/set'"
},
"import last": {
"prefix": "last",
"body": "import last from 'lodash/last'"
},
"import noop": {
"prefix": "noop",
"body": "import noop from 'lodash/noop'"
},
"import uniq": {
"prefix": "uniq",
"body": "import uniq from 'lodash/uniq'"
},
"import fs-extra": {
"prefix": "fse",
"body": "import fs from 'fs-extra'"
},
"import chalk": {
"prefix": "chalk",
"body": "import chalk from 'chalk'"
},
"import yaml": {
"prefix": "yaml",
"body": "import yaml from 'yaml'"
},
"import invariant": {
"prefix": "invariant",
"body": "import invariant from 'invariant'"
},
"import globby": {
"prefix": "globby",
"body": "import globby from 'globby'"
},
}
{"ref":"1d5a8189-583f-454a-a86f-ae9a58b5efbd","content":"{\"version\":5,\"machineId\":\"6950c52e-e0b6-4282-acf4-585eadf6985d\",\"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-remote.remote-wsl-recommender\\\",\\\"uuid\\\":\\\"cb296d3c-017a-4dee-83af-ebb5a5a16e9a\\\"},\\\"version\\\":\\\"0.0.5\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vscode.js-debug\\\",\\\"uuid\\\":\\\"25629058-ddac-4e17-abba-74678e126c5d\\\"},\\\"version\\\":\\\"1.53.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.16\\\"},{\\\"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.77\\\"},{\\\"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.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.testing-editor-contributions\\\"},\\\"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\\\":\\\"shan.code-settings-sync\\\",\\\"uuid\\\":\\\"e337c67b-55c2-4fef-8949-eb260e7fb7fd\\\"},\\\"version\\\":\\\"3.4.3\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"formulahendry.auto-close-tag\\\",\\\"uuid\\\":\\\"d3836729-9cc1-42c1-b2af-d50071f57d29\\\"},\\\"version\\\":\\\"0.5.10\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vscode.atom-keybindings\\\",\\\"uuid\\\":\\\"fa57ae0e-d21e-40d8-a0bb-a58b5fd9ead3\\\"},\\\"version\\\":\\\"3.0.9\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"aaron-bond.better-comments\\\",\\\"uuid\\\":\\\"7a0110bb-231a-4598-aa1b-0769ea46d28b\\\"},\\\"version\\\":\\\"2.1.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"coenraads.bracket-pair-colorizer\\\",\\\"uuid\\\":\\\"f583eafd-aa0d-4ccb-8f44-d1e610389660\\\"},\\\"version\\\":\\\"1.0.61\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"naumovs.color-highlight\\\",\\\"uuid\\\":\\\"121396ad-85a1-45ec-9fd1-d95028a847f5\\\"},\\\"version\\\":\\\"2.3.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"mikestead.dotenv\\\",\\\"uuid\\\":\\\"532533c9-a894-4a58-9eee-bbfbe7c06f71\\\"},\\\"version\\\":\\\"1.0.1\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"codezombiech.gitignore\\\",\\\"uuid\\\":\\\"3e891cf9-53cb-49a3-8d01-8f0b1f0afb29\\\"},\\\"version\\\":\\\"0.6.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"eamodio.gitlens\\\",\\\"uuid\\\":\\\"4de763bd-505d-4978-9575-2b7696ecf94e\\\"},\\\"version\\\":\\\"11.3.0\\\",\\\"installed\\\":true,\\\"state\\\":{\\\"gitlens:views:welcome:visible\\\":true,\\\"gitlens:views:updates:visible\\\":false,\\\"gitlens:synced:version\\\":\\\"11.3.0\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"kumar-harsh.graphql-for-vscode\\\",\\\"uuid\\\":\\\"3e8a391a-f3f0-44b2-8631-7847b0c8839a\\\"},\\\"version\\\":\\\"1.15.3\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"yzhang.markdown-all-in-one\\\",\\\"uuid\\\":\\\"98790d67-10fa-497c-9113-f6c7489207b2\\\"},\\\"version\\\":\\\"3.4.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"christian-kohler.path-intellisense\\\",\\\"uuid\\\":\\\"a41c1549-4053-44d4-bf30-60fc809b4a86\\\"},\\\"version\\\":\\\"2.3.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"esbenp.prettier-vscode\\\",\\\"uuid\\\":\\\"96fa4707-6983-4489-b7c5-d5ffdfdcce90\\\"},\\\"version\\\":\\\"5.9.2\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"rebornix.project-snippets\\\",\\\"uuid\\\":\\\"eb345b46-8054-4af7-b425-60539b6d46bb\\\"},\\\"version\\\":\\\"0.5.0\\\",\\\"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\\\":\\\"davidanson.vscode-markdownlint\\\",\\\"uuid\\\":\\\"daf8b44d-8aae-4da2-80c5-1f770219f643\\\"},\\\"version\\\":\\\"0.39.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"dbaeumer.vscode-eslint\\\",\\\"uuid\\\":\\\"583b2b34-2c1e-4634-8c0b-0b82e283ea3a\\\"},\\\"version\\\":\\\"2.1.19\\\",\\\"installed\\\":true,\\\"state\\\":{\\\"eslintAlwaysAllowExecution\\\":true}},{\\\"identifier\\\":{\\\"id\\\":\\\"visualstudioexptteam.vscodeintellicode\\\",\\\"uuid\\\":\\\"876e8f93-74d0-4f4f-91b7-34a09f19f444\\\"},\\\"version\\\":\\\"1.2.11\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode-icons-team.vscode-icons\\\",\\\"uuid\\\":\\\"9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a\\\"},\\\"version\\\":\\\"11.1.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"christian-kohler.npm-intellisense\\\",\\\"uuid\\\":\\\"dff6b801-247e-40e9-82e8-8c9b1d19d1b8\\\"},\\\"version\\\":\\\"1.3.1\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"wayou.vscode-todo-highlight\\\",\\\"uuid\\\":\\\"97a08c5f-6667-4242-a5c5-045dfb6bd4b9\\\"},\\\"version\\\":\\\"1.0.4\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"redhat.vscode-yaml\\\",\\\"uuid\\\":\\\"2061917f-f76a-458a-8da9-f162de22b97e\\\"},\\\"version\\\":\\\"0.15.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.julia\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.notebook-markdown-extensions\\\"},\\\"version\\\":\\\"1.0.0\\\"}]\"}","skippedExtensions":[]}
[
{
"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.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.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.merge-conflict"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.microsoft-authentication"
},
"version": "0.0.1"
},
{
"identifier": {
"id": "vscode.notebook-markdown-extensions"
},
"version": "1.0.0"
},
{
"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.testing-editor-contributions"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.theme-abyss"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.theme-defaults"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.theme-kimbie-dark"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.theme-monokai"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.theme-monokai-dimmed"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.theme-quietlight"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.theme-red"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.theme-solarized-dark"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.theme-solarized-light"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.theme-tomorrow-night-blue"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.typescript"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.typescript-language-features"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.vb"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.vscode-theme-seti"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.xml"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.yaml"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "aaron-bond.better-comments",
"uuid": "7a0110bb-231a-4598-aa1b-0769ea46d28b"
},
"version": "2.1.0",
"installed": true
},
{
"identifier": {
"id": "bodil.prettier-toml",
"uuid": "03b6bd69-3033-46f6-aa4c-a4cadd4aed74"
},
"version": "0.1.0",
"installed": true
},
{
"identifier": {
"id": "christian-kohler.npm-intellisense",
"uuid": "dff6b801-247e-40e9-82e8-8c9b1d19d1b8"
},
"version": "1.3.1",
"installed": true
},
{
"identifier": {
"id": "christian-kohler.path-intellisense",
"uuid": "a41c1549-4053-44d4-bf30-60fc809b4a86"
},
"version": "2.3.0",
"installed": true
},
{
"identifier": {
"id": "codezombiech.gitignore",
"uuid": "3e891cf9-53cb-49a3-8d01-8f0b1f0afb29"
},
"version": "0.7.0",
"installed": true
},
{
"identifier": {
"id": "coenraads.bracket-pair-colorizer-2",
"uuid": "5a6e2b21-1d61-4acd-b31b-907f9c23f18a"
},
"version": "0.2.0",
"installed": true
},
{
"identifier": {
"id": "davidanson.vscode-markdownlint",
"uuid": "daf8b44d-8aae-4da2-80c5-1f770219f643"
},
"version": "0.40.4",
"installed": true
},
{
"identifier": {
"id": "dbaeumer.vscode-eslint",
"uuid": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a"
},
"version": "2.1.20",
"installed": true,
"state": {
"eslintAlwaysAllowExecution": true
}
},
{
"identifier": {
"id": "eamodio.gitlens",
"uuid": "4de763bd-505d-4978-9575-2b7696ecf94e"
},
"version": "11.4.1",
"installed": true,
"state": {
"gitlens:views:welcome:visible": true,
"gitlens:views:updates:visible": false,
"gitlens:synced:version": "11.4.1"
}
},
{
"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": "esbenp.prettier-vscode",
"uuid": "96fa4707-6983-4489-b7c5-d5ffdfdcce90"
},
"version": "6.4.0",
"installed": true
},
{
"identifier": {
"id": "formulahendry.auto-close-tag",
"uuid": "d3836729-9cc1-42c1-b2af-d50071f57d29"
},
"version": "0.5.10",
"installed": true
},
{
"identifier": {
"id": "mikestead.dotenv",
"uuid": "532533c9-a894-4a58-9eee-bbfbe7c06f71"
},
"version": "1.0.1",
"installed": true
},
{
"identifier": {
"id": "ms-vscode-remote.remote-wsl-recommender",
"uuid": "cb296d3c-017a-4dee-83af-ebb5a5a16e9a"
},
"version": "0.0.9"
},
{
"identifier": {
"id": "ms-vscode.js-debug",
"uuid": "25629058-ddac-4e17-abba-74678e126c5d"
},
"version": "1.56.2"
},
{
"identifier": {
"id": "ms-vscode.js-debug-companion",
"uuid": "99cb0b7f-7354-4278-b8da-6cc79972169d"
},
"version": "1.0.13"
},
{
"identifier": {
"id": "ms-vscode.node-debug",
"uuid": "b6ded8fb-a0a0-4c1c-acbd-ab2a3bc995a6"
},
"version": "1.44.27"
},
{
"identifier": {
"id": "ms-vscode.node-debug2",
"uuid": "36d19e17-7569-4841-a001-947eb18602b2"
},
"version": "1.42.6"
},
{
"identifier": {
"id": "ms-vscode.references-view",
"uuid": "dc489f46-520d-4556-ae85-1f9eab3c412d"
},
"version": "0.0.80"
},
{
"identifier": {
"id": "ms-vscode.vscode-js-profile-table",
"uuid": "7e52b41b-71ad-457b-ab7e-0620f1fc4feb"
},
"version": "0.0.18"
},
{
"identifier": {
"id": "naumovs.color-highlight",
"uuid": "121396ad-85a1-45ec-9fd1-d95028a847f5"
},
"version": "2.3.0",
"installed": true
},
{
"identifier": {
"id": "rebornix.project-snippets",
"uuid": "eb345b46-8054-4af7-b425-60539b6d46bb"
},
"version": "0.5.0",
"installed": true
},
{
"identifier": {
"id": "redhat.vscode-yaml",
"uuid": "2061917f-f76a-458a-8da9-f162de22b97e"
},
"version": "0.19.0",
"installed": true
},
{
"identifier": {
"id": "richie5um2.vscode-sort-json",
"uuid": "3fb77af3-b8b3-4cb9-9137-f555bd80e2b1"
},
"version": "1.20.0",
"disabled": true,
"installed": true
},
{
"identifier": {
"id": "shan.code-settings-sync",
"uuid": "e337c67b-55c2-4fef-8949-eb260e7fb7fd"
},
"version": "3.4.3",
"installed": true
},
{
"identifier": {
"id": "shd101wyy.markdown-preview-enhanced",
"uuid": "3b1db1fc-c7f7-4bd6-9fa4-b499dfa99a8a"
},
"version": "0.5.18",
"installed": true
},
{
"identifier": {
"id": "visualstudioexptteam.vscodeintellicode",
"uuid": "876e8f93-74d0-4f4f-91b7-34a09f19f444"
},
"version": "1.2.13",
"installed": true
},
{
"identifier": {
"id": "vscode-icons-team.vscode-icons",
"uuid": "9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a"
},
"version": "11.4.0",
"installed": true
},
{
"identifier": {
"id": "wayou.vscode-todo-highlight",
"uuid": "97a08c5f-6667-4242-a5c5-045dfb6bd4b9"
},
"version": "1.0.4",
"installed": true
},
{
"identifier": {
"id": "yzhang.markdown-all-in-one",
"uuid": "98790d67-10fa-497c-9113-f6c7489207b2"
},
"version": "3.4.0",
"installed": true
}
]
{"ref":"10a58309-3dd9-4d14-9f6b-018d38e30d2c","content":"{\"version\":1,\"machineId\":\"6950c52e-e0b6-4282-acf4-585eadf6985d\",\"content\":\"{\\\"storage\\\":{\\\"workbench.panel.markers.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.panel.markers.view\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.panel.output.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.panel.output\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"terminal.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"terminal\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.explorer.views.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"outline\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"timeline\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.explorer.openEditorsView\\\\\\\",\\\\\\\"isHidden\\\\\\\":true},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.explorer.emptyView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"npm\\\\\\\",\\\\\\\"isHidden\\\\\\\":true},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.explorer.fileView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.scm.views.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.scm.repositories\\\\\\\",\\\\\\\"isHidden\\\\\\\":true},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.scm\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.commits\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.repositories\\\\\\\",\\\\\\\"isHidden\\\\\\\":true},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.fileHistory\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.lineHistory\\\\\\\",\\\\\\\"isHidden\\\\\\\":true},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.branches\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.remotes\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.stashes\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.tags\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.contributors\\\\\\\",\\\\\\\"isHidden\\\\\\\":true},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.searchAndCompare\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.view.search.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.search\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.activity.pinnedViewlets2\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.explorer\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":true,\\\\\\\"order\\\\\\\":0},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.search\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":true,\\\\\\\"order\\\\\\\":1},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.scm\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":true,\\\\\\\"order\\\\\\\":2},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.debug\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":true,\\\\\\\"order\\\\\\\":3},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.remote\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false,\\\\\\\"order\\\\\\\":4},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extensions\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":true,\\\\\\\"order\\\\\\\":4},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.test\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false,\\\\\\\"order\\\\\\\":6},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.references-view\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false,\\\\\\\"order\\\\\\\":7},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.gitlens\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false,\\\\\\\"order\\\\\\\":8},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.sync\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false}]\\\"},\\\"nps/lastSessionDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Tue Apr 06 2021\\\"},\\\"nps/sessionCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"6\\\"},\\\"cpp.1.lastSessionDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Tue Apr 06 2021\\\"},\\\"cpp.1.sessionCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"6\\\"},\\\"java.2.lastSessionDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Tue Apr 06 2021\\\"},\\\"java.2.sessionCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"6\\\"},\\\"javascript.1.lastSessionDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Tue Apr 06 2021\\\"},\\\"javascript.1.sessionCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"6\\\"},\\\"typescript.1.lastSessionDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Tue Apr 06 2021\\\"},\\\"typescript.1.sessionCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"6\\\"},\\\"workbench.view.debug.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.debug.welcome\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.debug.variablesView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.debug.watchExpressionsView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.debug.callStackView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.debug.loadedScriptsView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.debug.breakPointsView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.panel.pinnedPanels\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.panel.markers\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"Problems\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"order\\\\\\\":0,\\\\\\\"visible\\\\\\\":true},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.panel.output\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"Output\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"order\\\\\\\":1,\\\\\\\"visible\\\\\\\":true},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.panel.repl\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"Debug Console\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"order\\\\\\\":2,\\\\\\\"visible\\\\\\\":true},{\\\\\\\"id\\\\\\\":\\\\\\\"terminal\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"Terminal\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"order\\\\\\\":3,\\\\\\\"visible\\\\\\\":true},{\\\\\\\"id\\\\\\\":\\\\\\\"refactorPreview\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"Refactor Preview\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false}]\\\"},\\\"colorThemeData\\\":{\\\"version\\\":1,\\\"value\\\":\\\"{\\\\\\\"id\\\\\\\":\\\\\\\"vs-dark Equinusocio-vsc-material-theme-build-themes-Material-Theme-Default-High-Contrast-json\\\\\\\",\\\\\\\"label\\\\\\\":\\\\\\\"Material Theme High Contrast\\\\\\\",\\\\\\\"settingsId\\\\\\\":\\\\\\\"Material Theme High Contrast\\\\\\\",\\\\\\\"themeTokenColors\\\\\\\":[{\\\\\\\"settings\\\\\\\":{\\\\\\\"background\\\\\\\":\\\\\\\"#263238\\\\\\\",\\\\\\\"foreground\\\\\\\":\\\\\\\"#EEFFFF\\\\\\\"}},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#C3E88D\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"string\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#89DDFF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"punctuation, constant.other.symbol\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#EEFFFF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"constant.character.escape, text.html constant.character.entity.named\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ff9cac\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"constant.language.boolean\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#F78C6C\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"constant.numeric\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#EEFFFF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"variable, variable.parameter, support.variable, variable.language, support.constant, meta.definition.variable entity.name.function, meta.function-call.arguments\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#F78C6C\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword.other\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#89DDFF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword, modifier, variable.language.this, support.type.object, constant.language\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#82AAFF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.name.function, support.function\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#C792EA\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"storage.type, storage.modifier, storage.control\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#f07178\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.module, support.node\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#FFCB6B\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.type, constant.other.key\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#FFCB6B\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.name.type, entity.other.inherited-class, entity.other\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#546E7A\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"comment\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#546E7A\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"comment punctuation.definition.comment, string.quoted.docstring\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#89DDFF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"punctuation\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#FFCB6B\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.name, entity.name.type.class, support.type, support.class, meta.use\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#f07178\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"variable.object.property, meta.field.declaration entity.name.function\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#f07178\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"meta.definition.method entity.name.function\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#82AAFF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"meta.function entity.name.function\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#89DDFF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"template.expression.begin, template.expression.end, punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#EEFFFF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"meta.embedded, source.groovy.embedded, meta.template.expression\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#f07178\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.name.tag.yaml\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#f07178\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"meta.object-literal.key, meta.object-literal.key string, support.type.property-name.json\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#89DDFF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"constant.language.json\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#FFCB6B\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.other.attribute-name.class\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#F78C6C\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.other.attribute-name.id\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#FFCB6B\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"source.css entity.name.tag\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#B2CCD6\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.type.property-name.css\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#89DDFF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"meta.tag, punctuation.definition.tag\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#f07178\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.name.tag\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#C792EA\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.other.attribute-name\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#EEFFFF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"punctuation.definition.entity.html\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#89DDFF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.heading\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#f07178\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"text.html.markdown meta.link.inline, meta.link.reference\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#89DDFF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"text.html.markdown beginning.punctuation.definition.list\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#f07178\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.italic\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#f07178\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"bold\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.bold\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#f07178\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic bold\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.bold markup.italic, markup.italic markup.bold\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#C3E88D\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.fenced_code.block.markdown punctuation.definition.markdown\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#C3E88D\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.inline.raw.string.markdown\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#f07178\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword.other.definition.ini\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#89DDFF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.name.section.group-title.ini\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#FFCB6B\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"source.cs meta.class.identifier storage.type\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#f07178\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"source.cs meta.method.identifier entity.name.function\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#82AAFF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"source.cs meta.method-call meta.method, source.cs entity.name.function\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#FFCB6B\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"source.cs storage.type\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#FFCB6B\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"source.cs meta.method.return-type\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#546E7A\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"source.cs meta.preprocessor\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#EEFFFF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"source.cs entity.name.type.namespace\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#EEFFFF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"meta.jsx.children, SXNested\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#FFCB6B\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.class.component\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#EEFFFF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"source.cpp meta.block variable.other\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#f07178\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"source.python meta.member.access.python\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#82AAFF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"source.python meta.function-call.python, meta.function-call.arguments\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#f07178\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"meta.block\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#82AAFF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.name.function.call\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#EEFFFF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"source.php support.other.namespace, source.php meta.use support.class\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#89DDFF\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"constant.keyword\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#82AAFF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.name.function\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"background\\\\\\\":\\\\\\\"#263238\\\\\\\",\\\\\\\"foreground\\\\\\\":\\\\\\\"#EEFFFF\\\\\\\"}},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#89DDFF\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"keyword.control\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic\\\\\\\",\\\\\\\"foreground\\\\\\\":\\\\\\\"#89DDFF\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"markup.quote\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#EEFFFF90\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"markup.fenced_code.block\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ff9cac\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"punctuation.definition.quote\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#C792EA\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.structure.dictionary.json support.type.property-name.json\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#FFCB6B\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#F78C6C\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#f07178\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#916b53\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#82AAFF\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ff9cac\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#C792EA\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#C3E88D\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\\\\\\\"]}],\\\\\\\"semanticTokenRules\\\\\\\":[],\\\\\\\"extensionData\\\\\\\":{\\\\\\\"_extensionId\\\\\\\":\\\\\\\"Equinusocio.vsc-material-theme\\\\\\\",\\\\\\\"_extensionIsBuiltin\\\\\\\":false,\\\\\\\"_extensionName\\\\\\\":\\\\\\\"vsc-material-theme\\\\\\\",\\\\\\\"_extensionPublisher\\\\\\\":\\\\\\\"Equinusocio\\\\\\\"},\\\\\\\"themeSemanticHighlighting\\\\\\\":true,\\\\\\\"colorMap\\\\\\\":{\\\\\\\"focusBorder\\\\\\\":\\\\\\\"#ffffff00\\\\\\\",\\\\\\\"foreground\\\\\\\":\\\\\\\"#eeffff\\\\\\\",\\\\\\\"button.background\\\\\\\":\\\\\\\"#80cbc420\\\\\\\",\\\\\\\"button.foreground\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"dropdown.background\\\\\\\":\\\\\\\"#263238\\\\\\\",\\\\\\\"input.background\\\\\\\":\\\\\\\"#303c41\\\\\\\",\\\\\\\"inputOption.activeBorder\\\\\\\":\\\\\\\"#eeffff30\\\\\\\",\\\\\\\"list.activeSelectionBackground\\\\\\\":\\\\\\\"#192227\\\\\\\",\\\\\\\"list.activeSelectionForeground\\\\\\\":\\\\\\\"#80cbc4\\\\\\\",\\\\\\\"list.dropBackground\\\\\\\":\\\\\\\"#f0717880\\\\\\\",\\\\\\\"list.focusBackground\\\\\\\":\\\\\\\"#eeffff20\\\\\\\",\\\\\\\"list.focusForeground\\\\\\\":\\\\\\\"#eeffff\\\\\\\",\\\\\\\"list.highlightForeground\\\\\\\":\\\\\\\"#80cbc4\\\\\\\",\\\\\\\"list.hoverBackground\\\\\\\":\\\\\\\"#192227\\\\\\\",\\\\\\\"list.inactiveSelectionBackground\\\\\\\":\\\\\\\"#00000030\\\\\\\",\\\\\\\"activityBar.background\\\\\\\":\\\\\\\"#192227\\\\\\\",\\\\\\\"activityBar.dropBackground\\\\\\\":\\\\\\\"#f0717880\\\\\\\",\\\\\\\"activityBarBadge.background\\\\\\\":\\\\\\\"#80cbc4\\\\\\\",\\\\\\\"activityBarBadge.foreground\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"badge.background\\\\\\\":\\\\\\\"#00000030\\\\\\\",\\\\\\\"badge.foreground\\\\\\\":\\\\\\\"#546e7a\\\\\\\",\\\\\\\"sideBar.background\\\\\\\":\\\\\\\"#192227\\\\\\\",\\\\\\\"sideBarSectionHeader.background\\\\\\\":\\\\\\\"#192227\\\\\\\",\\\\\\\"editorGroup.dropBackground\\\\\\\":\\\\\\\"#f0717880\\\\\\\",\\\\\\\"editorGroup.focusedEmptyBorder\\\\\\\":\\\\\\\"#f07178\\\\\\\",\\\\\\\"editorGroupHeader.tabsBackground\\\\\\\":\\\\\\\"#263238\\\\\\\",\\\\\\\"tab.border\\\\\\\":\\\\\\\"#263238\\\\\\\",\\\\\\\"tab.activeBorder\\\\\\\":\\\\\\\"#80cbc4\\\\\\\",\\\\\\\"tab.inactiveBackground\\\\\\\":\\\\\\\"#263238\\\\\\\",\\\\\\\"tab.activeModifiedBorder\\\\\\\":\\\\\\\"#5f7a87\\\\\\\",\\\\\\\"tab.inactiveModifiedBorder\\\\\\\":\\\\\\\"#904348\\\\\\\",\\\\\\\"tab.unfocusedActiveModifiedBorder\\\\\\\":\\\\\\\"#c05a60\\\\\\\",\\\\\\\"tab.unfocusedInactiveModifiedBorder\\\\\\\":\\\\\\\"#904348\\\\\\\",\\\\\\\"editor.background\\\\\\\":\\\\\\\"#263238\\\\\\\",\\\\\\\"editor.foreground\\\\\\\":\\\\\\\"#eeffff\\\\\\\",\\\\\\\"editorLineNumber.foreground\\\\\\\":\\\\\\\"#37474f\\\\\\\",\\\\\\\"editorLineNumber.activeForeground\\\\\\\":\\\\\\\"#5f7a87\\\\\\\",\\\\\\\"editorCursor.foreground\\\\\\\":\\\\\\\"#ffcc00\\\\\\\",\\\\\\\"editor.selectionBackground\\\\\\\":\\\\\\\"#80cbc420\\\\\\\",\\\\\\\"editor.selectionHighlightBackground\\\\\\\":\\\\\\\"#ffcc0020\\\\\\\",\\\\\\\"editor.wordHighlightBackground\\\\\\\":\\\\\\\"#ff9cac30\\\\\\\",\\\\\\\"editor.wordHighlightStrongBackground\\\\\\\":\\\\\\\"#c3e88d30\\\\\\\",\\\\\\\"editor.findMatchHighlight\\\\\\\":\\\\\\\"#eeffff\\\\\\\",\\\\\\\"editor.findRangeHighlightBackground\\\\\\\":\\\\\\\"#ffcb6b30\\\\\\\",\\\\\\\"editor.lineHighlightBorder\\\\\\\":\\\\\\\"#00000000\\\\\\\",\\\\\\\"editor.rangeHighlightBackground\\\\\\\":\\\\\\\"#ffffff0d\\\\\\\",\\\\\\\"editorWhitespace.foreground\\\\\\\":\\\\\\\"#eeffff40\\\\\\\",\\\\\\\"editorWidget.background\\\\\\\":\\\\\\\"#192227\\\\\\\",\\\\\\\"editorHoverWidget.background\\\\\\\":\\\\\\\"#263238\\\\\\\",\\\\\\\"editorMarkerNavigation.background\\\\\\\":\\\\\\\"#eeffff05\\\\\\\",\\\\\\\"peekView.border\\\\\\\":\\\\\\\"#00000030\\\\\\\",\\\\\\\"peekViewEditor.background\\\\\\\":\\\\\\\"#eeffff05\\\\\\\",\\\\\\\"peekViewResult.background\\\\\\\":\\\\\\\"#eeffff05\\\\\\\",\\\\\\\"peekViewTitle.background\\\\\\\":\\\\\\\"#eeffff05\\\\\\\",\\\\\\\"panel.background\\\\\\\":\\\\\\\"#192227\\\\\\\",\\\\\\\"panel.border\\\\\\\":\\\\\\\"#00000060\\\\\\\",\\\\\\\"panelTitle.activeBorder\\\\\\\":\\\\\\\"#80cbc4\\\\\\\",\\\\\\\"panelTitle.inactiveForeground\\\\\\\":\\\\\\\"#eeffff\\\\\\\",\\\\\\\"statusBar.background\\\\\\\":\\\\\\\"#192227\\\\\\\",\\\\\\\"statusBar.debuggingBackground\\\\\\\":\\\\\\\"#c792ea\\\\\\\",\\\\\\\"statusBar.debuggingForeground\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"statusBar.noFolderBackground\\\\\\\":\\\\\\\"#263238\\\\\\\",\\\\\\\"statusBarItem.activeBackground\\\\\\\":\\\\\\\"#f0717880\\\\\\\",\\\\\\\"statusBarItem.hoverBackground\\\\\\\":\\\\\\\"#546e7a20\\\\\\\",\\\\\\\"statusBarItem.remoteBackground\\\\\\\":\\\\\\\"#80cbc4\\\\\\\",\\\\\\\"statusBarItem.remoteForeground\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"titleBar.activeBackground\\\\\\\":\\\\\\\"#192227\\\\\\\",\\\\\\\"pickerGroup.border\\\\\\\":\\\\\\\"#ffffff1a\\\\\\\",\\\\\\\"terminal.ansiBlack\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"terminal.ansiBlue\\\\\\\":\\\\\\\"#82aaff\\\\\\\",\\\\\\\"terminal.ansiBrightBlack\\\\\\\":\\\\\\\"#546e7a\\\\\\\",\\\\\\\"terminal.ansiBrightBlue\\\\\\\":\\\\\\\"#82aaff\\\\\\\",\\\\\\\"terminal.ansiBrightCyan\\\\\\\":\\\\\\\"#89ddff\\\\\\\",\\\\\\\"terminal.ansiBrightGreen\\\\\\\":\\\\\\\"#c3e88d\\\\\\\",\\\\\\\"terminal.ansiBrightMagenta\\\\\\\":\\\\\\\"#c792ea\\\\\\\",\\\\\\\"terminal.ansiBrightRed\\\\\\\":\\\\\\\"#f07178\\\\\\\",\\\\\\\"terminal.ansiBrightWhite\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"terminal.ansiBrightYellow\\\\\\\":\\\\\\\"#ffcb6b\\\\\\\",\\\\\\\"terminal.ansiCyan\\\\\\\":\\\\\\\"#89ddff\\\\\\\",\\\\\\\"terminal.ansiGreen\\\\\\\":\\\\\\\"#c3e88d\\\\\\\",\\\\\\\"terminal.ansiMagenta\\\\\\\":\\\\\\\"#c792ea\\\\\\\",\\\\\\\"terminal.ansiRed\\\\\\\":\\\\\\\"#f07178\\\\\\\",\\\\\\\"terminal.ansiWhite\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"terminal.ansiYellow\\\\\\\":\\\\\\\"#ffcb6b\\\\\\\",\\\\\\\"debugToolBar.background\\\\\\\":\\\\\\\"#263238\\\\\\\",\\\\\\\"debugConsole.errorForeground\\\\\\\":\\\\\\\"#f07178\\\\\\\",\\\\\\\"debugConsole.infoForeground\\\\\\\":\\\\\\\"#89ddff\\\\\\\",\\\\\\\"debugConsole.warningForeground\\\\\\\":\\\\\\\"#ffcb6b\\\\\\\",\\\\\\\"selection.background\\\\\\\":\\\\\\\"#00000080\\\\\\\",\\\\\\\"editorRuler.foreground\\\\\\\":\\\\\\\"#37474f\\\\\\\",\\\\\\\"widget.shadow\\\\\\\":\\\\\\\"#00000030\\\\\\\",\\\\\\\"scrollbar.shadow\\\\\\\":\\\\\\\"#00000030\\\\\\\",\\\\\\\"editorLink.activeForeground\\\\\\\":\\\\\\\"#eeffff\\\\\\\",\\\\\\\"progressBar.background\\\\\\\":\\\\\\\"#80cbc4\\\\\\\",\\\\\\\"pickerGroup.foreground\\\\\\\":\\\\\\\"#80cbc4\\\\\\\",\\\\\\\"tree.indentGuidesStroke\\\\\\\":\\\\\\\"#37474f\\\\\\\",\\\\\\\"terminalCursor.foreground\\\\\\\":\\\\\\\"#ffcb6b\\\\\\\",\\\\\\\"terminalCursor.background\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"inputOption.activeBackground\\\\\\\":\\\\\\\"#eeffff30\\\\\\\",\\\\\\\"textLink.foreground\\\\\\\":\\\\\\\"#80cbc4\\\\\\\",\\\\\\\"textLink.activeForeground\\\\\\\":\\\\\\\"#eeffff\\\\\\\",\\\\\\\"sideBar.foreground\\\\\\\":\\\\\\\"#5f7a87\\\\\\\",\\\\\\\"sideBar.border\\\\\\\":\\\\\\\"#00000060\\\\\\\",\\\\\\\"sideBarTitle.foreground\\\\\\\":\\\\\\\"#eeffff\\\\\\\",\\\\\\\"sideBarSectionHeader.border\\\\\\\":\\\\\\\"#00000060\\\\\\\",\\\\\\\"panel.dropBackground\\\\\\\":\\\\\\\"#eeffff\\\\\\\",\\\\\\\"panelTitle.activeForeground\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"editor.lineHighlightBackground\\\\\\\":\\\\\\\"#00000050\\\\\\\",\\\\\\\"editor.findMatchBackground\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"editor.findMatchHighlightBackground\\\\\\\":\\\\\\\"#00000050\\\\\\\",\\\\\\\"editor.findMatchBorder\\\\\\\":\\\\\\\"#80cbc4\\\\\\\",\\\\\\\"editor.findMatchHighlightBorder\\\\\\\":\\\\\\\"#ffffff50\\\\\\\",\\\\\\\"editorIndentGuide.background\\\\\\\":\\\\\\\"#37474f70\\\\\\\",\\\\\\\"editorIndentGuide.activeBackground\\\\\\\":\\\\\\\"#37474f\\\\\\\",\\\\\\\"editorGroup.border\\\\\\\":\\\\\\\"#00000030\\\\\\\",\\\\\\\"editorGutter.modifiedBackground\\\\\\\":\\\\\\\"#82aaff60\\\\\\\",\\\\\\\"editorGutter.addedBackground\\\\\\\":\\\\\\\"#c3e88d60\\\\\\\",\\\\\\\"editorGutter.deletedBackground\\\\\\\":\\\\\\\"#f0717860\\\\\\\",\\\\\\\"activityBar.border\\\\\\\":\\\\\\\"#00000060\\\\\\\",\\\\\\\"activityBar.foreground\\\\\\\":\\\\\\\"#eeffff\\\\\\\",\\\\\\\"activityBar.activeBorder\\\\\\\":\\\\\\\"#80cbc4\\\\\\\",\\\\\\\"extensionBadge.remoteForeground\\\\\\\":\\\\\\\"#eeffff\\\\\\\",\\\\\\\"scrollbarSlider.background\\\\\\\":\\\\\\\"#eeffff20\\\\\\\",\\\\\\\"scrollbarSlider.hoverBackground\\\\\\\":\\\\\\\"#eeffff10\\\\\\\",\\\\\\\"scrollbarSlider.activeBackground\\\\\\\":\\\\\\\"#80cbc4\\\\\\\",\\\\\\\"tab.unfocusedActiveBorder\\\\\\\":\\\\\\\"#546e7a\\\\\\\",\\\\\\\"tab.activeForeground\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"tab.inactiveForeground\\\\\\\":\\\\\\\"#5f7a87\\\\\\\",\\\\\\\"tab.activeBackground\\\\\\\":\\\\\\\"#263238\\\\\\\",\\\\\\\"tab.unfocusedActiveForeground\\\\\\\":\\\\\\\"#eeffff\\\\\\\",\\\\\\\"editorWidget.resizeBorder\\\\\\\":\\\\\\\"#80cbc4\\\\\\\",\\\\\\\"editorWidget.border\\\\\\\":\\\\\\\"#80cbc4\\\\\\\",\\\\\\\"statusBar.border\\\\\\\":\\\\\\\"#00000060\\\\\\\",\\\\\\\"statusBar.foreground\\\\\\\":\\\\\\\"#546e7a\\\\\\\",\\\\\\\"editorBracketMatch.border\\\\\\\":\\\\\\\"#ffcc0050\\\\\\\",\\\\\\\"editorBracketMatch.background\\\\\\\":\\\\\\\"#263238\\\\\\\",\\\\\\\"editorOverviewRuler.findMatchForeground\\\\\\\":\\\\\\\"#80cbc4\\\\\\\",\\\\\\\"editorOverviewRuler.border\\\\\\\":\\\\\\\"#263238\\\\\\\",\\\\\\\"editorOverviewRuler.errorForeground\\\\\\\":\\\\\\\"#f0717840\\\\\\\",\\\\\\\"editorOverviewRuler.infoForeground\\\\\\\":\\\\\\\"#82aaff40\\\\\\\",\\\\\\\"editorOverviewRuler.warningForeground\\\\\\\":\\\\\\\"#ffcb6b40\\\\\\\",\\\\\\\"editorInfo.foreground\\\\\\\":\\\\\\\"#82aaff70\\\\\\\",\\\\\\\"editorWarning.foreground\\\\\\\":\\\\\\\"#ffcb6b70\\\\\\\",\\\\\\\"editorError.foreground\\\\\\\":\\\\\\\"#f0717870\\\\\\\",\\\\\\\"editorHoverWidget.border\\\\\\\":\\\\\\\"#ffffff10\\\\\\\",\\\\\\\"titleBar.activeForeground\\\\\\\":\\\\\\\"#eeffff\\\\\\\",\\\\\\\"titleBar.inactiveBackground\\\\\\\":\\\\\\\"#192227\\\\\\\",\\\\\\\"titleBar.inactiveForeground\\\\\\\":\\\\\\\"#5f7a87\\\\\\\",\\\\\\\"titleBar.border\\\\\\\":\\\\\\\"#00000060\\\\\\\",\\\\\\\"input.foreground\\\\\\\":\\\\\\\"#eeffff\\\\\\\",\\\\\\\"input.placeholderForeground\\\\\\\":\\\\\\\"#eeffff60\\\\\\\",\\\\\\\"input.border\\\\\\\":\\\\\\\"#ffffff10\\\\\\\",\\\\\\\"inputValidation.errorBorder\\\\\\\":\\\\\\\"#f07178\\\\\\\",\\\\\\\"inputValidation.infoBorder\\\\\\\":\\\\\\\"#82aaff\\\\\\\",\\\\\\\"inputValidation.warningBorder\\\\\\\":\\\\\\\"#ffcb6b\\\\\\\",\\\\\\\"dropdown.border\\\\\\\":\\\\\\\"#ffffff10\\\\\\\",\\\\\\\"quickInput.background\\\\\\\":\\\\\\\"#263238\\\\\\\",\\\\\\\"quickInput.foreground\\\\\\\":\\\\\\\"#5f7a87\\\\\\\",\\\\\\\"list.hoverForeground\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"list.inactiveSelectionForeground\\\\\\\":\\\\\\\"#80cbc4\\\\\\\",\\\\\\\"editorSuggestWidget.background\\\\\\\":\\\\\\\"#263238\\\\\\\",\\\\\\\"editorSuggestWidget.foreground\\\\\\\":\\\\\\\"#eeffff\\\\\\\",\\\\\\\"editorSuggestWidget.highlightForeground\\\\\\\":\\\\\\\"#80cbc4\\\\\\\",\\\\\\\"editorSuggestWidget.selectedBackground\\\\\\\":\\\\\\\"#00000050\\\\\\\",\\\\\\\"editorSuggestWidget.border\\\\\\\":\\\\\\\"#ffffff10\\\\\\\",\\\\\\\"diffEditor.insertedTextBackground\\\\\\\":\\\\\\\"#89ddff20\\\\\\\",\\\\\\\"diffEditor.removedTextBackground\\\\\\\":\\\\\\\"#ff9cac20\\\\\\\",\\\\\\\"notifications.background\\\\\\\":\\\\\\\"#263238\\\\\\\",\\\\\\\"notifications.foreground\\\\\\\":\\\\\\\"#eeffff\\\\\\\",\\\\\\\"notificationLink.foreground\\\\\\\":\\\\\\\"#80cbc4\\\\\\\",\\\\\\\"extensionButton.prominentBackground\\\\\\\":\\\\\\\"#c3e88d90\\\\\\\",\\\\\\\"extensionButton.prominentHoverBackground\\\\\\\":\\\\\\\"#c3e88d\\\\\\\",\\\\\\\"extensionButton.prominentForeground\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"peekViewEditorGutter.background\\\\\\\":\\\\\\\"#eeffff05\\\\\\\",\\\\\\\"peekViewTitleDescription.foreground\\\\\\\":\\\\\\\"#eeffff60\\\\\\\",\\\\\\\"peekViewResult.matchHighlightBackground\\\\\\\":\\\\\\\"#80cbc420\\\\\\\",\\\\\\\"peekViewEditor.matchHighlightBackground\\\\\\\":\\\\\\\"#80cbc420\\\\\\\",\\\\\\\"peekViewResult.selectionBackground\\\\\\\":\\\\\\\"#5f7a8770\\\\\\\",\\\\\\\"gitDecoration.deletedResourceForeground\\\\\\\":\\\\\\\"#f0717890\\\\\\\",\\\\\\\"gitDecoration.conflictingResourceForeground\\\\\\\":\\\\\\\"#ffcb6b90\\\\\\\",\\\\\\\"gitDecoration.modifiedResourceForeground\\\\\\\":\\\\\\\"#82aaff90\\\\\\\",\\\\\\\"gitDecoration.untrackedResourceForeground\\\\\\\":\\\\\\\"#c3e88d90\\\\\\\",\\\\\\\"gitDecoration.ignoredResourceForeground\\\\\\\":\\\\\\\"#5f7a8790\\\\\\\",\\\\\\\"breadcrumb.background\\\\\\\":\\\\\\\"#263238\\\\\\\",\\\\\\\"breadcrumb.foreground\\\\\\\":\\\\\\\"#5f7a87\\\\\\\",\\\\\\\"breadcrumb.focusForeground\\\\\\\":\\\\\\\"#eeffff\\\\\\\",\\\\\\\"breadcrumb.activeSelectionForeground\\\\\\\":\\\\\\\"#80cbc4\\\\\\\",\\\\\\\"breadcrumbPicker.background\\\\\\\":\\\\\\\"#192227\\\\\\\",\\\\\\\"menu.background\\\\\\\":\\\\\\\"#263238\\\\\\\",\\\\\\\"menu.foreground\\\\\\\":\\\\\\\"#eeffff\\\\\\\",\\\\\\\"menu.selectionBackground\\\\\\\":\\\\\\\"#00000050\\\\\\\",\\\\\\\"menu.selectionForeground\\\\\\\":\\\\\\\"#80cbc4\\\\\\\",\\\\\\\"menu.selectionBorder\\\\\\\":\\\\\\\"#00000030\\\\\\\",\\\\\\\"menu.separatorBackground\\\\\\\":\\\\\\\"#eeffff\\\\\\\",\\\\\\\"menubar.selectionBackground\\\\\\\":\\\\\\\"#00000030\\\\\\\",\\\\\\\"menubar.selectionForeground\\\\\\\":\\\\\\\"#80cbc4\\\\\\\",\\\\\\\"menubar.selectionBorder\\\\\\\":\\\\\\\"#00000030\\\\\\\",\\\\\\\"settings.dropdownForeground\\\\\\\":\\\\\\\"#eeffff\\\\\\\",\\\\\\\"settings.dropdownBackground\\\\\\\":\\\\\\\"#192227\\\\\\\",\\\\\\\"settings.numberInputForeground\\\\\\\":\\\\\\\"#eeffff\\\\\\\",\\\\\\\"settings.numberInputBackground\\\\\\\":\\\\\\\"#192227\\\\\\\",\\\\\\\"settings.textInputForeground\\\\\\\":\\\\\\\"#eeffff\\\\\\\",\\\\\\\"settings.textInputBackground\\\\\\\":\\\\\\\"#192227\\\\\\\",\\\\\\\"settings.headerForeground\\\\\\\":\\\\\\\"#80cbc4\\\\\\\",\\\\\\\"settings.modifiedItemIndicator\\\\\\\":\\\\\\\"#80cbc4\\\\\\\",\\\\\\\"settings.checkboxBackground\\\\\\\":\\\\\\\"#192227\\\\\\\",\\\\\\\"settings.checkboxForeground\\\\\\\":\\\\\\\"#eeffff\\\\\\\",\\\\\\\"listFilterWidget.background\\\\\\\":\\\\\\\"#00000030\\\\\\\",\\\\\\\"listFilterWidget.outline\\\\\\\":\\\\\\\"#00000030\\\\\\\",\\\\\\\"listFilterWidget.noMatchesOutline\\\\\\\":\\\\\\\"#00000030\\\\\\\"},\\\\\\\"watch\\\\\\\":false}\\\"},\\\"workbench.panel.repl.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.panel.repl.view\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.telemetryOptOutShown\\\":{\\\"version\\\":1,\\\"value\\\":\\\"true\\\"},\\\"workbench.view.extensions.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.installed.empty\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.installed\\\\\\\",\\\\\\\"isHidden\\\\\\\":true},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.workspaceRecommendations\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.popular\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.otherRecommendations\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.recommendedList\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.enabled\\\\\\\",\\\\\\\"isHidden\\\\\\\":true},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.disabled\\\\\\\",\\\\\\\"isHidden\\\\\\\":true},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.marketplace\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.searchInstalled\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.searchEnabled\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.searchDisabled\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.searchOutdated\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.searchBuiltin\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.builtinFeatureExtensions\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.builtinThemeExtensions\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.builtinProgrammingLanguageExtensions\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"commandPalette.mru.cache\\\":{\\\"version\\\":1,\\\"value\\\":\\\"{\\\\\\\"usesLRU\\\\\\\":true,\\\\\\\"entries\\\\\\\":[{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.userDataSync.actions.turnOn\\\\\\\",\\\\\\\"value\\\\\\\":2},{\\\\\\\"key\\\\\\\":\\\\\\\"extension.updateSettings\\\\\\\",\\\\\\\"value\\\\\\\":3},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.userDataSync.actions.syncNow\\\\\\\",\\\\\\\"value\\\\\\\":4},{\\\\\\\"key\\\\\\\":\\\\\\\"extension.downloadSettings\\\\\\\",\\\\\\\"value\\\\\\\":7},{\\\\\\\"key\\\\\\\":\\\\\\\"materialTheme.setAccent\\\\\\\",\\\\\\\"value\\\\\\\":8},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.action.generateColorTheme\\\\\\\",\\\\\\\"value\\\\\\\":9},{\\\\\\\"key\\\\\\\":\\\\\\\"cmder-here.cmder here\\\\\\\",\\\\\\\"value\\\\\\\":21},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.action.selectTheme\\\\\\\",\\\\\\\"value\\\\\\\":30},{\\\\\\\"key\\\\\\\":\\\\\\\"editor.action.insertSnippet\\\\\\\",\\\\\\\"value\\\\\\\":32},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.action.openSnippets\\\\\\\",\\\\\\\"value\\\\\\\":34},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.action.terminal.openNativeConsole\\\\\\\",\\\\\\\"value\\\\\\\":35}]}\\\"},\\\"commandPalette.mru.counter\\\":{\\\"version\\\":1,\\\"value\\\":\\\"36\\\"},\\\"workbench.view.extension.gitlens.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.updates\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.welcome\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"memento/gettingStartedService\\\":{\\\"version\\\":1,\\\"value\\\":\\\"{\\\\\\\"pickColorTheme\\\\\\\":{\\\\\\\"done\\\\\\\":true},\\\\\\\"commandPaletteTask\\\\\\\":{\\\\\\\"done\\\\\\\":true},\\\\\\\"terminal\\\\\\\":{\\\\\\\"done\\\\\\\":true}}\\\"},\\\"hasNotifiedOfSettingsAutosave\\\":{\\\"version\\\":1,\\\"value\\\":\\\"true\\\"},\\\"scm/input:Git:/c:/Users/Chris/projectbreeze-cli\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"memento/workbench.editor.keybindings\\\":{\\\"version\\\":1,\\\"value\\\":\\\"{\\\\\\\"searchHistory\\\\\\\":[\\\\\\\"new terminal\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"ctrl+`\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"new t\\\\\\\",\\\\\\\"toggle\\\\\\\",\\\\\\\"toggle \\\\\\\",\\\\\\\"toggle terminal\\\\\\\"]}\\\"},\\\"typescript.1.editedCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"1\\\"},\\\"typescript.1.editedDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Mon Feb 22 2021\\\"},\\\"scm/input:Git:/c:/Users/Chris/aitmed-noodl-web\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"terminal.integrated.showTerminalConfigPrompt\\\":{\\\"version\\\":1,\\\"value\\\":\\\"false\\\"},\\\"javascript.1.editedCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"1\\\"},\\\"javascript.1.editedDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Sun Mar 14 2021\\\"}}}\"}"}
{"ref":"72a13e6b-28af-4f49-a678-4ce640179f9c","content":"{\"version\":2,\"machineId\":\"6950c52e-e0b6-4282-acf4-585eadf6985d\",\"content\":\"{\\\"windows\\\":\\\"// Place your key bindings in this file to override the defaultsauto[]\\\\r\\\\n[\\\\r\\\\n {\\\\r\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+`\\\\\\\",\\\\r\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-workbench.action.terminal.toggleTerminal\\\\\\\"\\\\r\\\\n },\\\\r\\\\n {\\\\r\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+`\\\\\\\",\\\\r\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"workbench.action.terminal.toggleTerminal\\\\\\\"\\\\r\\\\n }\\\\r\\\\n]\\\"}\"}","platformSpecific":true}
{"ref":"ae6c8c00-5523-4da9-9f0c-06fae3c99901","content":"{\"version\":2,\"machineId\":\"6950c52e-e0b6-4282-acf4-585eadf6985d\",\"content\":\"{\\\"settings\\\":\\\"{\\\\n \\\\\\\"atomKeymap.promptV3Features\\\\\\\": true,\\\\n \\\\\\\"debug.console.fontSize\\\\\\\": 10,\\\\n \\\\\\\"editor.acceptSuggestionOnCommitCharacter\\\\\\\": false,\\\\n \\\\\\\"editor.autoClosingBrackets\\\\\\\": \\\\\\\"always\\\\\\\",\\\\n \\\\\\\"editor.autoIndent\\\\\\\": \\\\\\\"full\\\\\\\",\\\\n \\\\\\\"editor.codeActionsOnSave\\\\\\\": {\\\\n \\\\\\\"source.fixAll\\\\\\\": true\\\\n },\\\\n \\\\\\\"editor.codeLens\\\\\\\": false,\\\\n \\\\\\\"editor.defaultFormatter\\\\\\\": \\\\\\\"esbenp.prettier-vscode\\\\\\\",\\\\n \\\\\\\"editor.fontFamily\\\\\\\": \\\\\\\"Hack\\\\\\\",\\\\n \\\\\\\"editor.fontLigatures\\\\\\\": true,\\\\n \\\\\\\"editor.fontSize\\\\\\\": 10.5,\\\\n \\\\\\\"editor.formatOnSave\\\\\\\": true,\\\\n \\\\\\\"editor.minimap.enabled\\\\\\\": true,\\\\n \\\\\\\"editor.minimap.maxColumn\\\\\\\": 100,\\\\n \\\\\\\"editor.multiCursorModifier\\\\\\\": \\\\\\\"ctrlCmd\\\\\\\",\\\\n \\\\\\\"editor.renderControlCharacters\\\\\\\": true,\\\\n \\\\\\\"editor.tabSize\\\\\\\": 2,\\\\n \\\\\\\"editor.wordWrapColumn\\\\\\\": 100,\\\\n \\\\\\\"eslint.format.enable\\\\\\\": true,\\\\n \\\\\\\"eslint.lintTask.enable\\\\\\\": true,\\\\n \\\\\\\"eslint.validate\\\\\\\": [\\\\n \\\\\\\"javascript\\\\\\\",\\\\n \\\\\\\"javascriptreact\\\\\\\",\\\\n \\\\\\\"typescript\\\\\\\",\\\\n \\\\\\\"typescriptreact\\\\\\\"\\\\n ],\\\\n \\\\\\\"explorer.confirmDelete\\\\\\\": false,\\\\n \\\\\\\"explorer.confirmDragAndDrop\\\\\\\": false,\\\\n \\\\\\\"files.associations\\\\\\\": {\\\\n \\\\\\\"*.cs\\\\\\\": \\\\\\\"csharp\\\\\\\",\\\\n \\\\\\\"*.cshtml\\\\\\\": \\\\\\\"razor\\\\\\\",\\\\n \\\\\\\"*.html\\\\\\\": \\\\\\\"html\\\\\\\",\\\\n \\\\\\\"*.js\\\\\\\": \\\\\\\"javascript\\\\\\\",\\\\n \\\\\\\"*.jsx\\\\\\\": \\\\\\\"javascriptreact\\\\\\\",\\\\n \\\\\\\"*.ts\\\\\\\": \\\\\\\"typescript\\\\\\\",\\\\n \\\\\\\"*.tsx\\\\\\\": \\\\\\\"typescriptreact\\\\\\\"\\\\n },\\\\n \\\\\\\"git.autofetch\\\\\\\": true,\\\\n \\\\\\\"html.format.endWithNewline\\\\\\\": true,\\\\n \\\\\\\"html.format.wrapLineLength\\\\\\\": 80,\\\\n \\\\\\\"javascript.updateImportsOnFileMove.enabled\\\\\\\": \\\\\\\"always\\\\\\\",\\\\n \\\\\\\"javascript.validate.enable\\\\\\\": true,\\\\n \\\\\\\"markdown.preview.fontSize\\\\\\\": 13,\\\\n \\\\\\\"materialTheme.accent\\\\\\\": \\\\\\\"Sky\\\\\\\",\\\\n \\\\\\\"merge-conflict.autoNavigateNextConflict.enabled\\\\\\\": true,\\\\n \\\\\\\"sync.gist\\\\\\\": \\\\\\\"91d0656e1718d67fa335be5dd081cc77\\\\\\\",\\\\n \\\\\\\"terminal.integrated.fontSize\\\\\\\": 10,\\\\n \\\\\\\"terminal.integrated.fontWeight\\\\\\\": \\\\\\\"100\\\\\\\",\\\\n \\\\\\\"terminal.integrated.fontWeightBold\\\\\\\": \\\\\\\"100\\\\\\\",\\\\n \\\\\\\"terminal.integrated.rendererType\\\\\\\": \\\\\\\"dom\\\\\\\",\\\\n \\\\\\\"terminal.integrated.shell.windows\\\\\\\": \\\\\\\"C:\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\Chris\\\\\\\\\\\\\\\\Desktop\\\\\\\\\\\\\\\\cmder\\\\\\\\\\\\\\\\vendor\\\\\\\\\\\\\\\\git-for-windows\\\\\\\\\\\\\\\\bin\\\\\\\\\\\\\\\\sh.exe\\\\\\\",\\\\n \\\\\\\"todohighlight.defaultStyle\\\\\\\": {\\\\n \\\\\\\"backgroundColor\\\\\\\": \\\\\\\"none\\\\\\\",\\\\n \\\\\\\"border\\\\\\\": \\\\\\\"1px solid #2abdef\\\\\\\",\\\\n \\\\\\\"borderRadius\\\\\\\": \\\\\\\"20%\\\\\\\",\\\\n \\\\\\\"color\\\\\\\": \\\\\\\"#2abdef\\\\\\\",\\\\n \\\\\\\"overviewRulerColor\\\\\\\": \\\\\\\"rgba(0,0,0,0)\\\\\\\"\\\\n },\\\\n \\\\\\\"todohighlight.keywords\\\\\\\": [\\\\n {\\\\n \\\\\\\"backgroundColor\\\\\\\": \\\\\\\"rgba(0, 0, 0, 0.5)\\\\\\\",\\\\n \\\\\\\"border\\\\\\\": \\\\\\\"1px solid magenta\\\\\\\",\\\\n \\\\\\\"borderRadius\\\\\\\": \\\\\\\"20%\\\\\\\",\\\\n \\\\\\\"color\\\\\\\": \\\\\\\"magenta\\\\\\\",\\\\n \\\\\\\"text\\\\\\\": \\\\\\\"NOTE:\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"backgroundColor\\\\\\\": \\\\\\\"rgba(0, 0, 0, 0.5)\\\\\\\",\\\\n \\\\\\\"border\\\\\\\": \\\\\\\"1px solid red\\\\\\\",\\\\n \\\\\\\"borderRadius\\\\\\\": \\\\\\\"20%\\\\\\\",\\\\n \\\\\\\"color\\\\\\\": \\\\\\\"red\\\\\\\",\\\\n \\\\\\\"text\\\\\\\": \\\\\\\"BUG:\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"backgroundColor\\\\\\\": \\\\\\\"none\\\\\\\",\\\\n \\\\\\\"border\\\\\\\": \\\\\\\"1px solid #2abdef\\\\\\\",\\\\n \\\\\\\"borderRadius\\\\\\\": \\\\\\\"20%\\\\\\\",\\\\n \\\\\\\"color\\\\\\\": \\\\\\\"#2abdef\\\\\\\",\\\\n \\\\\\\"overviewRulerColor\\\\\\\": \\\\\\\"rgba(0,0,0,0)\\\\\\\",\\\\n \\\\\\\"text\\\\\\\": \\\\\\\"TODO:\\\\\\\"\\\\n }\\\\n ],\\\\n \\\\\\\"typescript.updateImportsOnFileMove.enabled\\\\\\\": \\\\\\\"always\\\\\\\",\\\\n \\\\\\\"window.menuBarVisibility\\\\\\\": \\\\\\\"default\\\\\\\",\\\\n \\\\\\\"workbench.activityBar.visible\\\\\\\": false,\\\\n \\\\\\\"workbench.colorCustomizations\\\\\\\": {\\\\n \\\\\\\"activityBarBadge.background\\\\\\\": \\\\\\\"#84FFFF\\\\\\\",\\\\n \\\\\\\"breadcrumb.activeSelectionForeground\\\\\\\": \\\\\\\"#84FFFF\\\\\\\",\\\\n \\\\\\\"editor.findMatchBorder\\\\\\\": \\\\\\\"#84FFFF\\\\\\\",\\\\n \\\\\\\"editor.foldBackground\\\\\\\": \\\\\\\"#004369\\\\\\\",\\\\n \\\\\\\"editorSuggestWidget.highlightForeground\\\\\\\": \\\\\\\"#84FFFF\\\\\\\",\\\\n \\\\\\\"editorWidget.border\\\\\\\": \\\\\\\"#84FFFF\\\\\\\",\\\\n \\\\\\\"editorWidget.resizeBorder\\\\\\\": \\\\\\\"#84FFFF\\\\\\\",\\\\n \\\\\\\"list.activeSelectionForeground\\\\\\\": \\\\\\\"#84FFFF\\\\\\\",\\\\n \\\\\\\"list.highlightForeground\\\\\\\": \\\\\\\"#84FFFF\\\\\\\",\\\\n \\\\\\\"list.inactiveSelectionForeground\\\\\\\": \\\\\\\"#84FFFF\\\\\\\",\\\\n \\\\\\\"menu.selectionForeground\\\\\\\": \\\\\\\"#84FFFF\\\\\\\",\\\\n \\\\\\\"menubar.selectionForeground\\\\\\\": \\\\\\\"#84FFFF\\\\\\\",\\\\n \\\\\\\"notificationLink.foreground\\\\\\\": \\\\\\\"#84FFFF\\\\\\\",\\\\n \\\\\\\"panelTitle.activeBorder\\\\\\\": \\\\\\\"#84FFFF\\\\\\\",\\\\n \\\\\\\"pickerGroup.foreground\\\\\\\": \\\\\\\"#84FFFF\\\\\\\",\\\\n \\\\\\\"progressBar.background\\\\\\\": \\\\\\\"#84FFFF\\\\\\\",\\\\n \\\\\\\"scrollbarSlider.activeBackground\\\\\\\": \\\\\\\"#84FFFF50\\\\\\\",\\\\n \\\\\\\"selection.background\\\\\\\": \\\\\\\"#84FFFF40\\\\\\\",\\\\n \\\\\\\"settings.headerForeground\\\\\\\": \\\\\\\"#84FFFF\\\\\\\",\\\\n \\\\\\\"settings.modifiedItemIndicator\\\\\\\": \\\\\\\"#84FFFF\\\\\\\",\\\\n \\\\\\\"tab.activeBorder\\\\\\\": \\\\\\\"#84FFFF\\\\\\\",\\\\n \\\\\\\"textLink.foreground\\\\\\\": \\\\\\\"#84FFFF\\\\\\\"\\\\n },\\\\n \\\\\\\"workbench.iconTheme\\\\\\\": \\\\\\\"vscode-icons\\\\\\\",\\\\n \\\\\\\"workbench.colorTheme\\\\\\\": \\\\\\\"Material Theme High Contrast\\\\\\\",\\\\n \\\\\\\"editor.fastScrollSensitivity\\\\\\\": 6,\\\\n \\\\\\\"editor.suggestSelection\\\\\\\": \\\\\\\"first\\\\\\\",\\\\n \\\\\\\"vsintellicode.modify.editor.suggestSelection\\\\\\\": \\\\\\\"automaticallyOverrodeDefaultValue\\\\\\\",\\\\n \\\\\\\"vsicons.dontShowNewVersionMessage\\\\\\\": true\\\\n}\\\"}\"}"}
{
"debug.console.fontSize": 10,
"editor.acceptSuggestionOnCommitCharacter": false,
"editor.autoClosingBrackets": "always",
"editor.autoIndent": "full",
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"editor.codeLens": false,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.fastScrollSensitivity": 6,
"editor.fontFamily": "Hack",
"editor.fontLigatures": true,
"editor.fontSize": 10.5,
"editor.formatOnSave": true,
"editor.minimap.enabled": true,
"editor.minimap.maxColumn": 100,
"editor.multiCursorModifier": "ctrlCmd",
"editor.renderControlCharacters": true,
"editor.suggestSelection": "first",
"editor.tabSize": 2,
"editor.wordWrapColumn": 100,
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"files.associations": {
"*.cs": "csharp",
"*.cshtml": "razor",
"*.html": "html",
"*.js": "javascript",
"*.jsx": "javascriptreact",
"*.md": "markdown",
"*.mdx": "markdownx",
"*.ts": "typescript",
"*.tsx": "typescriptreact"
},
"git.autofetch": true,
"html.format.endWithNewline": true,
"html.format.wrapLineLength": 80,
"javascript.updateImportsOnFileMove.enabled": "always",
"javascript.validate.enable": true,
"markdown.preview.fontSize": 13,
"markdownlint.config": {
"no-bare-urls": false
},
"materialTheme.accent": "Sky",
"merge-conflict.autoNavigateNextConflict.enabled": true,
"sync.gist": "91d0656e1718d67fa335be5dd081cc77",
"sync.removeExtensions": false,
"sync.syncExtensions": false,
"terminal.integrated.fontSize": 10,
"terminal.integrated.fontWeight": "100",
"terminal.integrated.fontWeightBold": "100",
"todohighlight.defaultStyle": {
"backgroundColor": "none",
"border": "1px solid #2abdef",
"borderRadius": "20%",
"color": "#2abdef",
"overviewRulerColor": "rgba(0,0,0,0)"
},
"todohighlight.keywords": [
{
"backgroundColor": "rgba(0, 0, 0, 0.5)",
"border": "1px solid magenta",
"borderRadius": "20%",
"color": "magenta",
"text": "NOTE:"
},
{
"backgroundColor": "rgba(0, 0, 0, 0.5)",
"border": "1px solid red",
"borderRadius": "20%",
"color": "red",
"text": "BUG:"
},
{
"backgroundColor": "none",
"border": "1px solid #2abdef",
"borderRadius": "20%",
"color": "#2abdef",
"overviewRulerColor": "rgba(0,0,0,0)",
"text": "TODO:"
}
],
"typescript.updateImportsOnFileMove.enabled": "always",
"vsicons.dontShowNewVersionMessage": true,
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"window.menuBarVisibility": "classic",
"workbench.activityBar.visible": false,
"workbench.colorCustomizations": {
"activityBarBadge.background": "#84FFFF",
"breadcrumb.activeSelectionForeground": "#84FFFF",
"editor.findMatchBorder": "#84FFFF",
"editor.foldBackground": "#004369",
"editorSuggestWidget.highlightForeground": "#84FFFF",
"editorWidget.border": "#84FFFF",
"editorWidget.resizeBorder": "#84FFFF",
"list.activeSelectionForeground": "#84FFFF",
"list.highlightForeground": "#84FFFF",
"list.inactiveSelectionForeground": "#84FFFF",
"menu.selectionForeground": "#84FFFF",
"menubar.selectionForeground": "#84FFFF",
"notificationLink.foreground": "#84FFFF",
"panelTitle.activeBorder": "#84FFFF",
"pickerGroup.foreground": "#84FFFF",
"progressBar.background": "#84FFFF",
"scrollbarSlider.activeBackground": "#84FFFF50",
"selection.background": "#84FFFF40",
"settings.headerForeground": "#84FFFF",
"settings.modifiedItemIndicator": "#84FFFF",
"tab.activeBorder": "#84FFFF",
"textLink.foreground": "#84FFFF"
},
"workbench.colorTheme": "Material Theme High Contrast",
"workbench.iconTheme": "vscode-icons"
}
{"ref":"1f0b5a40-2aa4-4113-97d6-9a0f0d11473a","content":"{\"version\":1,\"machineId\":\"6950c52e-e0b6-4282-acf4-585eadf6985d\",\"content\":\"{\\\"typescript.json\\\":\\\"{\\\\n \\\\\\\"export default from\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"edefault\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"export { default } from './$1'\\\\\\\"\\\\n },\\\\n \\\\\\\"React.PropsWithChildren\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"rc\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"React.PropsWithChildren<any$1>$2\\\\\\\"\\\\n },\\\\n \\\\\\\"chalkcoolgold\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"chalkcoolgold\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"chalk.italic(chalk.keyword(`navajowhite`)(`$1`))\\\\\\\"\\\\n },\\\\n \\\\\\\"chalkitalic\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"chalkitalic\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"chalk.italic(chalk.white(`$1`))\\\\\\\"\\\\n },\\\\n \\\\\\\"import path\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"path\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import path from 'path'\\\\\\\"\\\\n },\\\\n \\\\\\\"import axios\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"axios\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import axios from 'axios'\\\\\\\"\\\\n },\\\\n \\\\\\\"import R from 'rambda'\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"rambda\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import * as R from 'rambda'\\\\\\\"\\\\n },\\\\n \\\\\\\"eslint disable line\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"eds\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"// eslint-disable-line\\\\\\\"\\\\n },\\\\n \\\\\\\"red console.log\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"logred\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"console.log(`%c$1`, `color:#ec0000;font-weight:bold;`, $2)\\\\\\\"]\\\\n },\\\\n \\\\\\\"blue console.log\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"logblue\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"console.log(`%c$1`, `color:#0047ff;font-weight:bold;`, $2)\\\\\\\"]\\\\n },\\\\n \\\\\\\"salmon console.log\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"logsalmon\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"console.log(`%c$1`, `color:salmon;font-weight:bold;`, $2)\\\\\\\"]\\\\n },\\\\n \\\\\\\"orange console.log\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"logorange\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"console.log(`%c$1`, `color:#FF5722;font-weight:bold;`, $2)\\\\\\\"]\\\\n },\\\\n \\\\\\\"yellow console.log\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"logyellow\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"console.log(`%c$1`, `color:#CCCD17$2;font-weight:bold;`, $3)\\\\\\\"\\\\n },\\\\n \\\\\\\"gold console.log\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"loggold\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"console.log(`%c$1`, `color:#c4a901;font-weight:bold;`, $2)\\\\\\\"]\\\\n },\\\\n \\\\\\\"magenta console.log\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"logmagenta\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"console.log(`%c$1`, `color:#4E25D2;font-weight:bold;`, $2)\\\\\\\"]\\\\n },\\\\n \\\\\\\"cyan console.log\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"logcyan\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"console.log(`%c$1`, `color:#00D8C2;font-weight:bold;`, $2)\\\\\\\"]\\\\n },\\\\n \\\\\\\"teal console.log\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"logteal\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"console.log(`%c$1`, `color:#20B2AA;font-weight:bold;`, $2)\\\\\\\"]\\\\n },\\\\n \\\\\\\"info console.log\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"loginfo\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"console.log(`%c$1`, `color:#3498db;font-weight:bold;`, $2)\\\\\\\"]\\\\n },\\\\n \\\\\\\"green console.log\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"loggreen\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"console.log(`%c$1`, `color:#00b406;font-weight:bold;`, $2)\\\\\\\"]\\\\n },\\\\n \\\\\\\"hotpink console.log\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"loghotpink\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"console.log(`%c$1`, `color:#e50087;font-weight:bold;`, $2)\\\\\\\"]\\\\n },\\\\n \\\\\\\"grey console.log\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"loggrey\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"console.log(`%c$1`, `color:#95a5a6;font-weight:bold;`, $2)\\\\\\\"]\\\\n },\\\\n \\\\\\\"eslint disable next line\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"ednl\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"// eslint-disable-next-line\\\\\\\"\\\\n },\\\\n \\\\\\\"return new Promise\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"prom\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"return new Promise((resolve, reject) => {\\\\\\\", \\\\\\\" $1\\\\\\\", \\\\\\\"})\\\\\\\"]\\\\n },\\\\n \\\\\\\"new story\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"story\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\n \\\\\\\"import React from 'react'\\\\\\\",\\\\n \\\\\\\"import $1 from './$1'\\\\\\\",\\\\n \\\\\\\"\\\\\\\",\\\\n \\\\\\\"export default {\\\\\\\",\\\\n \\\\\\\" title: '$1',\\\\\\\",\\\\n \\\\\\\" component: $1,\\\\\\\",\\\\n \\\\\\\" decorators: [(s: any) => <div style={{ padding: 25, }}>{s()}</div>],\\\\\\\",\\\\n \\\\\\\" // parameters: { options: { thmee: { appContentBg: '$2' } } },\\\\\\\",\\\\n \\\\\\\"}\\\\\\\",\\\\n \\\\\\\"\\\\\\\",\\\\n \\\\\\\"export const _$1 = () => {\\\\\\\",\\\\n \\\\\\\" return <$1 />\\\\\\\",\\\\n \\\\\\\"}\\\\\\\",\\\\n \\\\\\\"\\\\\\\",\\\\n \\\\\\\"_$1.storyName = '$1'\\\\\\\",\\\\n \\\\\\\"\\\\\\\"\\\\n ]\\\\n },\\\\n \\\\\\\"// @ts-ignore\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"tsg\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"// @ts-ignore\\\\\\\"\\\\n },\\\\n \\\\\\\"// @ts-nocheck\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"tsn\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"// @ts-nocheck\\\\\\\"\\\\n },\\\\n \\\\\\\"// @ts-expect-error\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"tsee\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"// @ts-expect-error\\\\\\\"\\\\n },\\\\n \\\\\\\"afterEach(() => {})\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"afe\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"afterEach(() => {\\\\\\\", \\\\\\\" $1\\\\\\\", \\\\\\\"})\\\\\\\"]\\\\n },\\\\n \\\\\\\"beforeEach(() => {})\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"bfe\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"beforeEach(() => {\\\\\\\", \\\\\\\" $1\\\\\\\", \\\\\\\"})\\\\\\\"]\\\\n },\\\\n \\\\\\\"dispatch\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"dispatch\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"dispatch({ type: '$1'$2 })\\\\\\\"\\\\n },\\\\n \\\\\\\"import react\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"reaa\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import React from 'react'\\\\\\\"\\\\n },\\\\n \\\\\\\"comment section\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"cs\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\n \\\\\\\"/* -------------------------------------------------------\\\\\\\",\\\\n \\\\\\\" ---- $1\\\\\\\",\\\\n \\\\\\\"-------------------------------------------------------- */\\\\\\\"\\\\n ]\\\\n },\\\\n \\\\\\\"@param\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"@param\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"/**\\\\\\\", \\\\\\\" * $4\\\\\\\", \\\\\\\" * @param { $1 } $2 - $3\\\\\\\", \\\\\\\" */\\\\\\\"]\\\\n },\\\\n \\\\\\\"ref\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"ref\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"const $1 = React.useRef<any$2>()\\\\\\\"\\\\n },\\\\n \\\\\\\"const initialState = {}; reducer = (state, action)\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"rsr\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\n \\\\\\\"const initialState = {\\\\\\\",\\\\n \\\\\\\" //$1\\\\\\\",\\\\n \\\\\\\"}\\\\\\\",\\\\n \\\\\\\"\\\\\\\",\\\\n \\\\\\\"const reducer = (state = initialState, action) => {\\\\\\\",\\\\n \\\\\\\" switch (action.type) {\\\\\\\",\\\\n \\\\\\\" default:\\\\\\\",\\\\n \\\\\\\" return state\\\\\\\",\\\\n \\\\\\\" }\\\\\\\",\\\\n \\\\\\\"}\\\\\\\"\\\\n ]\\\\n },\\\\n \\\\\\\"sinon\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"sinon\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import sinon from 'sinon'\\\\\\\"\\\\n },\\\\n \\\\\\\"nock\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"nock\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import nock from 'nock'\\\\\\\"\\\\n },\\\\n \\\\\\\"describe\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"desc\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\n \\\\\\\"describe(`$1`, () => {\\\\\\\",\\\\n \\\\\\\" xit(`$2`, () => {\\\\\\\",\\\\n \\\\\\\" // $3\\\\\\\",\\\\n \\\\\\\" })\\\\\\\",\\\\n \\\\\\\"})\\\\\\\",\\\\n \\\\\\\"\\\\\\\"\\\\n ]\\\\n },\\\\n \\\\\\\"it/test\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"it\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"it(`$2`, () => {\\\\\\\", \\\\\\\" // $3\\\\\\\", \\\\\\\"})\\\\\\\", \\\\\\\"\\\\\\\"]\\\\n },\\\\n \\\\\\\"xit/test\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"xit\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"xit(`$2`, () => {\\\\\\\", \\\\\\\" // $3\\\\\\\", \\\\\\\"})\\\\\\\", \\\\\\\"\\\\\\\"]\\\\n },\\\\n \\\\\\\"immer\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"immer\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"import produce from 'immer'\\\\\\\"]\\\\n },\\\\n \\\\\\\"current\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"curr\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"import { current } from 'immer'\\\\\\\"]\\\\n },\\\\n \\\\\\\"React.useCallback\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"rcb\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"const $1 = React.useCallback(async ($2) => {\\\\\\\", \\\\\\\" $3\\\\\\\", \\\\\\\"}, [$4])\\\\\\\"]\\\\n },\\\\n \\\\\\\"React.useState\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"sta\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"const [$1, $2] = React.useState($3)\\\\\\\"]\\\\n },\\\\n \\\\\\\"React.useEffect\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"eff\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"React.useEffect(() => {\\\\\\\", \\\\\\\" $1\\\\\\\", \\\\\\\"}, [$2])\\\\\\\"]\\\\n },\\\\n \\\\\\\"React.useContext\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"ctx\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"const $1 = React.useContext($2)\\\\\\\"]\\\\n },\\\\n \\\\\\\"typeof window !== 'undefined'\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"isbrowser\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"if (typeof window !== 'undefined') {\\\\\\\", \\\\\\\" $1\\\\\\\", \\\\\\\"}\\\\\\\"]\\\\n },\\\\n \\\\\\\"process.env.NODE_ENV === 'development'\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"isdev\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"if (process.env.NODE_ENV === 'development') {\\\\\\\", \\\\\\\" $1\\\\\\\", \\\\\\\"}\\\\\\\"]\\\\n },\\\\n \\\\\\\"import { useDispatch, useSelector } from 'react-redux'\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"rsd\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import { useSelector, useDispatch } from 'react-redux'\\\\\\\"\\\\n },\\\\n \\\\\\\"import graphql from gatsby\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"gr\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import { graphql } from 'gatsby'\\\\\\\"\\\\n },\\\\n \\\\\\\"import lodash\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"lodash\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import _ from 'lodash'\\\\\\\"\\\\n },\\\\n \\\\\\\"import camelCase from lodash/camelCase\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"camel\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import camelCase from 'lodash/camelCase'\\\\\\\"\\\\n },\\\\n \\\\\\\"import kebabCase from lodash/kebabCase\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"kebab\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import kebabCase from 'lodash/kebabCase'\\\\\\\"\\\\n },\\\\n \\\\\\\"import startCase from lodash/startCase\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"startcase\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import startCase from 'lodash/startCase'\\\\\\\"\\\\n },\\\\n \\\\\\\"import flip from lodash/flip\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"foreach\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import flip from 'lodash/flip'\\\\\\\"\\\\n },\\\\n \\\\\\\"import forEach from lodash/forEach\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"foreach\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import forEach from 'lodash/forEach'\\\\\\\"\\\\n },\\\\n \\\\\\\"import unary from lodash/unary\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"unary\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import unary from 'lodash/unary'\\\\\\\"\\\\n },\\\\n \\\\\\\"import rearg from lodash/rearg\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"rearg\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import rearg from 'lodash/rearg'\\\\\\\"\\\\n },\\\\n \\\\\\\"import curry from lodash/curry\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"curry\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import curry from 'lodash/curry'\\\\\\\"\\\\n },\\\\n \\\\\\\"import partial from lodash/partial\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"partial\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import partial from 'lodash/partial'\\\\\\\"\\\\n },\\\\n \\\\\\\"import partialRight from lodash/partial\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"partialright\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import partialRight from 'lodash/partialRight'\\\\\\\"\\\\n },\\\\n \\\\\\\"if typeof value === string\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"isstr\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"typeof $1 === 'string'\\\\\\\"\\\\n },\\\\n \\\\\\\"if typeof value === function\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"isfnc\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"typeof $1 === 'function'\\\\\\\"\\\\n },\\\\n \\\\\\\"if typeof value === undefined\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"isund\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"typeof $1 === 'undefined'\\\\\\\"\\\\n },\\\\n \\\\\\\"Array.isArray\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"isarr\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"Array.isArray($1)\\\\\\\"\\\\n },\\\\n \\\\\\\"import chunk from lodash/chunk\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"chunk\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import chunk from 'lodash/chunk'\\\\\\\"\\\\n },\\\\n \\\\\\\"import isFinite from lodash/\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"isfin\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import isFinite from 'lodash/isFinite'\\\\\\\"\\\\n },\\\\n \\\\\\\"import isNaN from lodash/isNaN\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"isnan\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import isNaN from 'lodash/isNaN'\\\\\\\"\\\\n },\\\\n \\\\\\\"import isEqual from lodash/isEqual\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"iseq\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import isEqual from 'lodash/isEqual'\\\\\\\"\\\\n },\\\\n \\\\\\\"typeof value === number\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"isnum\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"typeof $1 === 'number'\\\\\\\"\\\\n },\\\\n \\\\\\\"import isObjectLike\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"isobj\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import isObjectLike from 'lodash/isObjectLike'\\\\\\\"\\\\n },\\\\n \\\\\\\"import isPlainObject\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"isplo\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import isPlainObject from 'lodash/isPlainObject'\\\\\\\"\\\\n },\\\\n \\\\\\\"typeof value === boolean\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"isbool\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"typeof $1 === 'boolean'\\\\\\\"\\\\n },\\\\n \\\\\\\"import isError\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"iserr\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import isError from 'lodash/isError'\\\\\\\"\\\\n },\\\\n \\\\\\\"import isNull\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"isnull\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import isNull from 'lodash/isNull'\\\\\\\"\\\\n },\\\\n \\\\\\\"import isNil\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"isnil\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import isNil from 'lodash/isNil'\\\\\\\"\\\\n },\\\\n \\\\\\\"import isElement\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"iselem\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import isElement from 'lodash/isElement'\\\\\\\"\\\\n },\\\\n \\\\\\\"import id\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"id\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import id from 'lodash/uniqueId'\\\\\\\"\\\\n },\\\\n \\\\\\\"import flow\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"flow\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import flow from 'lodash/flow'\\\\\\\"\\\\n },\\\\n \\\\\\\"import flowRight\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"flowright\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import flowRight from 'lodash/flowRight'\\\\\\\"\\\\n },\\\\n \\\\\\\"import wrap\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"wrap\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import wrap from 'lodash/wrap'\\\\\\\"\\\\n },\\\\n \\\\\\\"import spread\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"spread\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import spread from 'lodash/spread'\\\\\\\"\\\\n },\\\\n \\\\\\\"import omit\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"omit\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import omit from 'lodash/omit'\\\\\\\"\\\\n },\\\\n \\\\\\\"import orderBy\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"orderby\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import orderBy from 'lodash/orderBy'\\\\\\\"\\\\n },\\\\n \\\\\\\"import sortBy\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"sortby\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import sortBy from 'lodash/sortBy'\\\\\\\"\\\\n },\\\\n \\\\\\\"import pick\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"pick\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import pick from 'lodash/pick'\\\\\\\"\\\\n },\\\\n \\\\\\\"import difference\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"diff\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import difference from 'lodash/difference'\\\\\\\"\\\\n },\\\\n \\\\\\\"import merge\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"merge\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import merge from 'lodash/merge'\\\\\\\"\\\\n },\\\\n \\\\\\\"import get\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"get\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import get from 'lodash/get'\\\\\\\"\\\\n },\\\\n \\\\\\\"import has\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"has\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import has from 'lodash/has'\\\\\\\"\\\\n },\\\\n \\\\\\\"import set\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"set\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import set from 'lodash/set'\\\\\\\"\\\\n },\\\\n \\\\\\\"import last\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"last\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import last from 'lodash/last'\\\\\\\"\\\\n },\\\\n \\\\\\\"import noop\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"noop\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import noop from 'lodash/noop'\\\\\\\"\\\\n },\\\\n \\\\\\\"import uniq\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"uniq\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import uniq from 'lodash/uniq'\\\\\\\"\\\\n },\\\\n \\\\\\\"import fs-extra\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"fse\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import fs from 'fs-extra'\\\\\\\"\\\\n },\\\\n \\\\\\\"import chalk\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"chalk\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import chalk from 'chalk'\\\\\\\"\\\\n },\\\\n \\\\\\\"import yaml\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"yaml\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import yaml from 'yaml'\\\\\\\"\\\\n },\\\\n \\\\\\\"import globby\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"globby\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import globby from 'globby'\\\\\\\"\\\\n }\\\\n}\\\\n\\\",\\\"typescriptreact.json\\\":\\\"{\\\\n \\\\\\\"export default from\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"edefault\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"export { default } from './$1'\\\\\\\"\\\\n },\\\\n \\\\\\\"React.PropsWithChildren\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"rc\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"React.PropsWithChildren<any$1>$2\\\\\\\"\\\\n },\\\\n \\\\\\\"chalkcoolgold\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"chalkcoolgold\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"chalk.italic(chalk.keyword(`navajowhite`)(`$1`))\\\\\\\"\\\\n },\\\\n \\\\\\\"chalkitalic\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"chalkitalic\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"chalk.italic(chalk.white(`$1`))\\\\\\\"\\\\n },\\\\n \\\\\\\"import path\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"path\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import path from 'path'\\\\\\\"\\\\n },\\\\n \\\\\\\"import axios\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"axios\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import axios from 'axios'\\\\\\\"\\\\n },\\\\n \\\\\\\"import R from 'rambda'\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"rambda\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import * as R from 'rambda'\\\\\\\"\\\\n },\\\\n \\\\\\\"eslint disable line\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"eds\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"// eslint-disable-line\\\\\\\"\\\\n },\\\\n \\\\\\\"red console.log\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"logred\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"console.log(`%c$1`, `color:#ec0000;font-weight:bold;`, $2)\\\\\\\"]\\\\n },\\\\n \\\\\\\"blue console.log\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"logblue\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"console.log(`%c$1`, `color:#0047ff;font-weight:bold;`, $2)\\\\\\\"]\\\\n },\\\\n \\\\\\\"salmon console.log\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"logsalmon\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"console.log(`%c$1`, `color:salmon;font-weight:bold;`, $2)\\\\\\\"]\\\\n },\\\\n \\\\\\\"orange console.log\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"logorange\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"console.log(`%c$1`, `color:#FF5722;font-weight:bold;`, $2)\\\\\\\"]\\\\n },\\\\n \\\\\\\"yellow console.log\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"logyellow\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"console.log(`%c$1`, `color:#CCCD17$2;font-weight:bold;`, $3)\\\\\\\"\\\\n },\\\\n \\\\\\\"gold console.log\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"loggold\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"console.log(`%c$1`, `color:#c4a901;font-weight:bold;`, $2)\\\\\\\"]\\\\n },\\\\n \\\\\\\"magenta console.log\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"logmagenta\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"console.log(`%c$1`, `color:#4E25D2;font-weight:bold;`, $2)\\\\\\\"]\\\\n },\\\\n \\\\\\\"cyan console.log\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"logcyan\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"console.log(`%c$1`, `color:#00D8C2;font-weight:bold;`, $2)\\\\\\\"]\\\\n },\\\\n \\\\\\\"teal console.log\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"logteal\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"console.log(`%c$1`, `color:#20B2AA;font-weight:bold;`, $2)\\\\\\\"]\\\\n },\\\\n \\\\\\\"info console.log\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"loginfo\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"console.log(`%c$1`, `color:#3498db;font-weight:bold;`, $2)\\\\\\\"]\\\\n },\\\\n \\\\\\\"green console.log\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"loggreen\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"console.log(`%c$1`, `color:#00b406;font-weight:bold;`, $2)\\\\\\\"]\\\\n },\\\\n \\\\\\\"hotpink console.log\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"loghotpink\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"console.log(`%c$1`, `color:#e50087;font-weight:bold;`, $2)\\\\\\\"]\\\\n },\\\\n \\\\\\\"grey console.log\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"loggrey\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"console.log(`%c$1`, `color:#95a5a6;font-weight:bold;`, $2)\\\\\\\"]\\\\n },\\\\n \\\\\\\"eslint disable next line\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"ednl\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"// eslint-disable-next-line\\\\\\\"\\\\n },\\\\n \\\\\\\"return new Promise\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"prom\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"return new Promise((resolve, reject) => {\\\\\\\", \\\\\\\" $1\\\\\\\", \\\\\\\"})\\\\\\\"]\\\\n },\\\\n \\\\\\\"new story\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"story\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\n \\\\\\\"import React from 'react'\\\\\\\",\\\\n \\\\\\\"import $1 from './$1'\\\\\\\",\\\\n \\\\\\\"\\\\\\\",\\\\n \\\\\\\"export default {\\\\\\\",\\\\n \\\\\\\" title: '$1',\\\\\\\",\\\\n \\\\\\\" component: $1,\\\\\\\",\\\\n \\\\\\\" decorators: [(s: any) => <div style={{ padding: 25, }}>{s()}</div>],\\\\\\\",\\\\n \\\\\\\" // parameters: { options: { thmee: { appContentBg: '$2' } } },\\\\\\\",\\\\n \\\\\\\"}\\\\\\\",\\\\n \\\\\\\"\\\\\\\",\\\\n \\\\\\\"export const _$1 = () => {\\\\\\\",\\\\n \\\\\\\" return <$1 />\\\\\\\",\\\\n \\\\\\\"}\\\\\\\",\\\\n \\\\\\\"\\\\\\\",\\\\n \\\\\\\"_$1.storyName = '$1'\\\\\\\",\\\\n \\\\\\\"\\\\\\\"\\\\n ]\\\\n },\\\\n \\\\\\\"// @ts-ignore\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"tsg\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"// @ts-ignore\\\\\\\"\\\\n },\\\\n \\\\\\\"// @ts-nocheck\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"tsn\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"// @ts-nocheck\\\\\\\"\\\\n },\\\\n \\\\\\\"// @ts-expect-error\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"tsee\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"// @ts-expect-error\\\\\\\"\\\\n },\\\\n \\\\\\\"afterEach(() => {})\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"afe\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"afterEach(() => {\\\\\\\", \\\\\\\" $1\\\\\\\", \\\\\\\"})\\\\\\\"]\\\\n },\\\\n \\\\\\\"beforeEach(() => {})\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"bfe\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"beforeEach(() => {\\\\\\\", \\\\\\\" $1\\\\\\\", \\\\\\\"})\\\\\\\"]\\\\n },\\\\n \\\\\\\"dispatch\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"dispatch\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"dispatch({ type: '$1'$2 })\\\\\\\"\\\\n },\\\\n \\\\\\\"import react\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"reaa\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import React from 'react'\\\\\\\"\\\\n },\\\\n \\\\\\\"comment section\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"cs\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\n \\\\\\\"/* -------------------------------------------------------\\\\\\\",\\\\n \\\\\\\" ---- $1\\\\\\\",\\\\n \\\\\\\"-------------------------------------------------------- */\\\\\\\"\\\\n ]\\\\n },\\\\n \\\\\\\"@param\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"@param\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"/**\\\\\\\", \\\\\\\" * $4\\\\\\\", \\\\\\\" * @param { $1 } $2 - $3\\\\\\\", \\\\\\\" */\\\\\\\"]\\\\n },\\\\n \\\\\\\"ref\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"ref\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"const $1 = React.useRef<any$2>()\\\\\\\"\\\\n },\\\\n \\\\\\\"const initialState = {}; reducer = (state, action)\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"rsr\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\n \\\\\\\"const initialState = {\\\\\\\",\\\\n \\\\\\\" //$1\\\\\\\",\\\\n \\\\\\\"}\\\\\\\",\\\\n \\\\\\\"\\\\\\\",\\\\n \\\\\\\"const reducer = (state = initialState, action) => {\\\\\\\",\\\\n \\\\\\\" switch (action.type) {\\\\\\\",\\\\n \\\\\\\" default:\\\\\\\",\\\\n \\\\\\\" return state\\\\\\\",\\\\n \\\\\\\" }\\\\\\\",\\\\n \\\\\\\"}\\\\\\\"\\\\n ]\\\\n },\\\\n \\\\\\\"sinon\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"sinon\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import sinon from 'sinon'\\\\\\\"\\\\n },\\\\n \\\\\\\"nock\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"nock\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import nock from 'nock'\\\\\\\"\\\\n },\\\\n \\\\\\\"describe\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"desc\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\n \\\\\\\"describe(`$1`, () => {\\\\\\\",\\\\n \\\\\\\" xit(`$2`, () => {\\\\\\\",\\\\n \\\\\\\" // $3\\\\\\\",\\\\n \\\\\\\" })\\\\\\\",\\\\n \\\\\\\"})\\\\\\\",\\\\n \\\\\\\"\\\\\\\"\\\\n ]\\\\n },\\\\n \\\\\\\"it/test\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"it\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"it(`$2`, () => {\\\\\\\", \\\\\\\" // $3\\\\\\\", \\\\\\\"})\\\\\\\", \\\\\\\"\\\\\\\"]\\\\n },\\\\n \\\\\\\"xit/test\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"xit\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"xit(`$2`, () => {\\\\\\\", \\\\\\\" // $3\\\\\\\", \\\\\\\"})\\\\\\\", \\\\\\\"\\\\\\\"]\\\\n },\\\\n \\\\\\\"immer\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"immer\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"import produce from 'immer'\\\\\\\"]\\\\n },\\\\n \\\\\\\"current\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"curr\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"import { current } from 'immer'\\\\\\\"]\\\\n },\\\\n \\\\\\\"React.useCallback\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"rcb\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"const $1 = React.useCallback(async ($2) => {\\\\\\\", \\\\\\\" $3\\\\\\\", \\\\\\\"}, [$4])\\\\\\\"]\\\\n },\\\\n \\\\\\\"React.useState\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"sta\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"const [$1, $2] = React.useState($3)\\\\\\\"]\\\\n },\\\\n \\\\\\\"React.useEffect\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"eff\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"React.useEffect(() => {\\\\\\\", \\\\\\\" $1\\\\\\\", \\\\\\\"}, [$2])\\\\\\\"]\\\\n },\\\\n \\\\\\\"React.useContext\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"ctx\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"const $1 = React.useContext($2)\\\\\\\"]\\\\n },\\\\n \\\\\\\"typeof window !== 'undefined'\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"isbrowser\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"if (typeof window !== 'undefined') {\\\\\\\", \\\\\\\" $1\\\\\\\", \\\\\\\"}\\\\\\\"]\\\\n },\\\\n \\\\\\\"process.env.NODE_ENV === 'development'\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"isdev\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"if (process.env.NODE_ENV === 'development') {\\\\\\\", \\\\\\\" $1\\\\\\\", \\\\\\\"}\\\\\\\"]\\\\n },\\\\n \\\\\\\"import { useDispatch, useSelector } from 'react-redux'\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"rsd\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import { useSelector, useDispatch } from 'react-redux'\\\\\\\"\\\\n },\\\\n \\\\\\\"import graphql from gatsby\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"gr\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import { graphql } from 'gatsby'\\\\\\\"\\\\n },\\\\n \\\\\\\"import lodash\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"lodash\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import _ from 'lodash'\\\\\\\"\\\\n },\\\\n \\\\\\\"import camelCase from lodash/camelCase\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"camel\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import camelCase from 'lodash/camelCase'\\\\\\\"\\\\n },\\\\n \\\\\\\"import kebabCase from lodash/kebabCase\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"kebab\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import kebabCase from 'lodash/kebabCase'\\\\\\\"\\\\n },\\\\n \\\\\\\"import startCase from lodash/startCase\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"startcase\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import startCase from 'lodash/startCase'\\\\\\\"\\\\n },\\\\n \\\\\\\"import flip from lodash/flip\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"foreach\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import flip from 'lodash/flip'\\\\\\\"\\\\n },\\\\n \\\\\\\"import forEach from lodash/forEach\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"foreach\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import forEach from 'lodash/forEach'\\\\\\\"\\\\n },\\\\n \\\\\\\"import unary from lodash/unary\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"unary\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import unary from 'lodash/unary'\\\\\\\"\\\\n },\\\\n \\\\\\\"import rearg from lodash/rearg\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"rearg\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import rearg from 'lodash/rearg'\\\\\\\"\\\\n },\\\\n \\\\\\\"import curry from lodash/curry\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"curry\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import curry from 'lodash/curry'\\\\\\\"\\\\n },\\\\n \\\\\\\"import partial from lodash/partial\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"partial\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import partial from 'lodash/partial'\\\\\\\"\\\\n },\\\\n \\\\\\\"import partialRight from lodash/partial\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"partialright\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import partialRight from 'lodash/partialRight'\\\\\\\"\\\\n },\\\\n \\\\\\\"if typeof value === string\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"isstr\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"typeof $1 === 'string'\\\\\\\"\\\\n },\\\\n \\\\\\\"if typeof value === function\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"isfnc\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"typeof $1 === 'function'\\\\\\\"\\\\n },\\\\n \\\\\\\"if typeof value === undefined\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"isund\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"typeof $1 === 'undefined'\\\\\\\"\\\\n },\\\\n \\\\\\\"Array.isArray\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"isarr\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"Array.isArray($1)\\\\\\\"\\\\n },\\\\n \\\\\\\"import chunk from lodash/chunk\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"chunk\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import chunk from 'lodash/chunk'\\\\\\\"\\\\n },\\\\n \\\\\\\"import isFinite from lodash/\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"isfin\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import isFinite from 'lodash/isFinite'\\\\\\\"\\\\n },\\\\n \\\\\\\"import isNaN from lodash/isNaN\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"isnan\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import isNaN from 'lodash/isNaN'\\\\\\\"\\\\n },\\\\n \\\\\\\"import isEqual from lodash/isEqual\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"iseq\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import isEqual from 'lodash/isEqual'\\\\\\\"\\\\n },\\\\n \\\\\\\"typeof value === number\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"isnum\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"typeof $1 === 'number'\\\\\\\"\\\\n },\\\\n \\\\\\\"import isObjectLike\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"isobj\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import isObjectLike from 'lodash/isObjectLike'\\\\\\\"\\\\n },\\\\n \\\\\\\"import isPlainObject\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"isplo\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import isPlainObject from 'lodash/isPlainObject'\\\\\\\"\\\\n },\\\\n \\\\\\\"typeof value === boolean\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"isbool\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"typeof $1 === 'boolean'\\\\\\\"\\\\n },\\\\n \\\\\\\"import isError\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"iserr\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import isError from 'lodash/isError'\\\\\\\"\\\\n },\\\\n \\\\\\\"import isNull\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"isnull\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import isNull from 'lodash/isNull'\\\\\\\"\\\\n },\\\\n \\\\\\\"import isNil\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"isnil\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import isNil from 'lodash/isNil'\\\\\\\"\\\\n },\\\\n \\\\\\\"import isElement\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"iselem\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import isElement from 'lodash/isElement'\\\\\\\"\\\\n },\\\\n \\\\\\\"import id\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"id\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import id from 'lodash/uniqueId'\\\\\\\"\\\\n },\\\\n \\\\\\\"import flow\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"flow\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import flow from 'lodash/flow'\\\\\\\"\\\\n },\\\\n \\\\\\\"import flowRight\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"flowright\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import flowRight from 'lodash/flowRight'\\\\\\\"\\\\n },\\\\n \\\\\\\"import wrap\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"wrap\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import wrap from 'lodash/wrap'\\\\\\\"\\\\n },\\\\n \\\\\\\"import spread\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"spread\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import spread from 'lodash/spread'\\\\\\\"\\\\n },\\\\n \\\\\\\"import omit\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"omit\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import omit from 'lodash/omit'\\\\\\\"\\\\n },\\\\n \\\\\\\"import orderBy\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"orderby\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import orderBy from 'lodash/orderBy'\\\\\\\"\\\\n },\\\\n \\\\\\\"import sortBy\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"sortby\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import sortBy from 'lodash/sortBy'\\\\\\\"\\\\n },\\\\n \\\\\\\"import pick\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"pick\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import pick from 'lodash/pick'\\\\\\\"\\\\n },\\\\n \\\\\\\"import difference\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"diff\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import difference from 'lodash/difference'\\\\\\\"\\\\n },\\\\n \\\\\\\"import merge\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"merge\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import merge from 'lodash/merge'\\\\\\\"\\\\n },\\\\n \\\\\\\"import get\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"get\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import get from 'lodash/get'\\\\\\\"\\\\n },\\\\n \\\\\\\"import has\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"has\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import has from 'lodash/has'\\\\\\\"\\\\n },\\\\n \\\\\\\"import set\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"set\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import set from 'lodash/set'\\\\\\\"\\\\n },\\\\n \\\\\\\"import last\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"last\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import last from 'lodash/last'\\\\\\\"\\\\n },\\\\n \\\\\\\"import noop\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"noop\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import noop from 'lodash/noop'\\\\\\\"\\\\n },\\\\n \\\\\\\"import uniq\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"uniq\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import uniq from 'lodash/uniq'\\\\\\\"\\\\n },\\\\n \\\\\\\"import fs-extra\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"fse\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import fs from 'fs-extra'\\\\\\\"\\\\n },\\\\n \\\\\\\"import chalk\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"chalk\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import chalk from 'chalk'\\\\\\\"\\\\n },\\\\n \\\\\\\"import yaml\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"yaml\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import yaml from 'yaml'\\\\\\\"\\\\n },\\\\n \\\\\\\"import globby\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"globby\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import globby from 'globby'\\\\\\\"\\\\n }\\\\n}\\\\n\\\",\\\"javascript.json\\\":\\\"{\\\\n \\\\\\\"export default from\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"edefault\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"export { default } from './$1'\\\\\\\"\\\\n },\\\\n \\\\\\\"React.PropsWithChildren\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"rc\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"React.PropsWithChildren<any$1>$2\\\\\\\"\\\\n },\\\\n \\\\\\\"chalkcoolgold\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"chalkcoolgold\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"chalk.italic(chalk.keyword(`navajowhite`)(`$1`))\\\\\\\"\\\\n },\\\\n \\\\\\\"chalkitalic\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"chalkitalic\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"chalk.italic(chalk.white(`$1`))\\\\\\\"\\\\n },\\\\n \\\\\\\"import path\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"path\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import path from 'path'\\\\\\\"\\\\n },\\\\n \\\\\\\"import axios\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"axios\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import axios from 'axios'\\\\\\\"\\\\n },\\\\n \\\\\\\"import R from 'rambda'\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"rambda\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import * as R from 'rambda'\\\\\\\"\\\\n },\\\\n \\\\\\\"eslint disable line\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"eds\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"// eslint-disable-line\\\\\\\"\\\\n },\\\\n \\\\\\\"red console.log\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"logred\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"console.log(`%c$1`, `color:#ec0000;font-weight:bold;`, $2)\\\\\\\"]\\\\n },\\\\n \\\\\\\"blue console.log\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"logblue\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"console.log(`%c$1`, `color:#0047ff;font-weight:bold;`, $2)\\\\\\\"]\\\\n },\\\\n \\\\\\\"salmon console.log\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"logsalmon\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"console.log(`%c$1`, `color:salmon;font-weight:bold;`, $2)\\\\\\\"]\\\\n },\\\\n \\\\\\\"orange console.log\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"logorange\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"console.log(`%c$1`, `color:#FF5722;font-weight:bold;`, $2)\\\\\\\"]\\\\n },\\\\n \\\\\\\"yellow console.log\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"logyellow\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"console.log(`%c$1`, `color:#CCCD17$2;font-weight:bold;`, $3)\\\\\\\"\\\\n },\\\\n \\\\\\\"gold console.log\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"loggold\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"console.log(`%c$1`, `color:#c4a901;font-weight:bold;`, $2)\\\\\\\"]\\\\n },\\\\n \\\\\\\"magenta console.log\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"logmagenta\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"console.log(`%c$1`, `color:#4E25D2;font-weight:bold;`, $2)\\\\\\\"]\\\\n },\\\\n \\\\\\\"cyan console.log\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"logcyan\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"console.log(`%c$1`, `color:#00D8C2;font-weight:bold;`, $2)\\\\\\\"]\\\\n },\\\\n \\\\\\\"teal console.log\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"logteal\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"console.log(`%c$1`, `color:#20B2AA;font-weight:bold;`, $2)\\\\\\\"]\\\\n },\\\\n \\\\\\\"info console.log\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"loginfo\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"console.log(`%c$1`, `color:#3498db;font-weight:bold;`, $2)\\\\\\\"]\\\\n },\\\\n \\\\\\\"green console.log\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"loggreen\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"console.log(`%c$1`, `color:#00b406;font-weight:bold;`, $2)\\\\\\\"]\\\\n },\\\\n \\\\\\\"hotpink console.log\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"loghotpink\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"console.log(`%c$1`, `color:#e50087;font-weight:bold;`, $2)\\\\\\\"]\\\\n },\\\\n \\\\\\\"grey console.log\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"loggrey\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"console.log(`%c$1`, `color:#95a5a6;font-weight:bold;`, $2)\\\\\\\"]\\\\n },\\\\n \\\\\\\"eslint disable next line\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"ednl\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"// eslint-disable-next-line\\\\\\\"\\\\n },\\\\n \\\\\\\"return new Promise\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"prom\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"return new Promise((resolve, reject) => {\\\\\\\", \\\\\\\" $1\\\\\\\", \\\\\\\"})\\\\\\\"]\\\\n },\\\\n \\\\\\\"new story\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"story\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\n \\\\\\\"import React from 'react'\\\\\\\",\\\\n \\\\\\\"import $1 from './$1'\\\\\\\",\\\\n \\\\\\\"\\\\\\\",\\\\n \\\\\\\"export default {\\\\\\\",\\\\n \\\\\\\" title: '$1',\\\\\\\",\\\\n \\\\\\\" component: $1,\\\\\\\",\\\\n \\\\\\\" decorators: [(s: any) => <div style={{ padding: 25, }}>{s()}</div>],\\\\\\\",\\\\n \\\\\\\" // parameters: { options: { thmee: { appContentBg: '$2' } } },\\\\\\\",\\\\n \\\\\\\"}\\\\\\\",\\\\n \\\\\\\"\\\\\\\",\\\\n \\\\\\\"export const _$1 = () => {\\\\\\\",\\\\n \\\\\\\" return <$1 />\\\\\\\",\\\\n \\\\\\\"}\\\\\\\",\\\\n \\\\\\\"\\\\\\\",\\\\n \\\\\\\"_$1.storyName = '$1'\\\\\\\",\\\\n \\\\\\\"\\\\\\\"\\\\n ]\\\\n },\\\\n \\\\\\\"// @ts-ignore\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"tsg\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"// @ts-ignore\\\\\\\"\\\\n },\\\\n \\\\\\\"// @ts-nocheck\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"tsn\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"// @ts-nocheck\\\\\\\"\\\\n },\\\\n \\\\\\\"// @ts-expect-error\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"tsee\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"// @ts-expect-error\\\\\\\"\\\\n },\\\\n \\\\\\\"afterEach(() => {})\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"afe\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"afterEach(() => {\\\\\\\", \\\\\\\" $1\\\\\\\", \\\\\\\"})\\\\\\\"]\\\\n },\\\\n \\\\\\\"beforeEach(() => {})\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"bfe\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"beforeEach(() => {\\\\\\\", \\\\\\\" $1\\\\\\\", \\\\\\\"})\\\\\\\"]\\\\n },\\\\n \\\\\\\"dispatch\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"dispatch\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"dispatch({ type: '$1'$2 })\\\\\\\"\\\\n },\\\\n \\\\\\\"import react\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"reaa\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import React from 'react'\\\\\\\"\\\\n },\\\\n \\\\\\\"comment section\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"cs\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\n \\\\\\\"/* -------------------------------------------------------\\\\\\\",\\\\n \\\\\\\" ---- $1\\\\\\\",\\\\n \\\\\\\"-------------------------------------------------------- */\\\\\\\"\\\\n ]\\\\n },\\\\n \\\\\\\"@param\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"@param\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"/**\\\\\\\", \\\\\\\" * $4\\\\\\\", \\\\\\\" * @param { $1 } $2 - $3\\\\\\\", \\\\\\\" */\\\\\\\"]\\\\n },\\\\n \\\\\\\"ref\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"ref\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"const $1 = React.useRef<any$2>()\\\\\\\"\\\\n },\\\\n \\\\\\\"const initialState = {}; reducer = (state, action)\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"rsr\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\n \\\\\\\"const initialState = {\\\\\\\",\\\\n \\\\\\\" //$1\\\\\\\",\\\\n \\\\\\\"}\\\\\\\",\\\\n \\\\\\\"\\\\\\\",\\\\n \\\\\\\"const reducer = (state = initialState, action) => {\\\\\\\",\\\\n \\\\\\\" switch (action.type) {\\\\\\\",\\\\n \\\\\\\" default:\\\\\\\",\\\\n \\\\\\\" return state\\\\\\\",\\\\n \\\\\\\" }\\\\\\\",\\\\n \\\\\\\"}\\\\\\\"\\\\n ]\\\\n },\\\\n \\\\\\\"sinon\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"sinon\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import sinon from 'sinon'\\\\\\\"\\\\n },\\\\n \\\\\\\"nock\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"nock\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import nock from 'nock'\\\\\\\"\\\\n },\\\\n \\\\\\\"describe\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"desc\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\n \\\\\\\"describe(`$1`, () => {\\\\\\\",\\\\n \\\\\\\" xit(`$2`, () => {\\\\\\\",\\\\n \\\\\\\" // $3\\\\\\\",\\\\n \\\\\\\" })\\\\\\\",\\\\n \\\\\\\"})\\\\\\\",\\\\n \\\\\\\"\\\\\\\"\\\\n ]\\\\n },\\\\n \\\\\\\"it/test\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"it\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"it(`$2`, () => {\\\\\\\", \\\\\\\" // $3\\\\\\\", \\\\\\\"})\\\\\\\", \\\\\\\"\\\\\\\"]\\\\n },\\\\n \\\\\\\"xit/test\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"xit\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"xit(`$2`, () => {\\\\\\\", \\\\\\\" // $3\\\\\\\", \\\\\\\"})\\\\\\\", \\\\\\\"\\\\\\\"]\\\\n },\\\\n \\\\\\\"immer\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"immer\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"import produce from 'immer'\\\\\\\"]\\\\n },\\\\n \\\\\\\"current\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"curr\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"import { current } from 'immer'\\\\\\\"]\\\\n },\\\\n \\\\\\\"React.useCallback\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"rcb\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"const $1 = React.useCallback(async ($2) => {\\\\\\\", \\\\\\\" $3\\\\\\\", \\\\\\\"}, [$4])\\\\\\\"]\\\\n },\\\\n \\\\\\\"React.useState\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"sta\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"const [$1, $2] = React.useState($3)\\\\\\\"]\\\\n },\\\\n \\\\\\\"React.useEffect\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"eff\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"React.useEffect(() => {\\\\\\\", \\\\\\\" $1\\\\\\\", \\\\\\\"}, [$2])\\\\\\\"]\\\\n },\\\\n \\\\\\\"React.useContext\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"ctx\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"const $1 = React.useContext($2)\\\\\\\"]\\\\n },\\\\n \\\\\\\"typeof window !== 'undefined'\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"isbrowser\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"if (typeof window !== 'undefined') {\\\\\\\", \\\\\\\" $1\\\\\\\", \\\\\\\"}\\\\\\\"]\\\\n },\\\\n \\\\\\\"process.env.NODE_ENV === 'development'\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"isdev\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": [\\\\\\\"if (process.env.NODE_ENV === 'development') {\\\\\\\", \\\\\\\" $1\\\\\\\", \\\\\\\"}\\\\\\\"]\\\\n },\\\\n \\\\\\\"import { useDispatch, useSelector } from 'react-redux'\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"rsd\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import { useSelector, useDispatch } from 'react-redux'\\\\\\\"\\\\n },\\\\n \\\\\\\"import graphql from gatsby\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"gr\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import { graphql } from 'gatsby'\\\\\\\"\\\\n },\\\\n \\\\\\\"import lodash\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"lodash\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import _ from 'lodash'\\\\\\\"\\\\n },\\\\n \\\\\\\"import camelCase from lodash/camelCase\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"camel\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import camelCase from 'lodash/camelCase'\\\\\\\"\\\\n },\\\\n \\\\\\\"import kebabCase from lodash/kebabCase\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"kebab\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import kebabCase from 'lodash/kebabCase'\\\\\\\"\\\\n },\\\\n \\\\\\\"import startCase from lodash/startCase\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"startcase\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import startCase from 'lodash/startCase'\\\\\\\"\\\\n },\\\\n \\\\\\\"import flip from lodash/flip\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"foreach\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import flip from 'lodash/flip'\\\\\\\"\\\\n },\\\\n \\\\\\\"import forEach from lodash/forEach\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"foreach\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import forEach from 'lodash/forEach'\\\\\\\"\\\\n },\\\\n \\\\\\\"import unary from lodash/unary\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"unary\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import unary from 'lodash/unary'\\\\\\\"\\\\n },\\\\n \\\\\\\"import rearg from lodash/rearg\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"rearg\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import rearg from 'lodash/rearg'\\\\\\\"\\\\n },\\\\n \\\\\\\"import curry from lodash/curry\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"curry\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import curry from 'lodash/curry'\\\\\\\"\\\\n },\\\\n \\\\\\\"import partial from lodash/partial\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"partial\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import partial from 'lodash/partial'\\\\\\\"\\\\n },\\\\n \\\\\\\"import partialRight from lodash/partial\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"partialright\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import partialRight from 'lodash/partialRight'\\\\\\\"\\\\n },\\\\n \\\\\\\"if typeof value === string\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"isstr\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"typeof $1 === 'string'\\\\\\\"\\\\n },\\\\n \\\\\\\"if typeof value === function\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"isfnc\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"typeof $1 === 'function'\\\\\\\"\\\\n },\\\\n \\\\\\\"if typeof value === undefined\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"isund\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"typeof $1 === 'undefined'\\\\\\\"\\\\n },\\\\n \\\\\\\"Array.isArray\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"isarr\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"Array.isArray($1)\\\\\\\"\\\\n },\\\\n \\\\\\\"import chunk from lodash/chunk\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"chunk\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import chunk from 'lodash/chunk'\\\\\\\"\\\\n },\\\\n \\\\\\\"import isFinite from lodash/\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"isfin\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import isFinite from 'lodash/isFinite'\\\\\\\"\\\\n },\\\\n \\\\\\\"import isNaN from lodash/isNaN\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"isnan\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import isNaN from 'lodash/isNaN'\\\\\\\"\\\\n },\\\\n \\\\\\\"import isEqual from lodash/isEqual\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"iseq\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import isEqual from 'lodash/isEqual'\\\\\\\"\\\\n },\\\\n \\\\\\\"typeof value === number\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"isnum\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"typeof $1 === 'number'\\\\\\\"\\\\n },\\\\n \\\\\\\"import isObjectLike\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"isobj\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import isObjectLike from 'lodash/isObjectLike'\\\\\\\"\\\\n },\\\\n \\\\\\\"import isPlainObject\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"isplo\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import isPlainObject from 'lodash/isPlainObject'\\\\\\\"\\\\n },\\\\n \\\\\\\"typeof value === boolean\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"isbool\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"typeof $1 === 'boolean'\\\\\\\"\\\\n },\\\\n \\\\\\\"import isError\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"iserr\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import isError from 'lodash/isError'\\\\\\\"\\\\n },\\\\n \\\\\\\"import isNull\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"isnull\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import isNull from 'lodash/isNull'\\\\\\\"\\\\n },\\\\n \\\\\\\"import isNil\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"isnil\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import isNil from 'lodash/isNil'\\\\\\\"\\\\n },\\\\n \\\\\\\"import isElement\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"iselem\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import isElement from 'lodash/isElement'\\\\\\\"\\\\n },\\\\n \\\\\\\"import id\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"id\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import id from 'lodash/uniqueId'\\\\\\\"\\\\n },\\\\n \\\\\\\"import flow\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"flow\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import flow from 'lodash/flow'\\\\\\\"\\\\n },\\\\n \\\\\\\"import flowRight\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"flowright\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import flowRight from 'lodash/flowRight'\\\\\\\"\\\\n },\\\\n \\\\\\\"import wrap\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"wrap\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import wrap from 'lodash/wrap'\\\\\\\"\\\\n },\\\\n \\\\\\\"import spread\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"spread\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import spread from 'lodash/spread'\\\\\\\"\\\\n },\\\\n \\\\\\\"import omit\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"omit\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import omit from 'lodash/omit'\\\\\\\"\\\\n },\\\\n \\\\\\\"import orderBy\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"orderby\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import orderBy from 'lodash/orderBy'\\\\\\\"\\\\n },\\\\n \\\\\\\"import sortBy\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"sortby\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import sortBy from 'lodash/sortBy'\\\\\\\"\\\\n },\\\\n \\\\\\\"import pick\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"pick\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import pick from 'lodash/pick'\\\\\\\"\\\\n },\\\\n \\\\\\\"import difference\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"diff\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import difference from 'lodash/difference'\\\\\\\"\\\\n },\\\\n \\\\\\\"import merge\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"merge\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import merge from 'lodash/merge'\\\\\\\"\\\\n },\\\\n \\\\\\\"import get\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"get\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import get from 'lodash/get'\\\\\\\"\\\\n },\\\\n \\\\\\\"import has\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"has\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import has from 'lodash/has'\\\\\\\"\\\\n },\\\\n \\\\\\\"import set\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"set\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import set from 'lodash/set'\\\\\\\"\\\\n },\\\\n \\\\\\\"import last\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"last\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import last from 'lodash/last'\\\\\\\"\\\\n },\\\\n \\\\\\\"import noop\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"noop\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import noop from 'lodash/noop'\\\\\\\"\\\\n },\\\\n \\\\\\\"import uniq\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"uniq\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import uniq from 'lodash/uniq'\\\\\\\"\\\\n },\\\\n \\\\\\\"import fs-extra\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"fse\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import fs from 'fs-extra'\\\\\\\"\\\\n },\\\\n \\\\\\\"import chalk\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"chalk\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import chalk from 'chalk'\\\\\\\"\\\\n },\\\\n \\\\\\\"import yaml\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"yaml\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import yaml from 'yaml'\\\\\\\"\\\\n },\\\\n \\\\\\\"import globby\\\\\\\": {\\\\n \\\\\\\"prefix\\\\\\\": \\\\\\\"globby\\\\\\\",\\\\n \\\\\\\"body\\\\\\\": \\\\\\\"import globby from 'globby'\\\\\\\"\\\\n }\\\\n}\\\\n\\\"}\"}"}
{
"utils": {
"prefix": "utils",
"body": "const u = require('@jsmanifest/utils')"
},
"esbuild": {
"prefix": "esbuild",
"body": "const esbuild = require('esbuild')"
},
"clear": {
"prefix": "clear",
"body": "process.stdout.write('\\x1Bc')"
},
"AnyFn": {
"prefix": "anyfn",
"body": "(...args: any[]) => any"
},
"AnyObj": {
"prefix": "anyobj",
"body": "Record<string, any>"
},
"Symbol.for('nodejs.util.inspect.custom')": {
"prefix": "inspect",
"body": "Symbol.for('nodejs.util.inspect.custom')"
},
"export default from": {
"prefix": "edefault",
"body": "export { default } from './$1'"
},
"React.PropsWithChildren": {
"prefix": "rc",
"body": "React.PropsWithChildren<any$1>$2"
},
"chalkcoolgold": {
"prefix": "chalkcoolgold",
"body": "chalk.italic(chalk.keyword(`navajowhite`)(`$1`))"
},
"chalkitalic": {
"prefix": "chalkitalic",
"body": "chalk.italic(chalk.white(`$1`))"
},
"require path": {
"prefix": "path",
"body": "const path = require('path')"
},
"require axios": {
"prefix": "axios",
"body": "const axios = require('axios')"
},
"require cheerio": {
"prefix": "cheerio",
"body": "const cheerio = require('cheerio')"
},
"require R from 'rambda'": {
"prefix": "rambda",
"body": "const R = require('rambda')"
},
"eslint disable line": {
"prefix": "eds",
"body": "// eslint-disable-line"
},
"red console.log": {
"prefix": "logred",
"body": ["console.log(`%c$1`, `color:#ec0000;`, $2)"]
},
"blue console.log": {
"prefix": "logblue",
"body": ["console.log(`%c$1`, `color:#0047ff;`, $2)"]
},
"salmon console.log": {
"prefix": "logsalmon",
"body": ["console.log(`%c$1`, `color:salmon;`, $2)"]
},
"orange console.log": {
"prefix": "logorange",
"body": ["console.log(`%c$1`, `color:#FF5722;`, $2)"]
},
"yellow console.log": {
"prefix": "logyellow",
"body": "console.log(`%c$1`, `color:#CCCD17$2;`, $3)"
},
"gold console.log": {
"prefix": "loggold",
"body": ["console.log(`%c$1`, `color:#c4a901;`, $2)"]
},
"magenta console.log": {
"prefix": "logmagenta",
"body": ["console.log(`%c$1`, `color:#4E25D2;`, $2)"]
},
"cyan console.log": {
"prefix": "logcyan",
"body": ["console.log(`%c$1`, `color:#00D8C2;`, $2)"]
},
"teal console.log": {
"prefix": "logteal",
"body": ["console.log(`%c$1`, `color:#20B2AA;`, $2)"]
},
"info console.log": {
"prefix": "loginfo",
"body": ["console.log(`%c$1`, `color:#3498db;`, $2)"]
},
"green console.log": {
"prefix": "loggreen",
"body": ["console.log(`%c$1`, `color:#00b406;`, $2)"]
},
"hotpink console.log": {
"prefix": "loghotpink",
"body": ["console.log(`%c$1`, `color:#e50087;`, $2)"]
},
"grey console.log": {
"prefix": "loggrey",
"body": ["console.log(`%c$1`, `color:#95a5a6;`, $2)"]
},
"eslint disable next line": {
"prefix": "ednl",
"body": "// eslint-disable-next-line"
},
"return new Promise": {
"prefix": "prom",
"body": ["return new Promise((resolve, reject) => {", " $1", "})"]
},
"afterEach(() => {})": {
"prefix": "afe",
"body": ["afterEach(() => {", " $1", "})"]
},
"beforeEach(() => {})": {
"prefix": "bfe",
"body": ["beforeEach(() => {", " $1", "})"]
},
"dispatch": {
"prefix": "dispatch",
"body": "dispatch({ type: '$1'$2 })"
},
"import react": {
"prefix": "reaa",
"body": "import React from 'react'"
},
"comment section": {
"prefix": "cs",
"body": [
"/* -------------------------------------------------------",
" ---- $1",
"-------------------------------------------------------- */"
]
},
"@param": {
"prefix": "@param",
"body": ["/**", " * $4", " * @param { $1 } $2 - $3", " */"]
},
"ref": {
"prefix": "ref",
"body": "const $1 = React.useRef()"
},
"const initialState = {}; reducer = (state, action)": {
"prefix": "rsr",
"body": [
"const initialState = {",
" //$1",
"}",
"",
"const reducer = (state = initialState, action) => {",
" switch (action.type) {",
" default:",
" return state",
" }",
"}"
]
},
"sinon": {
"prefix": "sinon",
"body": "const sinon = require('sinon')"
},
"spy": {
"prefix": "spy",
"body": "const spy = sinon.spy($1)"
},
"nock": {
"prefix": "nock",
"body": "const nock = require('nock')"
},
"describe": {
"prefix": "desc",
"body": [
"describe(`$1`, () => {",
" xit(`$2`, () => {",
" // $3",
" })",
"})",
""
]
},
"it/test": {
"prefix": "it",
"body": ["it(`$2`, () => {", " // $3", "})", ""]
},
"xit/test": {
"prefix": "xit",
"body": ["xit(`$2`, () => {", " // $3", "})", ""]
},
"immer": {
"prefix": "immer",
"body": ["const produce = require('immer')"]
},
"React.useCallback": {
"prefix": "rcb",
"body": ["const $1 = React.useCallback(async ($2) => {", " $3", "}, [$4])"]
},
"React.useState": {
"prefix": "sta",
"body": ["const [$1, $2] = React.useState($3)"]
},
"React.useEffect": {
"prefix": "eff",
"body": ["React.useEffect(() => {", " $1", "}, [$2])"]
},
"React.useContext": {
"prefix": "ctx",
"body": ["const $1 = React.useContext($2)"]
},
"typeof window !== 'undefined'": {
"prefix": "isbrowser",
"body": ["if (typeof window !== 'undefined') {", " $1", "}"]
},
"process.env.NODE_ENV === 'development'": {
"prefix": "isdev",
"body": ["if (process.env.NODE_ENV === 'development') {", " $1", "}"]
},
"require { useDispatch, useSelector } from 'react-redux'": {
"prefix": "rsd",
"body": "import { useSelector, useDispatch } from 'react-redux'"
},
"require graphql from gatsby": {
"prefix": "gr",
"body": "const { graphql } = require('gatsby')"
},
"require lodash": {
"prefix": "lodash",
"body": "const _ = require('lodash')"
},
"require camelCase from lodash/camelCase": {
"prefix": "camel",
"body": "const camelCase = require('lodash/camelCase')"
},
"require kebabCase from lodash/kebabCase": {
"prefix": "kebab",
"body": "const kebabCase = require('lodash/kebabCase')"
},
"require startCase from lodash/startCase": {
"prefix": "startcase",
"body": "const startCase = require('lodash/startCase')"
},
"require flip from lodash/flip": {
"prefix": "foreach",
"body": "const flip = require('lodash/flip')"
},
"require forEach from lodash/forEach": {
"prefix": "foreach",
"body": "const forEach = require('lodash/forEach')"
},
"require unary from lodash/unary": {
"prefix": "unary",
"body": "const unary = require('lodash/unary')"
},
"require rearg from lodash/rearg": {
"prefix": "rearg",
"body": "const rearg = require('lodash/rearg')"
},
"require curry from lodash/curry": {
"prefix": "curry",
"body": "const curry = require('lodash/curry')"
},
"require partial from lodash/partial": {
"prefix": "partial",
"body": "const partial = require('lodash/partial')"
},
"require partialRight from lodash/partial": {
"prefix": "partialright",
"body": "const partialRight = require('lodash/partialRight')"
},
"if typeof value === string": {
"prefix": "isstr",
"body": "typeof $1 === 'string'"
},
"if typeof value === function": {
"prefix": "isfnc",
"body": "typeof $1 === 'function'"
},
"if typeof value === undefined": {
"prefix": "isund",
"body": "typeof $1 === 'undefined'"
},
"Array.isArray": {
"prefix": "isarr",
"body": "Array.isArray($1)"
},
"import chunk from lodash/chunk": {
"prefix": "chunk",
"body": "const chunk = require('lodash/chunk')"
},
"import isFinite from lodash/": {
"prefix": "isfin",
"body": "const isFinite = require('lodash/isFinite')"
},
"import isNaN from lodash/isNaN": {
"prefix": "isnan",
"body": "const isNaN = require('lodash/isNaN')"
},
"import isEqual from lodash/isEqual": {
"prefix": "iseq",
"body": "const isEqual = require('lodash/isEqual')"
},
"typeof value === number": {
"prefix": "isnum",
"body": "typeof $1 === 'number'"
},
"require isObjectLike": {
"prefix": "isobj",
"body": "const isObjectLike = require('lodash/isObjectLike')"
},
"require isPlainObject": {
"prefix": "isplo",
"body": "const isPlainObject = require('lodash/isPlainObject')"
},
"typeof value === boolean": {
"prefix": "isbool",
"body": "typeof $1 === 'boolean'"
},
"require isError": {
"prefix": "iserr",
"body": "const isError = require('lodash/isError')"
},
"require isNull": {
"prefix": "isnull",
"body": "const isNull = require('lodash/isNull')"
},
"require isNil": {
"prefix": "isnil",
"body": "const isNil = require('lodash/isNil')"
},
"require isElement": {
"prefix": "iselem",
"body": "const isElement = require('lodash/isElement')"
},
"require id": {
"prefix": "id",
"body": "const uniqueId = require('uniqueId')"
},
"require flow": {
"prefix": "flow",
"body": "const flow = require('lodash/flow')"
},
"require flowRight": {
"prefix": "flowright",
"body": "const flowRight = require('lodash/flowRight')"
},
"require wrap": {
"prefix": "wrap",
"body": "const wrap = require('lodash/wrap')"
},
"require spread": {
"prefix": "spread",
"body": "const spread = require('lodash/spread')"
},
"require omit": {
"prefix": "omit",
"body": "const omit = require('lodash/omit')"
},
"require orderBy": {
"prefix": "orderby",
"body": "const orderBy = require('lodash/orderBy')"
},
"require sortBy": {
"prefix": "sortby",
"body": "const sortBy = require('lodash/sortBy')"
},
"require pick": {
"prefix": "pick",
"body": "const pick = require('lodash/pick')"
},
"require difference": {
"prefix": "diff",
"body": "const difference = require('lodash/difference')"
},
"require merge": {
"prefix": "merge",
"body": "const merge = require('lodash/merge')"
},
"require get": {
"prefix": "get",
"body": "const get = require('lodash/get')"
},
"require has": {
"prefix": "has",
"body": "const has = require('lodash/has')"
},
"require set": {
"prefix": "set",
"body": "const set = require('lodash/set')"
},
"require last": {
"prefix": "last",
"body": "const last = require('lodash/last')"
},
"require noop": {
"prefix": "noop",
"body": "const noop = require('lodash/noop')"
},
"require uniq": {
"prefix": "uniq",
"body": "const uniq = require('lodash/uniq')"
},
"require fs-extra": {
"prefix": "fse",
"body": "const fs = require('fs-extra')"
},
"require chalk": {
"prefix": "chalk",
"body": "const chalk = require('chalk')"
},
"require yaml": {
"prefix": "yaml",
"body": "const yaml = require('yaml')"
},
"require invariant": {
"prefix": "invariant",
"body": "const invariant = require('invariant')"
},
"require globby": {
"prefix": "globby",
"body": "const globby = require('globby')"
}
}
{
"utils": {
"prefix": "utils",
"body": "import * as u from '@jsmanifest/utils'"
},
"clear": {
"prefix": "clear",
"body": "process.stdout.write('\\x1Bc')"
},
"AnyFn": {
"prefix": "anyfn",
"body": "(...args: any[]) => any"
},
"AnyObj": {
"prefix": "anyobj",
"body": "Record<string, any>"
},
"Symbol.for('nodejs.util.inspect.custom')": {
"prefix": "inspect",
"body": "Symbol.for('nodejs.util.inspect.custom')"
},
"export default from": {
"prefix": "edefault",
"body": "export { default } from './$1'"
},
"React.PropsWithChildren": {
"prefix": "rc",
"body": "React.PropsWithChildren<any$1>$2"
},
"chalkcoolgold": {
"prefix": "chalkcoolgold",
"body": "chalk.italic(chalk.keyword(`navajowhite`)(`$1`))"
},
"chalkitalic": {
"prefix": "chalkitalic",
"body": "chalk.italic(chalk.white(`$1`))"
},
"import path": {
"prefix": "path",
"body": "import path from 'path'"
},
"import axios": {
"prefix": "axios",
"body": "import axios from 'axios'"
},
"import R from 'rambda'": {
"prefix": "rambda",
"body": "import * as R from 'rambda'"
},
"eslint disable line": {
"prefix": "eds",
"body": "// eslint-disable-line"
},
"red console.log": {
"prefix": "logred",
"body": ["console.log(`%c$1`, `color:#ec0000;`, $2)"]
},
"blue console.log": {
"prefix": "logblue",
"body": ["console.log(`%c$1`, `color:#0047ff;`, $2)"]
},
"salmon console.log": {
"prefix": "logsalmon",
"body": ["console.log(`%c$1`, `color:salmon;`, $2)"]
},
"orange console.log": {
"prefix": "logorange",
"body": ["console.log(`%c$1`, `color:#FF5722;`, $2)"]
},
"yellow console.log": {
"prefix": "logyellow",
"body": "console.log(`%c$1`, `color:#CCCD17$2;`, $3)"
},
"gold console.log": {
"prefix": "loggold",
"body": ["console.log(`%c$1`, `color:#c4a901;`, $2)"]
},
"magenta console.log": {
"prefix": "logmagenta",
"body": ["console.log(`%c$1`, `color:#4E25D2;`, $2)"]
},
"cyan console.log": {
"prefix": "logcyan",
"body": ["console.log(`%c$1`, `color:#00D8C2;`, $2)"]
},
"teal console.log": {
"prefix": "logteal",
"body": ["console.log(`%c$1`, `color:#20B2AA;`, $2)"]
},
"info console.log": {
"prefix": "loginfo",
"body": ["console.log(`%c$1`, `color:#3498db;`, $2)"]
},
"green console.log": {
"prefix": "loggreen",
"body": ["console.log(`%c$1`, `color:#00b406;`, $2)"]
},
"hotpink console.log": {
"prefix": "loghotpink",
"body": ["console.log(`%c$1`, `color:#e50087;`, $2)"]
},
"grey console.log": {
"prefix": "loggrey",
"body": ["console.log(`%c$1`, `color:#95a5a6;`, $2)"]
},
"eslint disable next line": {
"prefix": "ednl",
"body": "// eslint-disable-next-line"
},
"return new Promise": {
"prefix": "prom",
"body": ["return new Promise((resolve, reject) => {", " $1", "})"]
},
"new story": {
"prefix": "story",
"body": [
"import React from 'react'",
"import $1 from './$1'",
"",
"export default {",
" title: '$1',",
" component: $1,",
" decorators: [(s: any) => <div style={{ padding: 25, }}>{s()}</div>],",
" // parameters: { options: { thmee: { appContentBg: '$2' } } },",
"}",
"",
"export const _$1 = () => {",
" return <$1 />",
"}",
"",
"_$1.storyName = '$1'",
""
]
},
"// @ts-ignore": {
"prefix": "tsg",
"body": "// @ts-ignore"
},
"// @ts-nocheck": {
"prefix": "tsn",
"body": "// @ts-nocheck"
},
"// @ts-expect-error": {
"prefix": "tsee",
"body": "// @ts-expect-error"
},
"afterEach(() => {})": {
"prefix": "afe",
"body": ["afterEach(() => {", " $1", "})"]
},
"beforeEach(() => {})": {
"prefix": "bfe",
"body": ["beforeEach(() => {", " $1", "})"]
},
"dispatch": {
"prefix": "dispatch",
"body": "dispatch({ type: '$1'$2 })"
},
"import react": {
"prefix": "reaa",
"body": "import React from 'react'"
},
"comment section": {
"prefix": "cs",
"body": [
"/* -------------------------------------------------------",
" ---- $1",
"-------------------------------------------------------- */"
]
},
"@param": {
"prefix": "@param",
"body": ["/**", " * $4", " * @param { $1 } $2 - $3", " */"]
},
"ref": {
"prefix": "ref",
"body": "const $1 = React.useRef<any$2>()"
},
"const initialState = {}; reducer = (state, action)": {
"prefix": "rsr",
"body": [
"const initialState = {",
" //$1",
"}",
"",
"const reducer = (state = initialState, action) => {",
" switch (action.type) {",
" default:",
" return state",
" }",
"}"
]
},
"sinon": {
"prefix": "sinon",
"body": "import sinon from 'sinon'"
},
"spy": {
"prefix": "spy",
"body": "const spy = sinon.spy($1)"
},
"nock": {
"prefix": "nock",
"body": "import nock from 'nock'"
},
"describe": {
"prefix": "desc",
"body": [
"describe(`$1`, () => {",
" xit(`$2`, () => {",
" // $3",
" })",
"})",
""
]
},
"it/test": {
"prefix": "it",
"body": ["it(`$2`, () => {", " // $3", "})", ""]
},
"xit/test": {
"prefix": "xit",
"body": ["xit(`$2`, () => {", " // $3", "})", ""]
},
"immer": {
"prefix": "immer",
"body": ["import produce from 'immer'"]
},
"current": {
"prefix": "curr",
"body": ["import { current } from 'immer'"]
},
"React.useCallback": {
"prefix": "rcb",
"body": ["const $1 = React.useCallback(async ($2) => {", " $3", "}, [$4])"]
},
"React.useState": {
"prefix": "sta",
"body": ["const [$1, $2] = React.useState($3)"]
},
"React.useEffect": {
"prefix": "eff",
"body": ["React.useEffect(() => {", " $1", "}, [$2])"]
},
"React.useContext": {
"prefix": "ctx",
"body": ["const $1 = React.useContext($2)"]
},
"typeof window !== 'undefined'": {
"prefix": "isbrowser",
"body": ["if (typeof window !== 'undefined') {", " $1", "}"]
},
"process.env.NODE_ENV === 'development'": {
"prefix": "isdev",
"body": ["if (process.env.NODE_ENV === 'development') {", " $1", "}"]
},
"import { useDispatch, useSelector } from 'react-redux'": {
"prefix": "rsd",
"body": "import { useSelector, useDispatch } from 'react-redux'"
},
"import graphql from gatsby": {
"prefix": "gr",
"body": "import { graphql } from 'gatsby'"
},
"import lodash": {
"prefix": "lodash",
"body": "import _ from 'lodash'"
},
"import camelCase from lodash/camelCase": {
"prefix": "camel",
"body": "import camelCase from 'lodash/camelCase'"
},
"import kebabCase from lodash/kebabCase": {
"prefix": "kebab",
"body": "import kebabCase from 'lodash/kebabCase'"
},
"import startCase from lodash/startCase": {
"prefix": "startcase",
"body": "import startCase from 'lodash/startCase'"
},
"import flip from lodash/flip": {
"prefix": "foreach",
"body": "import flip from 'lodash/flip'"
},
"import forEach from lodash/forEach": {
"prefix": "foreach",
"body": "import forEach from 'lodash/forEach'"
},
"import unary from lodash/unary": {
"prefix": "unary",
"body": "import unary from 'lodash/unary'"
},
"import rearg from lodash/rearg": {
"prefix": "rearg",
"body": "import rearg from 'lodash/rearg'"
},
"import curry from lodash/curry": {
"prefix": "curry",
"body": "import curry from 'lodash/curry'"
},
"import partial from lodash/partial": {
"prefix": "partial",
"body": "import partial from 'lodash/partial'"
},
"import partialRight from lodash/partial": {
"prefix": "partialright",
"body": "import partialRight from 'lodash/partialRight'"
},
"if typeof value === string": {
"prefix": "isstr",
"body": "typeof $1 === 'string'"
},
"if typeof value === function": {
"prefix": "isfnc",
"body": "typeof $1 === 'function'"
},
"if typeof value === undefined": {
"prefix": "isund",
"body": "typeof $1 === 'undefined'"
},
"Array.isArray": {
"prefix": "isarr",
"body": "Array.isArray($1)"
},
"import chunk from lodash/chunk": {
"prefix": "chunk",
"body": "import chunk from 'lodash/chunk'"
},
"import isFinite from lodash/": {
"prefix": "isfin",
"body": "import isFinite from 'lodash/isFinite'"
},
"import isNaN from lodash/isNaN": {
"prefix": "isnan",
"body": "import isNaN from 'lodash/isNaN'"
},
"import isEqual from lodash/isEqual": {
"prefix": "iseq",
"body": "import isEqual from 'lodash/isEqual'"
},
"typeof value === number": {
"prefix": "isnum",
"body": "typeof $1 === 'number'"
},
"import isObjectLike": {
"prefix": "isobj",
"body": "import isObjectLike from 'lodash/isObjectLike'"
},
"import isPlainObject": {
"prefix": "isplo",
"body": "import isPlainObject from 'lodash/isPlainObject'"
},
"typeof value === boolean": {
"prefix": "isbool",
"body": "typeof $1 === 'boolean'"
},
"import isError": {
"prefix": "iserr",
"body": "import isError from 'lodash/isError'"
},
"import isNull": {
"prefix": "isnull",
"body": "import isNull from 'lodash/isNull'"
},
"import isNil": {
"prefix": "isnil",
"body": "import isNil from 'lodash/isNil'"
},
"import isElement": {
"prefix": "iselem",
"body": "import isElement from 'lodash/isElement'"
},
"import id": {
"prefix": "id",
"body": "import id from 'lodash/uniqueId'"
},
"import flow": {
"prefix": "flow",
"body": "import flow from 'lodash/flow'"
},
"import flowRight": {
"prefix": "flowright",
"body": "import flowRight from 'lodash/flowRight'"
},
"import wrap": {
"prefix": "wrap",
"body": "import wrap from 'lodash/wrap'"
},
"import spread": {
"prefix": "spread",
"body": "import spread from 'lodash/spread'"
},
"import omit": {
"prefix": "omit",
"body": "import omit from 'lodash/omit'"
},
"import orderBy": {
"prefix": "orderby",
"body": "import orderBy from 'lodash/orderBy'"
},
"import sortBy": {
"prefix": "sortby",
"body": "import sortBy from 'lodash/sortBy'"
},
"import pick": {
"prefix": "pick",
"body": "import pick from 'lodash/pick'"
},
"import difference": {
"prefix": "diff",
"body": "import difference from 'lodash/difference'"
},
"import merge": {
"prefix": "merge",
"body": "import merge from 'lodash/merge'"
},
"import get": {
"prefix": "get",
"body": "import get from 'lodash/get'"
},
"import has": {
"prefix": "has",
"body": "import has from 'lodash/has'"
},
"import set": {
"prefix": "set",
"body": "import set from 'lodash/set'"
},
"import last": {
"prefix": "last",
"body": "import last from 'lodash/last'"
},
"import noop": {
"prefix": "noop",
"body": "import noop from 'lodash/noop'"
},
"import uniq": {
"prefix": "uniq",
"body": "import uniq from 'lodash/uniq'"
},
"import fs-extra": {
"prefix": "fse",
"body": "import fs from 'fs-extra'"
},
"import chalk": {
"prefix": "chalk",
"body": "import chalk from 'chalk'"
},
"import yaml": {
"prefix": "yaml",
"body": "import yaml from 'yaml'"
},
"import invariant": {
"prefix": "invariant",
"body": "import invariant from 'invariant'"
},
"import globby": {
"prefix": "globby",
"body": "import globby from 'globby'"
},
}
{
"utils": {
"prefix": "utils",
"body": "import * as u from '@jsmanifest/utils'"
},
"clear": {
"prefix": "clear",
"body": "process.stdout.write('\\x1Bc')"
},
"AnyFn": {
"prefix": "anyfn",
"body": "(...args: any[]) => any"
},
"AnyObj": {
"prefix": "anyobj",
"body": "Record<string, any>"
},
"Symbol.for('nodejs.util.inspect.custom')": {
"prefix": "inspect",
"body": "Symbol.for('nodejs.util.inspect.custom')"
},
"export default from": {
"prefix": "edefault",
"body": "export { default } from './$1'"
},
"React.PropsWithChildren": {
"prefix": "rc",
"body": "React.PropsWithChildren<any$1>$2"
},
"chalkcoolgold": {
"prefix": "chalkcoolgold",
"body": "chalk.italic(chalk.keyword(`navajowhite`)(`$1`))"
},
"chalkitalic": {
"prefix": "chalkitalic",
"body": "chalk.italic(chalk.white(`$1`))"
},
"import path": {
"prefix": "path",
"body": "import path from 'path'"
},
"import axios": {
"prefix": "axios",
"body": "import axios from 'axios'"
},
"import R from 'rambda'": {
"prefix": "rambda",
"body": "import * as R from 'rambda'"
},
"eslint disable line": {
"prefix": "eds",
"body": "// eslint-disable-line"
},
"red console.log": {
"prefix": "logred",
"body": ["console.log(`%c$1`, `color:#ec0000;`, $2)"]
},
"blue console.log": {
"prefix": "logblue",
"body": ["console.log(`%c$1`, `color:#0047ff;`, $2)"]
},
"salmon console.log": {
"prefix": "logsalmon",
"body": ["console.log(`%c$1`, `color:salmon;`, $2)"]
},
"orange console.log": {
"prefix": "logorange",
"body": ["console.log(`%c$1`, `color:#FF5722;`, $2)"]
},
"yellow console.log": {
"prefix": "logyellow",
"body": "console.log(`%c$1`, `color:#CCCD17$2;`, $3)"
},
"gold console.log": {
"prefix": "loggold",
"body": ["console.log(`%c$1`, `color:#c4a901;`, $2)"]
},
"magenta console.log": {
"prefix": "logmagenta",
"body": ["console.log(`%c$1`, `color:#4E25D2;`, $2)"]
},
"cyan console.log": {
"prefix": "logcyan",
"body": ["console.log(`%c$1`, `color:#00D8C2;`, $2)"]
},
"teal console.log": {
"prefix": "logteal",
"body": ["console.log(`%c$1`, `color:#20B2AA;`, $2)"]
},
"info console.log": {
"prefix": "loginfo",
"body": ["console.log(`%c$1`, `color:#3498db;`, $2)"]
},
"green console.log": {
"prefix": "loggreen",
"body": ["console.log(`%c$1`, `color:#00b406;`, $2)"]
},
"hotpink console.log": {
"prefix": "loghotpink",
"body": ["console.log(`%c$1`, `color:#e50087;`, $2)"]
},
"grey console.log": {
"prefix": "loggrey",
"body": ["console.log(`%c$1`, `color:#95a5a6;`, $2)"]
},
"eslint disable next line": {
"prefix": "ednl",
"body": "// eslint-disable-next-line"
},
"return new Promise": {
"prefix": "prom",
"body": ["return new Promise((resolve, reject) => {", " $1", "})"]
},
"new story": {
"prefix": "story",
"body": [
"import React from 'react'",
"import $1 from './$1'",
"",
"export default {",
" title: '$1',",
" component: $1,",
" decorators: [(s: any) => <div style={{ padding: 25, }}>{s()}</div>],",
" // parameters: { options: { thmee: { appContentBg: '$2' } } },",
"}",
"",
"export const _$1 = () => {",
" return <$1 />",
"}",
"",
"_$1.storyName = '$1'",
""
]
},
"// @ts-ignore": {
"prefix": "tsg",
"body": "// @ts-ignore"
},
"// @ts-nocheck": {
"prefix": "tsn",
"body": "// @ts-nocheck"
},
"// @ts-expect-error": {
"prefix": "tsee",
"body": "// @ts-expect-error"
},
"afterEach(() => {})": {
"prefix": "afe",
"body": ["afterEach(() => {", " $1", "})"]
},
"beforeEach(() => {})": {
"prefix": "bfe",
"body": ["beforeEach(() => {", " $1", "})"]
},
"dispatch": {
"prefix": "dispatch",
"body": "dispatch({ type: '$1'$2 })"
},
"import react": {
"prefix": "reaa",
"body": "import React from 'react'"
},
"comment section": {
"prefix": "cs",
"body": [
"/* -------------------------------------------------------",
" ---- $1",
"-------------------------------------------------------- */"
]
},
"@param": {
"prefix": "@param",
"body": ["/**", " * $4", " * @param { $1 } $2 - $3", " */"]
},
"ref": {
"prefix": "ref",
"body": "const $1 = React.useRef<any$2>()"
},
"const initialState = {}; reducer = (state, action)": {
"prefix": "rsr",
"body": [
"const initialState = {",
" //$1",
"}",
"",
"const reducer = (state = initialState, action) => {",
" switch (action.type) {",
" default:",
" return state",
" }",
"}"
]
},
"sinon": {
"prefix": "sinon",
"body": "import sinon from 'sinon'"
},
"spy": {
"prefix": "spy",
"body": "const spy = sinon.spy($1)"
},
"nock": {
"prefix": "nock",
"body": "import nock from 'nock'"
},
"describe": {
"prefix": "desc",
"body": [
"describe(`$1`, () => {",
" xit(`$2`, () => {",
" // $3",
" })",
"})",
""
]
},
"it/test": {
"prefix": "it",
"body": ["it(`$2`, () => {", " // $3", "})", ""]
},
"xit/test": {
"prefix": "xit",
"body": ["xit(`$2`, () => {", " // $3", "})", ""]
},
"immer": {
"prefix": "immer",
"body": ["import produce from 'immer'"]
},
"current": {
"prefix": "curr",
"body": ["import { current } from 'immer'"]
},
"React.useCallback": {
"prefix": "rcb",
"body": ["const $1 = React.useCallback(async ($2) => {", " $3", "}, [$4])"]
},
"React.useState": {
"prefix": "sta",
"body": ["const [$1, $2] = React.useState($3)"]
},
"React.useEffect": {
"prefix": "eff",
"body": ["React.useEffect(() => {", " $1", "}, [$2])"]
},
"React.useContext": {
"prefix": "ctx",
"body": ["const $1 = React.useContext($2)"]
},
"typeof window !== 'undefined'": {
"prefix": "isbrowser",
"body": ["if (typeof window !== 'undefined') {", " $1", "}"]
},
"process.env.NODE_ENV === 'development'": {
"prefix": "isdev",
"body": ["if (process.env.NODE_ENV === 'development') {", " $1", "}"]
},
"import { useDispatch, useSelector } from 'react-redux'": {
"prefix": "rsd",
"body": "import { useSelector, useDispatch } from 'react-redux'"
},
"import graphql from gatsby": {
"prefix": "gr",
"body": "import { graphql } from 'gatsby'"
},
"import lodash": {
"prefix": "lodash",
"body": "import _ from 'lodash'"
},
"import camelCase from lodash/camelCase": {
"prefix": "camel",
"body": "import camelCase from 'lodash/camelCase'"
},
"import kebabCase from lodash/kebabCase": {
"prefix": "kebab",
"body": "import kebabCase from 'lodash/kebabCase'"
},
"import startCase from lodash/startCase": {
"prefix": "startcase",
"body": "import startCase from 'lodash/startCase'"
},
"import flip from lodash/flip": {
"prefix": "foreach",
"body": "import flip from 'lodash/flip'"
},
"import forEach from lodash/forEach": {
"prefix": "foreach",
"body": "import forEach from 'lodash/forEach'"
},
"import unary from lodash/unary": {
"prefix": "unary",
"body": "import unary from 'lodash/unary'"
},
"import rearg from lodash/rearg": {
"prefix": "rearg",
"body": "import rearg from 'lodash/rearg'"
},
"import curry from lodash/curry": {
"prefix": "curry",
"body": "import curry from 'lodash/curry'"
},
"import partial from lodash/partial": {
"prefix": "partial",
"body": "import partial from 'lodash/partial'"
},
"import partialRight from lodash/partial": {
"prefix": "partialright",
"body": "import partialRight from 'lodash/partialRight'"
},
"if typeof value === string": {
"prefix": "isstr",
"body": "typeof $1 === 'string'"
},
"if typeof value === function": {
"prefix": "isfnc",
"body": "typeof $1 === 'function'"
},
"if typeof value === undefined": {
"prefix": "isund",
"body": "typeof $1 === 'undefined'"
},
"Array.isArray": {
"prefix": "isarr",
"body": "Array.isArray($1)"
},
"import chunk from lodash/chunk": {
"prefix": "chunk",
"body": "import chunk from 'lodash/chunk'"
},
"import isFinite from lodash/": {
"prefix": "isfin",
"body": "import isFinite from 'lodash/isFinite'"
},
"import isNaN from lodash/isNaN": {
"prefix": "isnan",
"body": "import isNaN from 'lodash/isNaN'"
},
"import isEqual from lodash/isEqual": {
"prefix": "iseq",
"body": "import isEqual from 'lodash/isEqual'"
},
"typeof value === number": {
"prefix": "isnum",
"body": "typeof $1 === 'number'"
},
"import isObjectLike": {
"prefix": "isobj",
"body": "import isObjectLike from 'lodash/isObjectLike'"
},
"import isPlainObject": {
"prefix": "isplo",
"body": "import isPlainObject from 'lodash/isPlainObject'"
},
"typeof value === boolean": {
"prefix": "isbool",
"body": "typeof $1 === 'boolean'"
},
"import isError": {
"prefix": "iserr",
"body": "import isError from 'lodash/isError'"
},
"import isNull": {
"prefix": "isnull",
"body": "import isNull from 'lodash/isNull'"
},
"import isNil": {
"prefix": "isnil",
"body": "import isNil from 'lodash/isNil'"
},
"import isElement": {
"prefix": "iselem",
"body": "import isElement from 'lodash/isElement'"
},
"import id": {
"prefix": "id",
"body": "import id from 'lodash/uniqueId'"
},
"import flow": {
"prefix": "flow",
"body": "import flow from 'lodash/flow'"
},
"import flowRight": {
"prefix": "flowright",
"body": "import flowRight from 'lodash/flowRight'"
},
"import wrap": {
"prefix": "wrap",
"body": "import wrap from 'lodash/wrap'"
},
"import spread": {
"prefix": "spread",
"body": "import spread from 'lodash/spread'"
},
"import omit": {
"prefix": "omit",
"body": "import omit from 'lodash/omit'"
},
"import orderBy": {
"prefix": "orderby",
"body": "import orderBy from 'lodash/orderBy'"
},
"import sortBy": {
"prefix": "sortby",
"body": "import sortBy from 'lodash/sortBy'"
},
"import pick": {
"prefix": "pick",
"body": "import pick from 'lodash/pick'"
},
"import difference": {
"prefix": "diff",
"body": "import difference from 'lodash/difference'"
},
"import merge": {
"prefix": "merge",
"body": "import merge from 'lodash/merge'"
},
"import get": {
"prefix": "get",
"body": "import get from 'lodash/get'"
},
"import has": {
"prefix": "has",
"body": "import has from 'lodash/has'"
},
"import set": {
"prefix": "set",
"body": "import set from 'lodash/set'"
},
"import last": {
"prefix": "last",
"body": "import last from 'lodash/last'"
},
"import noop": {
"prefix": "noop",
"body": "import noop from 'lodash/noop'"
},
"import uniq": {
"prefix": "uniq",
"body": "import uniq from 'lodash/uniq'"
},
"import fs-extra": {
"prefix": "fse",
"body": "import fs from 'fs-extra'"
},
"import chalk": {
"prefix": "chalk",
"body": "import chalk from 'chalk'"
},
"import yaml": {
"prefix": "yaml",
"body": "import yaml from 'yaml'"
},
"import invariant": {
"prefix": "invariant",
"body": "import invariant from 'invariant'"
},
"import globby": {
"prefix": "globby",
"body": "import globby from 'globby'"
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment