Skip to content

Instantly share code, notes, and snippets.

@nsrmoggach
Last active December 24, 2019 17:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save nsrmoggach/1623f42e63264c5d2d97557ae6346f50 to your computer and use it in GitHub Desktop.
Save nsrmoggach/1623f42e63264c5d2d97557ae6346f50 to your computer and use it in GitHub Desktop.
VSCode's Settings - Syncing
[
{
"id": "aaron-bond.better-comments",
"name": "better-comments",
"publisher": "aaron-bond",
"version": "2.0.5"
},
{
"id": "CoenraadS.bracket-pair-colorizer-2",
"name": "bracket-pair-colorizer-2",
"publisher": "CoenraadS",
"version": "0.0.29"
},
{
"id": "Dart-Code.dart-code",
"name": "dart-code",
"publisher": "Dart-Code",
"version": "3.7.1"
},
{
"id": "Dart-Code.flutter",
"name": "flutter",
"publisher": "Dart-Code",
"version": "3.7.1"
},
{
"id": "Equinusocio.vsc-material-theme",
"name": "vsc-material-theme",
"publisher": "Equinusocio",
"version": "30.0.0"
},
{
"id": "esbenp.prettier-vscode",
"name": "prettier-vscode",
"publisher": "esbenp",
"version": "3.18.0"
},
{
"id": "formulahendry.auto-rename-tag",
"name": "auto-rename-tag",
"publisher": "formulahendry",
"version": "0.1.1"
},
{
"id": "FXTD-Odyssey.mayapy",
"name": "mayapy",
"publisher": "FXTD-Odyssey",
"version": "1.0.4"
},
{
"id": "KevinRose.vsc-python-indent",
"name": "vsc-python-indent",
"publisher": "KevinRose",
"version": "1.8.1"
},
{
"id": "melmass.blink",
"name": "blink",
"publisher": "melmass",
"version": "0.2.0"
},
{
"id": "melmass.vex",
"name": "vex",
"publisher": "melmass",
"version": "0.4.0"
},
{
"id": "mikestead.dotenv",
"name": "dotenv",
"publisher": "mikestead",
"version": "1.0.1"
},
{
"id": "ms-python.python",
"name": "python",
"publisher": "ms-python",
"version": "2019.11.50794"
},
{
"id": "ms-vscode-remote.remote-wsl",
"name": "remote-wsl",
"publisher": "ms-vscode-remote",
"version": "0.41.6"
},
{
"id": "ms-vscode.powershell",
"name": "powershell",
"publisher": "ms-vscode",
"version": "2019.12.0"
},
{
"id": "nonoroazoro.syncing",
"name": "syncing",
"publisher": "nonoroazoro",
"version": "3.0.13"
},
{
"id": "oderwat.indent-rainbow",
"name": "indent-rainbow",
"publisher": "oderwat",
"version": "7.4.0"
},
{
"id": "PKief.material-icon-theme",
"name": "material-icon-theme",
"publisher": "PKief",
"version": "3.9.2"
},
{
"id": "Pugduddly.vexcode-tux",
"name": "vexcode-tux",
"publisher": "Pugduddly",
"version": "0.1.4"
},
{
"id": "rashwell.tcl",
"name": "tcl",
"publisher": "rashwell",
"version": "0.1.0"
},
{
"id": "redhat.vscode-yaml",
"name": "vscode-yaml",
"publisher": "redhat",
"version": "0.6.1"
},
{
"id": "sator-imaging.mel",
"name": "mel",
"publisher": "sator-imaging",
"version": "0.1.2"
},
{
"id": "saviof.mayacode",
"name": "mayacode",
"publisher": "saviof",
"version": "1.2.0"
},
{
"id": "tht13.python",
"name": "python",
"publisher": "tht13",
"version": "0.2.3"
},
{
"id": "viablelab.bracket-padder",
"name": "bracket-padder",
"publisher": "viablelab",
"version": "0.2.0"
},
{
"id": "VisualStudioExptTeam.vscodeintellicode",
"name": "vscodeintellicode",
"publisher": "VisualStudioExptTeam",
"version": "1.2.2"
},
{
"id": "vscode-icons-team.vscode-icons",
"name": "vscode-icons",
"publisher": "vscode-icons-team",
"version": "9.6.0"
},
{
"id": "y6nH.bombyx",
"name": "bombyx",
"publisher": "y6nH",
"version": "0.4.1"
}
]
{
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"workbench.iconTheme": "material-icon-theme",
"python.jediEnabled": false,
"vsicons.dontShowNewVersionMessage": true,
"files.exclude": {
"**/._*": true,
"**/.git": false,
"**/*.pyc": true
},
"workbench.colorTheme": "Bombyx",
"python.autoComplete.extraPaths": [
"c:\\Users\\rmoggach\\.vscode\\extensions\\FXTD-Odyssey.mayapy-1.0.4\\mayaSDK",
"c:\\Users\\rob.STUDIO\\.vscode\\extensions\\fxtd-odyssey.mayapy-1.0.4\\mayaSDK"
],
"explorer.confirmDelete": false,
"window.zoomLevel": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment