Skip to content

Instantly share code, notes, and snippets.

@jul-sh
Last active February 19, 2020 09:36
Show Gist options
  • Save jul-sh/3d18bb8c0cbaa41e18ed5cfb3820ece4 to your computer and use it in GitHub Desktop.
Save jul-sh/3d18bb8c0cbaa41e18ed5cfb3820ece4 to your computer and use it in GitHub Desktop.
nonoroazoro.syncing
[
{
"id": "bierner.lit-html",
"name": "lit-html",
"publisher": "bierner",
"version": "1.11.1"
},
{
"id": "bradgashler.htmltagwrap",
"name": "htmltagwrap",
"publisher": "bradgashler",
"version": "0.0.7"
},
{
"id": "christian-kohler.path-intellisense",
"name": "path-intellisense",
"publisher": "christian-kohler",
"version": "1.4.2"
},
{
"id": "CoenraadS.bracket-pair-colorizer",
"name": "bracket-pair-colorizer",
"publisher": "CoenraadS",
"version": "1.0.61"
},
{
"id": "dbaeumer.vscode-eslint",
"name": "vscode-eslint",
"publisher": "dbaeumer",
"version": "2.0.15"
},
{
"id": "eamodio.gitlens",
"name": "gitlens",
"publisher": "eamodio",
"version": "10.2.1"
},
{
"id": "esbenp.prettier-vscode",
"name": "prettier-vscode",
"publisher": "esbenp",
"version": "3.20.0"
},
{
"id": "firsttris.vscode-jest-runner",
"name": "vscode-jest-runner",
"publisher": "firsttris",
"version": "0.4.15"
},
{
"id": "formulahendry.auto-close-tag",
"name": "auto-close-tag",
"publisher": "formulahendry",
"version": "0.5.6"
},
{
"id": "formulahendry.auto-rename-tag",
"name": "auto-rename-tag",
"publisher": "formulahendry",
"version": "0.1.1"
},
{
"id": "juliettepretot.lucy-vscode",
"name": "lucy-vscode",
"publisher": "juliettepretot",
"version": "2.7.6"
},
{
"id": "kumar-harsh.graphql-for-vscode",
"name": "graphql-for-vscode",
"publisher": "kumar-harsh",
"version": "1.15.3"
},
{
"id": "mrmlnc.vscode-duplicate",
"name": "vscode-duplicate",
"publisher": "mrmlnc",
"version": "1.2.1"
},
{
"id": "naumovs.color-highlight",
"name": "color-highlight",
"publisher": "naumovs",
"version": "2.3.0"
},
{
"id": "nonoroazoro.syncing",
"name": "syncing",
"publisher": "nonoroazoro",
"version": "3.0.13"
},
{
"id": "OfHumanBondage.react-proptypes-intellisense",
"name": "react-proptypes-intellisense",
"publisher": "OfHumanBondage",
"version": "1.0.3"
},
{
"id": "smockle.xcode-default-theme",
"name": "xcode-default-theme",
"publisher": "smockle",
"version": "2.0.21"
}
]
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "cmd+t",
"command": "workbench.action.terminal.toggleTerminal"
},
{
"key": "cmd+t",
"command": "workbench.action.terminal.focus",
"when": "!terminalFocus"
}
]
{
"typescript.check.npmIsInstalled": false,
"workbench.fontAliasing": "antialiased",
"editor.cursorBlinking": "smooth",
"editor.fontFamily": "Pragmata Pro",
"editor.fontLigatures": true,
"editor.fontSize": 19,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.lineHeight": 34,
"editor.minimap.enabled": true,
"editor.minimap.showSlider": "always",
"editor.multiCursorModifier": "ctrlCmd",
"editor.renderLineHighlight": "all",
"editor.renderWhitespace": "boundary",
"editor.rulers": [
80
],
"editor.smoothScrolling": true,
"editor.tabSize": 2,
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"javascript.validate.enable": true,
"path-intellisense.showHiddenFiles": true,
"prettier.bracketSpacing": true,
"prettier.eslintIntegration": true,
"prettier.graphqlEnable": [
"graphql"
],
"prettier.javascriptEnable": [
"javascript",
"javascriptreact"
],
"prettier.jsxBracketSameLine": false,
"prettier.parser": "babylon",
"prettier.semi": false,
"prettier.singleQuote": true,
"prettier.tabWidth": 2,
"prettier.trailingComma": "none",
"prettier.useTabs": false,
"sync.gist": "3f3479858e0b734d1ce429f06a4db040",
"sync.lastUpload": "2018-05-07T17:14:54.781Z",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "2018-06-16T10:30:03.332Z",
"sync.forceDownload": false,
"sync.anonymousGist": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false,
"git.autofetch": false,
"workbench.startupEditor": "newUntitledFile",
"terminal.integrated.fontSize": 16,
"terminal.integrated.lineHeight": 1.5,
"terminal.integrated.cursorBlinking": false,
"terminal.integrated.cursorStyle": "line",
"git.enableSmartCommit": true,
"explorer.confirmDelete": false,
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"[markdown]": {
// force centering in zen mode
"zenMode.centerLayout": true,
// use the beautiful duospace font when available
"editor.fontFamily": "Georgia",
// enable word wrap, since horizontal scroll while writing isn't human
"editor.wordWrap": true,
// i don't need line numbers, i'm not coding
"editor.lineNumbers": "off",
// i don't need rules, i'm not coding
"editor.rulers": [],
// larger text, to improve focus on writing
"editor.fontSize": 20,
// more comfortable line height
"editor.lineHeight": 28,
// disable editor suggestions based on previous words
"editor.quickSuggestions": false,
"workbench.colorTheme": "Default Light+"
},
"cSpell.userWords": [
"end",
"error",
"fela",
"frontmatter",
"localise",
"start",
"unpair",
"unpairing"
],
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressShowKeyBindingsNotice": true
},
"workbench.colorTheme": "Monokai Pro",
"workbench.iconTheme": "Monokai Pro Icons"
}
{
"typescript.check.npmIsInstalled": false,
"files.defaultLanguage": "javascript",
"workbench.fontAliasing": "antialiased",
"editor.cursorBlinking": "smooth",
"editor.fontFamily": "PragmataPro",
"editor.fontLigatures": true,
"editor.fontSize": 20,
"editor.formatOnPaste": false,
"editor.lineHeight": 38,
"editor.minimap.enabled": true,
"editor.minimap.showSlider": "always",
"editor.multiCursorModifier": "ctrlCmd",
"editor.renderLineHighlight": "all",
"editor.renderWhitespace": "boundary",
"editor.rulers": [
80
],
"editor.smoothScrolling": true,
"editor.tabSize": 2,
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"javascript.validate.enable": true,
"path-intellisense.showHiddenFiles": true,
"prettier.bracketSpacing": true,
"prettier.graphqlEnable": [
"graphql"
],
"prettier.javascriptEnable": [
"javascript",
"javascriptreact"
],
"prettier.jsxBracketSameLine": false,
"prettier.parser": "babylon",
"prettier.semi": false,
"prettier.singleQuote": true,
"prettier.trailingComma": "none",
"prettier.useTabs": false,
"sync.gist": "3f3479858e0b734d1ce429f06a4db040",
"sync.lastUpload": "2018-05-07T17:14:54.781Z",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "2018-06-16T10:30:03.332Z",
"sync.forceDownload": false,
"sync.anonymousGist": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false,
"git.autofetch": false,
"workbench.startupEditor": "newUntitledFile",
"terminal.integrated.fontSize": 16,
"terminal.integrated.lineHeight": 1.5,
"terminal.integrated.cursorBlinking": false,
"terminal.integrated.cursorStyle": "line",
"git.enableSmartCommit": true,
"explorer.confirmDelete": false,
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"[markdown]": {
// force centering in zen mode
"zenMode.centerLayout": true,
// enable word wrap, since horizontal scroll while writing isn't human
"editor.wordWrap": true,
// i don't need line numbers, i'm not coding
"editor.lineNumbers": "off",
// i don't need rules, i'm not coding
"editor.rulers": [],
// larger text, to improve focus on writing
"editor.fontSize": 20,
// more comfortable line height
"editor.lineHeight": 28,
// disable editor suggestions based on previous words
"editor.quickSuggestions": false,
"workbench.colorTheme": "Default Light+"
},
"cSpell.userWords": [
"end",
"error",
"fela",
"frontmatter",
"localise",
"start",
"unpair",
"unpairing"
],
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressShowKeyBindingsNotice": true
},
"editor.formatOnType": false,
"gitlens.codeLens.enabled": false,
"window.zoomLevel": 0,
"typescript.updateImportsOnFileMove.enabled": "never",
"glean.experiments": [
"hooksForFunctionalComponents"
],
"workbench.colorTheme": "lucy",
"rewrap.autoWrap.enabled": true,
"rewrap.reformat": true,
"javascript.updateImportsOnFileMove.enabled": "never",
"workbench.iconTheme": "Monokai Pro (Filter Spectrum) Icons",
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/.github/**": true,
"**/.vscode/**": true,
"**/node_modules/**": true
},
"[typescriptreact]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"eslint.autoFixOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"eslint.alwaysShowStatus": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment