Skip to content

Instantly share code, notes, and snippets.

@bompus
Last active September 28, 2020 15:20
Show Gist options
  • Save bompus/49c571bd21058b260e596b17b1479003 to your computer and use it in GitHub Desktop.
Save bompus/49c571bd21058b260e596b17b1479003 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-09-28T15:20:26.168Z","extensionVersion":"v3.4.3"}
[
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.4.3"
},
{
"metadata": {
"id": "607fd052-be03-4363-b657-2bd62b83d28a",
"publisherId": "ms-vscode-remote.remote-ssh",
"publisherDisplayName": "ms-vscode-remote"
},
"name": "remote-ssh",
"publisher": "ms-vscode-remote",
"version": "0.55.0"
},
{
"metadata": {
"id": "bfeaf631-bcff-4908-93ed-fda4ef9a0c5c",
"publisherId": "ms-vscode-remote.remote-ssh-edit",
"publisherDisplayName": "ms-vscode-remote"
},
"name": "remote-ssh-edit",
"publisher": "ms-vscode-remote",
"version": "0.55.0"
},
{
"metadata": {
"id": "3acfcc8d-a050-4675-8e49-cdc9f8945404",
"publisherId": "naumovs.theme-oceanicnext",
"publisherDisplayName": "naumovs"
},
"name": "theme-oceanicnext",
"publisher": "naumovs",
"version": "0.0.4"
},
{
"metadata": {
"id": "9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a",
"publisherId": "vscode-icons-team.vscode-icons",
"publisherDisplayName": "vscode-icons-team"
},
"name": "vscode-icons",
"publisher": "vscode-icons-team",
"version": "11.0.0"
}
]
{
"agentPort": 11005,
"osReleaseId": "ubuntu",
"arch": "x86_64",
"webUiAccessToken": "",
"sshAuthSock": "",
"tmpDir": "/run/user/0",
"platform": "linux",
"pid": 14572,
"ipcHandlePath": "\\\\.\\pipe\\vscode-ssh-askpass-9abdf928f11789658d4b314406ac62fec83782cd-sock",
"socksPort": 59598,
"startupTime": 1589495812495
}
{
"agentPort": 6691,
"osReleaseId": "ubuntu",
"arch": "x86_64",
"webUiAccessToken": "",
"sshAuthSock": "",
"tmpDir": "/run/user/0",
"platform": "linux",
"pid": 2962041,
"ipcHandlePath": "/run/user/1000/vscode-ssh-askpass-57bbb9f34ba46a6cf5501d4ca76fcdc895f64022.sock",
"socksPort": 38811,
"startupTime": 1595862404128
}
{
"remoteListeningOn": {
"port": 20335
},
"osReleaseId": "ubuntu",
"arch": "x86_64",
"webUiAccessToken": "",
"sshAuthSock": "",
"tmpDir": "/run/user/0",
"platform": "linux",
"pid": 345233,
"ipcHandlePath": "/run/user/1000/vscode-ssh-askpass-0703ab28c422ae5173e9370ae4d22fd674561a35.sock",
"socksPort": 38545,
"startupTime": 1601306395544
}
{
"remoteListeningOn": {
"port": 16849
},
"osReleaseId": "ubuntu",
"arch": "x86_64",
"webUiAccessToken": "",
"sshAuthSock": "",
"tmpDir": "/run/user/0",
"platform": "linux",
"pid": 6795,
"ipcHandlePath": "/run/user/1000/vscode-ssh-askpass-1cbc8a2c2e0ffdcf80fedd13dd05fcad721492cc.sock",
"socksPort": 34333,
"startupTime": 1600989685794
}
// Place your settings in this file to overwrite the default settings
{
"window.zoomLevel": 0,
"editor.detectIndentation": true,
"editor.autoClosingBrackets": "never",
"window.title": "${dirty}${activeEditorLong}${separator}${rootName}${separator}${appName}",
"editor.wordWrap": "off",
"sync.gist": "49c571bd21058b260e596b17b1479003",
"sync.lastUpload": "2018-06-13T23:07:46.261Z",
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.lastDownload": "2018-03-12T21:57:46.594Z",
"sync.forceDownload": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false,
"php.validate.executablePath": "H:/php7/php.exe",
"vsicons.dontShowNewVersionMessage": true,
"editor.links": false,
"html.autoClosingTags": false,
"editor.renderWhitespace": "boundary",
"editor.minimap.enabled": false,
"files.useExperimentalFileWatcher": false,
"emmet.includeLanguages": {},
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"files.watcherExclude": {
"**/.svn/**": true,
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true
},
"breadcrumbs.enabled": true,
"breadcrumbs.filePath": "off",
"php.suggest.basic": false,
"php.validate.run": "onType",
"eslint.alwaysShowStatus": true,
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"vue"
],
"bookmarks.useWorkaroundForFormatters": true,
"editor.formatOnSave": false,
"remote.SSH.showLoginTerminal": true,
"jest.restartJestOnSnapshotUpdate": true,
"jest.pathToJest": "yarn testUnit",
"jest.enableInlineErrorMessages": true,
"jest.debugCodeLens.showWhenTestStateIn": ["fail", "unknown", "pass"],
"editor.semanticHighlighting.enabled": true,
"debug.javascript.usePreview": true,
"editor.autoIndent": "full",
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.fixAll.eslint": true
},
"editor.codeActionsOnSaveTimeout": 1200,
"prettier.packageManager": "yarn",
"prettier.singleQuote": true,
"techDebtTracker.inlineDebtRatings.level": "A",
"codemetrics.basics.OverviewRulerModeEnabled": false,
"codemetrics.nodeconfiguration.ReturnStatement": 0,
"codemetrics.nodeconfiguration.CaseClause": 0,
"codemetrics.nodeconfiguration.DefaultClause": 0,
"coverage-gutters.showRulerCoverage": true,
"editor.folding": false,
"jest.runAllTestsFirst": false,
"jest.autoEnable": false,
"terminal.integrated.env.linux": {
"DISPLAY": "localhost:11.0"
},
"remote.SSH.useLocalServer": true,
"vscode-coverage-highlighter.files": [
"coverage/coverage-final.json",
"coverage/lcov*.info"
],
"diffEditor.ignoreTrimWhitespace": false,
"eslint.lintTask.enable": true,
"eslint.lintTask.options": "./src/",
"jscpd.skipComments": true,
"remote.SSH.remotePlatform": {
"192.168.0.39": "linux"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[vue]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"vscode-coverage-highlighter.defaultState": "disable",
"editor.tabSize": 2,
"intelephense.stubs": [
"apache",
"bcmath",
"bz2",
"calendar",
"com_dotnet",
"Core",
"ctype",
"curl",
"date",
"dba",
"dom",
"enchant",
"exif",
"FFI",
"fileinfo",
"filter",
"fpm",
"ftp",
"gd",
"gettext",
"gmp",
"hash",
"iconv",
"imap",
"intl",
"json",
"ldap",
"libxml",
"mbstring",
"meta",
"mysqli",
"oci8",
"odbc",
"openssl",
"pcntl",
"pcre",
"PDO",
"pdo_ibm",
"pdo_mysql",
"pdo_pgsql",
"pdo_sqlite",
"pgsql",
"Phar",
"posix",
"pspell",
"readline",
"Reflection",
"session",
"shmop",
"SimpleXML",
"snmp",
"soap",
"sockets",
"sodium",
"SPL",
"sqlite3",
"standard",
"superglobals",
"sysvmsg",
"sysvsem",
"sysvshm",
"tidy",
"tokenizer",
"xml",
"xmlreader",
"xmlrpc",
"xmlwriter",
"xsl",
"Zend OPcache",
"zip",
"zlib",
"wordpress"
],
"versionlens.suggestions.showOnStartup": true,
"versionlens.suggestions.showPrereleasesOnStartup": true,
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.multiCursorModifier": "ctrlCmd",
"search.exclude": {
"**/coverage": true,
"**/vendor": true,
"**/*.log": true,
"**/pnpm-lock.yaml": true
},
"workbench.iconTheme": "vscode-icons",
"typescript.suggest.paths": false,
"editor.largeFileOptimizations": false,
"workbench.colorTheme": "Oceanic Next (dimmed bg)",
"javascript.updateImportsOnFileMove.enabled": "always",
"vetur.experimental.templateInterpolationService": false,
"vetur.validation.template": false,
"vetur.validation.script": false,
"vetur.validation.style": false,
"vetur.format.enable": false,
"files.hotExit": "onExitAndWindowClose"
}
{"ref":"2411045c-17eb-451b-9bff-2d389ac5f000","content":"{\"version\":4,\"machineId\":\"5c34e042-5dfe-4bbd-971c-ff304e8ab3bf\",\"content\":\"[{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.bat\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.clojure\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.coffeescript\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.configuration-editing\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.cpp\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.csharp\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.css\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.css-language-features\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.debug-auto-launch\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.debug-server-ready\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.docker\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.emmet\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.extension-editing\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.fsharp\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.git\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.git-ui\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.github\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.github-authentication\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.go\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.groovy\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.grunt\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.gulp\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.handlebars\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.hlsl\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.html\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.html-language-features\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.image-preview\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.ini\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.jake\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.java\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.javascript\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.json\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.json-language-features\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.less\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.log\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.lua\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.make\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.markdown\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.markdown-language-features\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.merge-conflict\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.microsoft-authentication\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vscode.js-debug\\\",\\\"uuid\\\":\\\"25629058-ddac-4e17-abba-74678e126c5d\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vscode.js-debug-companion\\\",\\\"uuid\\\":\\\"99cb0b7f-7354-4278-b8da-6cc79972169d\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vscode.node-debug\\\",\\\"uuid\\\":\\\"b6ded8fb-a0a0-4c1c-acbd-ab2a3bc995a6\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vscode.node-debug2\\\",\\\"uuid\\\":\\\"36d19e17-7569-4841-a001-947eb18602b2\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vscode.references-view\\\",\\\"uuid\\\":\\\"dc489f46-520d-4556-ae85-1f9eab3c412d\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vscode.vscode-js-profile-table\\\",\\\"uuid\\\":\\\"7e52b41b-71ad-457b-ab7e-0620f1fc4feb\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.npm\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.objective-c\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.perl\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.php\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.php-language-features\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.powershell\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.pug\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.python\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.r\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.razor\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.ruby\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.rust\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.scss\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.search-result\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.shaderlab\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.shellscript\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.sql\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.swift\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.theme-abyss\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.theme-defaults\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.theme-kimbie-dark\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.theme-monokai\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.theme-monokai-dimmed\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.theme-quietlight\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.theme-red\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.vscode-theme-seti\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.theme-solarized-dark\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.theme-solarized-light\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.theme-tomorrow-night-blue\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.typescript\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.typescript-language-features\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.vb\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.xml\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.yaml\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vscode-remote.remote-ssh\\\",\\\"uuid\\\":\\\"607fd052-be03-4363-b657-2bd62b83d28a\\\"},\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vscode-remote.remote-ssh-edit\\\",\\\"uuid\\\":\\\"bfeaf631-bcff-4908-93ed-fda4ef9a0c5c\\\"},\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"shan.code-settings-sync\\\",\\\"uuid\\\":\\\"e337c67b-55c2-4fef-8949-eb260e7fb7fd\\\"},\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode-icons-team.vscode-icons\\\",\\\"uuid\\\":\\\"9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a\\\"},\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"naumovs.theme-oceanicnext\\\",\\\"uuid\\\":\\\"3acfcc8d-a050-4675-8e49-cdc9f8945404\\\"},\\\"installed\\\":true}]\"}","skippedExtensions":[]}
{"ref":"66ef226b-e53c-4a6f-bacf-b5791eb941fd","content":"{\"version\":1,\"machineId\":\"5c34e042-5dfe-4bbd-971c-ff304e8ab3bf\",\"content\":\"{\\\"storage\\\":{\\\"workbench.panel.repl.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.panel.repl.view\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.panel.markers.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.panel.markers.view\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.panel.output.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.panel.output\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.panel.terminal.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.panel.terminal\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.view.debug.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.debug.welcome\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.debug.variablesView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.debug.watchExpressionsView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.debug.callStackView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.debug.loadedScriptsView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.debug.breakPointsView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"jsBrowserBreakpoints\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.view.extensions.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.enabledExtensionList\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.popularExtensionsList\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.enabledExtensionList2\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.workspaceRecommendedList\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.local.default\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.recommendedList\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.otherrecommendedList\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.disabledExtensionList\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.disabledExtensionList2\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.listView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.builtInExtensionsList\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.builtInBasicsExtensionsList\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.builtInThemesExtensionsList\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.local.installed\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.local.outdated\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.remote.default\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.remote.installed\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.remote.outdated\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.popular\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.workspaceRecommendations\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.local.installed\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.remote.installed\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.otherRecommendations\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"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}]\\\"},\\\"workbench.explorer.views.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"outline\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"timeline\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.explorer.openEditorsView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.explorer.emptyView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"npm\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.explorer.fileView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.view.remote.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"sshHosts\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"~remote.helpPanel\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"~remote.forwardedPorts\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.scm.views.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.scm\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.scm.repositories\\\\\\\",\\\\\\\"isHidden\\\\\\\":true}]\\\"},\\\"workbench.view.search.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.search\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.panel.pinnedPanels\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.panel.markers\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"Problems\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"order\\\\\\\":0,\\\\\\\"visible\\\\\\\":true},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.panel.output\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"Output\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"order\\\\\\\":1,\\\\\\\"visible\\\\\\\":true},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.panel.repl\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"Debug Console\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"order\\\\\\\":2,\\\\\\\"visible\\\\\\\":true},{\\\\\\\"id\\\\\\\":\\\\\\\"terminal\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"Terminal\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"order\\\\\\\":3,\\\\\\\"visible\\\\\\\":true},{\\\\\\\"id\\\\\\\":\\\\\\\"refactorPreview\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"Refactor Preview\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false}]\\\"},\\\"workbench.activity.pinnedViewlets2\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.explorer\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":true,\\\\\\\"order\\\\\\\":0},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.search\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":true,\\\\\\\"order\\\\\\\":1},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.scm\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":true,\\\\\\\"order\\\\\\\":2},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.debug\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":true,\\\\\\\"order\\\\\\\":2},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.remote\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":true,\\\\\\\"order\\\\\\\":4},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extensions\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":true,\\\\\\\"order\\\\\\\":4},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.references-view\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false,\\\\\\\"order\\\\\\\":7},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.wallaby\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false,\\\\\\\"order\\\\\\\":8},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.sync\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false}]\\\"},\\\"nps/sessionCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"9\\\"},\\\"nps/lastSessionDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Sun Aug 16 2020\\\"},\\\"cpp.1.sessionCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"46\\\"},\\\"cpp.1.lastSessionDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Mon Sep 28 2020\\\"},\\\"java.2.sessionCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"46\\\"},\\\"java.2.lastSessionDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Mon Sep 28 2020\\\"},\\\"javascript.1.sessionCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"16\\\"},\\\"javascript.1.lastSessionDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Sun Aug 23 2020\\\"},\\\"javascript.1.editedCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"10\\\"},\\\"javascript.1.editedDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Fri Aug 21 2020\\\"},\\\"typescript.1.sessionCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"46\\\"},\\\"typescript.1.lastSessionDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Mon Sep 28 2020\\\"},\\\"commandPalette.mru.cache\\\":{\\\"version\\\":1,\\\"value\\\":\\\"{\\\\\\\"usesLRU\\\\\\\":true,\\\\\\\"entries\\\\\\\":[{\\\\\\\"key\\\\\\\":\\\\\\\"extension.otherOptions\\\\\\\",\\\\\\\"value\\\\\\\":3},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.userDataSync.actions.turnOn\\\\\\\",\\\\\\\"value\\\\\\\":7},{\\\\\\\"key\\\\\\\":\\\\\\\"extension.downloadSettings\\\\\\\",\\\\\\\"value\\\\\\\":11},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.userDataSync.actions.syncNow\\\\\\\",\\\\\\\"value\\\\\\\":16},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.userDataSync.actions.showLog\\\\\\\",\\\\\\\"value\\\\\\\":17},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.userDataSync.actions.showSyncedData\\\\\\\",\\\\\\\"value\\\\\\\":18},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.userDataSync.actions.settings\\\\\\\",\\\\\\\"value\\\\\\\":19},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.userDataSync.actions.configure\\\\\\\",\\\\\\\"value\\\\\\\":20},{\\\\\\\"key\\\\\\\":\\\\\\\"editor.action.formatDocument.none\\\\\\\",\\\\\\\"value\\\\\\\":22},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.action.selectTheme\\\\\\\",\\\\\\\"value\\\\\\\":31},{\\\\\\\"key\\\\\\\":\\\\\\\"editor.action.formatDocument\\\\\\\",\\\\\\\"value\\\\\\\":65},{\\\\\\\"key\\\\\\\":\\\\\\\"editor.action.formatDocument.multiple\\\\\\\",\\\\\\\"value\\\\\\\":66},{\\\\\\\"key\\\\\\\":\\\\\\\"git.openChange\\\\\\\",\\\\\\\"value\\\\\\\":93},{\\\\\\\"key\\\\\\\":\\\\\\\"git.refresh\\\\\\\",\\\\\\\"value\\\\\\\":95},{\\\\\\\"key\\\\\\\":\\\\\\\"wallaby.selectConfigFile\\\\\\\",\\\\\\\"value\\\\\\\":116},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.view.extension.wallaby\\\\\\\",\\\\\\\"value\\\\\\\":117},{\\\\\\\"key\\\\\\\":\\\\\\\"wallaby.openWallabyApp\\\\\\\",\\\\\\\"value\\\\\\\":118},{\\\\\\\"key\\\\\\\":\\\\\\\"wallaby.stop\\\\\\\",\\\\\\\"value\\\\\\\":131},{\\\\\\\"key\\\\\\\":\\\\\\\"wallaby.forceCoreUpdate\\\\\\\",\\\\\\\"value\\\\\\\":155},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.action.reloadWindow\\\\\\\",\\\\\\\"value\\\\\\\":163},{\\\\\\\"key\\\\\\\":\\\\\\\"wallaby.toggleUncovered\\\\\\\",\\\\\\\"value\\\\\\\":167},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.action.openSettingsJson\\\\\\\",\\\\\\\"value\\\\\\\":169},{\\\\\\\"key\\\\\\\":\\\\\\\"wallaby.start\\\\\\\",\\\\\\\"value\\\\\\\":170}]}\\\"},\\\"commandPalette.mru.counter\\\":{\\\"version\\\":1,\\\"value\\\":\\\"171\\\"},\\\"workbench.view.sync.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.sync.merges\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.sync.remoteActivity\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.sync.machines\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.sync.localActivity\\\\\\\",\\\\\\\"isHidden\\\\\\\":true}]\\\"},\\\"hasNotifiedOfSettingsAutosave\\\":{\\\"version\\\":1,\\\"value\\\":\\\"true\\\"},\\\"nps/skipVersion\\\":{\\\"version\\\":1,\\\"value\\\":\\\"1.48.0\\\"},\\\"nps/isCandidate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"false\\\"},\\\"javascript.1.skipVersion\\\":{\\\"version\\\":1,\\\"value\\\":\\\"1.48.0\\\"},\\\"javascript.1.isCandidate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"false\\\"},\\\"terminal.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"terminal\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.view.extension.wallaby.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"wallaby.valueExplorer\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"wallaby.traceExplorer\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"wallaby.testFileCoverageExplorer\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"}}}\"}","skippedStorageKeys":["workbench.panel.terminal.hidden","commandPalette.mru.cache","commandPalette.mru.counter","hasNotifiedOfSettingsAutosave"]}
{"ref":"57cfc778-a845-4823-adff-85b6afa1cc92","content":"{\"version\":2,\"machineId\":\"5c34e042-5dfe-4bbd-971c-ff304e8ab3bf\",\"content\":\"{\\\"linux\\\":\\\"// Empty\\\"}\"}"}
{"ref":"841e87df-56dd-40ea-a7b5-b072f608d61c","content":"{\"version\":2,\"machineId\":\"5c34e042-5dfe-4bbd-971c-ff304e8ab3bf\",\"content\":\"{\\\"settings\\\":\\\"// Place your settings in this file to overwrite the default settings\\\\n{\\\\n\\\\t\\\\\\\"window.zoomLevel\\\\\\\": 0,\\\\n\\\\t\\\\\\\"editor.detectIndentation\\\\\\\": true,\\\\n\\\\t\\\\\\\"editor.autoClosingBrackets\\\\\\\": \\\\\\\"never\\\\\\\",\\\\n\\\\t\\\\\\\"window.title\\\\\\\": \\\\\\\"${dirty}${activeEditorLong}${separator}${rootName}${separator}${appName}\\\\\\\",\\\\n\\\\t\\\\\\\"editor.wordWrap\\\\\\\": \\\\\\\"off\\\\\\\",\\\\n\\\\t\\\\\\\"sync.gist\\\\\\\": \\\\\\\"49c571bd21058b260e596b17b1479003\\\\\\\",\\\\n\\\\t\\\\\\\"sync.lastUpload\\\\\\\": \\\\\\\"2018-06-13T23:07:46.261Z\\\\\\\",\\\\n\\\\t\\\\\\\"sync.autoDownload\\\\\\\": true,\\\\n\\\\t\\\\\\\"sync.autoUpload\\\\\\\": true,\\\\n\\\\t\\\\\\\"sync.lastDownload\\\\\\\": \\\\\\\"2018-03-12T21:57:46.594Z\\\\\\\",\\\\n\\\\t\\\\\\\"sync.forceDownload\\\\\\\": false,\\\\n\\\\t\\\\\\\"sync.host\\\\\\\": \\\\\\\"\\\\\\\",\\\\n\\\\t\\\\\\\"sync.pathPrefix\\\\\\\": \\\\\\\"\\\\\\\",\\\\n\\\\t\\\\\\\"sync.quietSync\\\\\\\": false,\\\\n\\\\t\\\\\\\"sync.askGistName\\\\\\\": false,\\\\n\\\\t\\\\\\\"vsicons.dontShowNewVersionMessage\\\\\\\": true,\\\\n\\\\t\\\\\\\"editor.links\\\\\\\": false,\\\\n\\\\t\\\\\\\"html.autoClosingTags\\\\\\\": false,\\\\n\\\\t\\\\\\\"editor.renderWhitespace\\\\\\\": \\\\\\\"boundary\\\\\\\",\\\\n\\\\t\\\\\\\"editor.minimap.enabled\\\\\\\": false,\\\\n\\\\t\\\\\\\"files.useExperimentalFileWatcher\\\\\\\": false,\\\\n\\\\t\\\\\\\"emmet.includeLanguages\\\\\\\": {},\\\\n\\\\t\\\\\\\"sync.removeExtensions\\\\\\\": true,\\\\n\\\\t\\\\\\\"sync.syncExtensions\\\\\\\": true,\\\\n\\\\t\\\\\\\"files.watcherExclude\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"**/.svn/**\\\\\\\": true,\\\\n\\\\t\\\\t\\\\\\\"**/.git/objects/**\\\\\\\": true,\\\\n\\\\t\\\\t\\\\\\\"**/.git/subtree-cache/**\\\\\\\": true\\\\n\\\\t},\\\\n\\\\t\\\\\\\"breadcrumbs.enabled\\\\\\\": true,\\\\n\\\\t\\\\\\\"breadcrumbs.filePath\\\\\\\": \\\\\\\"off\\\\\\\",\\\\n\\\\t\\\\\\\"php.suggest.basic\\\\\\\": false,\\\\n\\\\t\\\\\\\"php.validate.run\\\\\\\": \\\\\\\"onType\\\\\\\",\\\\n\\\\t\\\\\\\"eslint.alwaysShowStatus\\\\\\\": true,\\\\n\\\\t\\\\\\\"eslint.validate\\\\\\\": [\\\\n\\\\t\\\\t\\\\\\\"javascript\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"javascriptreact\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"typescript\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"typescriptreact\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"vue\\\\\\\"\\\\n\\\\t],\\\\n\\\\t\\\\\\\"bookmarks.useWorkaroundForFormatters\\\\\\\": true,\\\\n\\\\t\\\\\\\"editor.formatOnSave\\\\\\\": false,\\\\n\\\\t\\\\\\\"remote.SSH.showLoginTerminal\\\\\\\": true,\\\\n\\\\t\\\\\\\"jest.restartJestOnSnapshotUpdate\\\\\\\": true,\\\\n\\\\t\\\\\\\"jest.pathToJest\\\\\\\": \\\\\\\"yarn testUnit\\\\\\\",\\\\n\\\\t\\\\\\\"jest.enableInlineErrorMessages\\\\\\\": true,\\\\n\\\\t\\\\\\\"jest.debugCodeLens.showWhenTestStateIn\\\\\\\": [\\\\\\\"fail\\\\\\\", \\\\\\\"unknown\\\\\\\", \\\\\\\"pass\\\\\\\"],\\\\n\\\\t\\\\\\\"editor.semanticHighlighting.enabled\\\\\\\": true,\\\\n\\\\t\\\\\\\"debug.javascript.usePreview\\\\\\\": true,\\\\n\\\\t\\\\\\\"editor.autoIndent\\\\\\\": \\\\\\\"full\\\\\\\",\\\\n\\\\t\\\\\\\"editor.codeActionsOnSave\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"source.fixAll\\\\\\\": true,\\\\n\\\\t\\\\t\\\\\\\"source.fixAll.eslint\\\\\\\": true\\\\n\\\\t},\\\\n\\\\t\\\\\\\"editor.codeActionsOnSaveTimeout\\\\\\\": 1200,\\\\n\\\\t\\\\\\\"prettier.packageManager\\\\\\\": \\\\\\\"yarn\\\\\\\",\\\\n\\\\t\\\\\\\"prettier.singleQuote\\\\\\\": true,\\\\n\\\\t\\\\\\\"techDebtTracker.inlineDebtRatings.level\\\\\\\": \\\\\\\"A\\\\\\\",\\\\n\\\\t\\\\\\\"codemetrics.basics.OverviewRulerModeEnabled\\\\\\\": false,\\\\n\\\\t\\\\\\\"codemetrics.nodeconfiguration.ReturnStatement\\\\\\\": 0,\\\\n\\\\t\\\\\\\"codemetrics.nodeconfiguration.CaseClause\\\\\\\": 0,\\\\n\\\\t\\\\\\\"codemetrics.nodeconfiguration.DefaultClause\\\\\\\": 0,\\\\n\\\\t\\\\\\\"coverage-gutters.showRulerCoverage\\\\\\\": true,\\\\n\\\\t\\\\\\\"editor.folding\\\\\\\": false,\\\\n\\\\t\\\\\\\"jest.runAllTestsFirst\\\\\\\": false,\\\\n\\\\t\\\\\\\"jest.autoEnable\\\\\\\": false,\\\\n\\\\t\\\\\\\"terminal.integrated.env.linux\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"DISPLAY\\\\\\\": \\\\\\\"localhost:11.0\\\\\\\"\\\\n\\\\t},\\\\n\\\\t\\\\\\\"remote.SSH.useLocalServer\\\\\\\": true,\\\\n\\\\t\\\\\\\"vscode-coverage-highlighter.files\\\\\\\": [\\\\n\\\\t\\\\t\\\\\\\"coverage/coverage-final.json\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"coverage/lcov*.info\\\\\\\"\\\\n\\\\t],\\\\n\\\\t\\\\\\\"diffEditor.ignoreTrimWhitespace\\\\\\\": false,\\\\n\\\\t\\\\\\\"eslint.lintTask.enable\\\\\\\": true,\\\\n\\\\t\\\\\\\"eslint.lintTask.options\\\\\\\": \\\\\\\"./src/\\\\\\\",\\\\n\\\\t\\\\\\\"jscpd.skipComments\\\\\\\": true,\\\\n\\\\t\\\\\\\"remote.SSH.remotePlatform\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"192.168.0.39\\\\\\\": \\\\\\\"linux\\\\\\\"\\\\n\\\\t},\\\\n\\\\t\\\\\\\"[html]\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"editor.defaultFormatter\\\\\\\": \\\\\\\"esbenp.prettier-vscode\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"editor.formatOnSave\\\\\\\": true\\\\n\\\\t},\\\\n\\\\t\\\\\\\"[javascript]\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"editor.defaultFormatter\\\\\\\": \\\\\\\"esbenp.prettier-vscode\\\\\\\"\\\\n\\\\t},\\\\n\\\\t\\\\\\\"[vue]\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"editor.defaultFormatter\\\\\\\": \\\\\\\"esbenp.prettier-vscode\\\\\\\"\\\\n\\\\t},\\\\n\\\\t\\\\\\\"vscode-coverage-highlighter.defaultState\\\\\\\": \\\\\\\"disable\\\\\\\",\\\\n\\\\t\\\\\\\"editor.tabSize\\\\\\\": 2,\\\\n\\\\t\\\\\\\"intelephense.stubs\\\\\\\": [\\\\n\\\\t\\\\t\\\\\\\"apache\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"bcmath\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"bz2\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"calendar\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"com_dotnet\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"Core\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"ctype\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"curl\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"date\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"dba\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"dom\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"enchant\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"exif\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"FFI\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"fileinfo\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"filter\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"fpm\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"ftp\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"gd\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"gettext\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"gmp\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"hash\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"iconv\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"imap\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"intl\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"json\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"ldap\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"libxml\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"mbstring\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"meta\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"mysqli\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"oci8\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"odbc\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"openssl\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"pcntl\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"pcre\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"PDO\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"pdo_ibm\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"pdo_mysql\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"pdo_pgsql\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"pdo_sqlite\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"pgsql\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"Phar\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"posix\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"pspell\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"readline\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"Reflection\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"session\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"shmop\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"SimpleXML\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"snmp\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"soap\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"sockets\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"sodium\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"SPL\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"sqlite3\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"standard\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"superglobals\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"sysvmsg\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"sysvsem\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"sysvshm\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"tidy\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"tokenizer\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"xml\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"xmlreader\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"xmlrpc\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"xmlwriter\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"xsl\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"Zend OPcache\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"zip\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"zlib\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"wordpress\\\\\\\"\\\\n\\\\t],\\\\n\\\\t\\\\\\\"versionlens.suggestions.showOnStartup\\\\\\\": true,\\\\n\\\\t\\\\\\\"versionlens.suggestions.showPrereleasesOnStartup\\\\\\\": true,\\\\n\\\\t\\\\\\\"[json]\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"editor.defaultFormatter\\\\\\\": \\\\\\\"esbenp.prettier-vscode\\\\\\\"\\\\n\\\\t},\\\\n\\\\t\\\\\\\"editor.multiCursorModifier\\\\\\\": \\\\\\\"ctrlCmd\\\\\\\",\\\\n\\\\t\\\\\\\"search.exclude\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"**/coverage\\\\\\\": true,\\\\n\\\\t\\\\t\\\\\\\"**/vendor\\\\\\\": true,\\\\n\\\\t\\\\t\\\\\\\"**/*.log\\\\\\\": true,\\\\n\\\\t\\\\t\\\\\\\"**/pnpm-lock.yaml\\\\\\\": true\\\\n\\\\t},\\\\n\\\\t\\\\\\\"workbench.iconTheme\\\\\\\": \\\\\\\"vscode-icons\\\\\\\",\\\\n\\\\t\\\\\\\"typescript.suggest.paths\\\\\\\": false,\\\\n\\\\t\\\\\\\"editor.largeFileOptimizations\\\\\\\": false,\\\\n\\\\t\\\\\\\"workbench.colorTheme\\\\\\\": \\\\\\\"Oceanic Next (dimmed bg)\\\\\\\",\\\\n\\\\t\\\\\\\"javascript.updateImportsOnFileMove.enabled\\\\\\\": \\\\\\\"always\\\\\\\",\\\\n\\\\t\\\\\\\"vetur.experimental.templateInterpolationService\\\\\\\": false,\\\\n\\\\t\\\\\\\"vetur.validation.template\\\\\\\": false,\\\\n\\\\t\\\\\\\"vetur.validation.script\\\\\\\": false,\\\\n\\\\t\\\\\\\"vetur.validation.style\\\\\\\": false,\\\\n\\\\t\\\\\\\"vetur.format.enable\\\\\\\": false,\\\\n\\\\t\\\\\\\"files.hotExit\\\\\\\": \\\\\\\"onExitAndWindowClose\\\\\\\"\\\\n}\\\"}\"}"}
{
"folder": "file:///z%3A/webapps/bompus-cms/dev"
}
[
"file:///h%3A/ehr-svn/member/library/functions.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp43331/home/bompus/webapps/app_dfbchurc/wp-content/plugins/sermon-browser/sb-includes/admin.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp14605/home/effortle/EffortlessHrLiveMember/member/library/core.php"
,
"file:///c%3A/Users/aj/Dropbox/commentluv/trunk/commentluv.php"
,
"file:///h%3A/ehr-svn/member/library/swift_ehr.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp37073/home/bompus/webapps/app_dls_live/wp-content/plugins/-dls/include/admin/fn_reports_tab_demographics.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp00125/home/bompus/webapps/app_dls_live/wp-content/plugins/-dls/include/admin/fn_dash_actionitems.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp00094/home/bompus/webapps/app_continentalbaptist/wp-content/themes/TheCorporation/functions.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp17199/home/bompus/webapps/app_dls_live/wp-content/plugins/-dls/include/admin/dupecheck.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp34035/home/bompus/webapps/app_dls_live/wp-content/plugins/-dls/include/admin/fn_dash_lcevents.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp12714/home/bompus/webapps/app_dls_live/wp-content/plugins/-dls/-dls.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp01873/home/bompus/webapps/app_dls_live/wp-content/plugins/-dls/include/admin/error-handler.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp57853/home/bompus/webapps/app_wptest_bompus/wp-content/plugins/wp-customer-reviews/wp-customer-reviews-3.php"
,
"file:///h%3A/ehr-svn/member/modules/Signupmanual.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp27700/home/effortle/public_html_new/wp-content/plugins/wp-customer-reviews/wp-customer-reviews-3.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp17866/home/bompus/webapps/app_dls_live/wp-content/plugins/-dls/include/migrate/1x-1x.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp34105/home/bompus/webapps/app_dls_live/wp-content/plugins/-dls/include/admin/fn_dash_fieldtrips.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp29859/home/effortle/public_html_new/wp-content/themes/effortlesshr-child/functions.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp21055/home/bompus/webapps/app_wptest_bompus/wp-content/plugins/wp-customer-reviews/include/admin/wp-customer-reviews-3-admin.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp59424/home/bompus/webapps/app_continentalbaptist/wp-content/themes/TheCorporation/header.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp51586/home/effortle/public_html_new/wp-content/themes/effortlesshr-child/404.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp59797/home/bompus/webapps/app_continentalbaptist/wp-content/themes/TheCorporation/footer.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp44525/home/bompus/webapps/app_bompus_wp/wp-content/plugins/commentluv/commentluv.php"
,
"file:///c%3A/Users/aj/Dropbox/commentluv/trunk/libs/SimpleCluvPie/autoloader.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp57418/home/effortle/public_html_new/wp-content/plugins/bb-plugin/classes/class-fl-builder.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp04595/home/effortle/EffortlessHrLiveMember/member/modules/Nsignup.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp07940/home/bompus/webapps/app_dls_live/wp-content/plugins/-dls/include/admin/fn_dash_stafflinks.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp14652/home/bompus/webapps/app_dls_live/wp-content/plugins/-dls/include/admin/fn_metaboxes_dls_contactlog.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp59685/home/bompus/webapps/app_dls_live/wp-content/plugins/-dls/include/admin/admin.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp43994/home/bompus/webapps/app_dfbchurc/wp-content/plugins/sermon-browser/sermon.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp29609/home/effortle/public_html_new/wp-content/themes/effortlesshr-child/page-full.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp14020/home/effortle/EffortlessHrLiveMember/member/library/Zebra_Session_APC.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp01520/home/effortle/EffortlessHrLiveMember/member/modules/Signupmanual.php"
,
"file:///c%3A/Users/aj/Dropbox/commentluv/trunk/libs/SimpleCluvPie/library/SimpleCluvPie.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp04532/home/effortle/EffortlessHrLiveMember/member/modules/TryItFree.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp37326/home/bompus/webapps/app_dls_live/wp-content/plugins/-dls/include/admin/fn_reports_tab_attendance12_v2.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp41460/home/bompus/webapps/app_dfbchurc/wp-content/themes/index.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp13066/home/bompus/webapps/app_dls_live/wp-content/themes/astra-child/functions.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp14376/home/effortle/EffortlessHrLiveMember/member/library/Zebra_Session.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp30474/home/effortle/public_html_new/wp-content/themes/genesis/sidebar-alt.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp04514/home/bompus/webapps/app_wptest_bompus/wp-content/plugins/wp-customer-reviews/include/admin/wp-customer-reviews-3-admin.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp36952/home/effortle/EffortlessHrLiveMember/www/member/index.php"
,
"file:///h%3A/ehr-svn/member/modules/Authenticate.php"
,
"file:///c%3A/Users/aj/Dropbox/dls/versioned_code/dls/wp-content/plugins/-dls/include/admin/fn_dash_class_updates.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp14234/home/effortle/EffortlessHrLiveMember/member/library/doctrine.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp37370/home/bompus/webapps/app_dls_live/wp-content/plugins/-dls/include/admin/fn_reports_tab_learningplans.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp28712/home/effortle/public_html_new/wp-content/plugins/wp-customer-reviews/include/admin/wp-customer-reviews-3-admin.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp07736/home/bompus/webapps/app_dls_live/wp-content/plugins/-dls/include/admin/admin.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp29275/home/effortle/public_html_new/wp-content/themes/effortlesshr-child/front-page.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp58579/home/bompus/webapps/app_dls_live/wp-content/plugins/-dls/include/admin/fn_reports_tab_attendance1_v2.php"
,
"file:///c%3A/Users/aj/Dropbox/commentluv/tags/2.94.8/commentluv.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp37586/home/bompus/webapps/app_dls_live/wp-content/plugins/-dls/include/admin/fn_reports_tab_attendance2_v2.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp29928/home/effortle/public_html_new/wp-content/themes/effortlesshr-child/page.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp23318/home/bompus/webapps/app_wptest_bompus/wp-content/plugins/wp-customer-reviews/css/wp-customer-reviews-generated.css.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp14424/home/effortle/EffortlessHrLiveMember/member/library/functions.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp14552/home/effortle/EffortlessHrLiveMember/www/member/app.php"
,
"file:///h%3A/ehr-svn/member/controllers/HrControllers.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp50343/home/bompus/webapps/app_dfbchurc/wp-content/plugins/sermon-browser/sb-includes/ajax.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp24895/home/bompus/webapps/app_wptest_bompus/wp-content/plugins/wp-customer-reviews/wp-customer-reviews-3.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp31685/home/bompus/webapps/app_continentalbaptist/wp-config.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp30481/home/effortle/public_html_new/wp-content/themes/genesis/lib/classes/breadcrumb.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp41850/home/bompus/webapps/app_dfbchurc/wp-content/themes/Polished/functions.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp37182/home/effortle/EffortlessHrLiveMember/member/controllers/HrControllers.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp38096/home/effortle/EffortlessHrLiveMember/member/modules/Authenticate.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp55600/home/bompus/webapps/app_dls_live/wp-content/plugins/-dls/include/admin/fn_reports_tab_contactlog.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp13837/home/bompus/webapps/app_dls_live/wp-content/plugins/-dls/include/admin/fn_reports_tab_studentinfo.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp58012/home/bompus/webapps/app_dls_live/wp-content/plugins/-dls/-dls.php"
,
"file:///c%3A/Users/aj/AppData/Local/Temp/scp37892/home/bompus/webapps/app_dls_live/wp-content/plugins/-dls/include/admin/fn_reports_tab_reportcards.php"
]
{
"id": "59dd8d6f56d4c30f3c8c7d3f2eafc883",
"configuration": null,
"name": "app1"
}
{
"folder": "file:///z%3A/webapps/bompus-cms/dev"
}
{
"folder": "file:///c%3A/webapps/bompus-cms/dev"
}
{
"id": "d4203734a3cac442951153b008fc7022",
"configuration": null,
"name": "BompusMultiMiner"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment