Skip to content

Instantly share code, notes, and snippets.

@dannydenenberg
Last active February 9, 2020 06:30
Show Gist options
  • Select an option

  • Save dannydenenberg/e4911e1e6c8e1b55f36c78d4b5c6d555 to your computer and use it in GitHub Desktop.

Select an option

Save dannydenenberg/e4911e1e6c8e1b55f36c78d4b5c6d555 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-02-08T19:29:31.093Z","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": "f57f68ea-9ee8-42b5-9a97-041d3e4278c4",
"publisherId": "Dart-Code.dart-code",
"publisherDisplayName": "Dart-Code"
},
"name": "dart-code",
"publisher": "Dart-Code",
"version": "3.8.0"
},
{
"metadata": {
"id": "19804510-b475-4dae-b0f7-6ca08fd1af0c",
"publisherId": "dsznajder.es7-react-js-snippets",
"publisherDisplayName": "dsznajder"
},
"name": "es7-react-js-snippets",
"publisher": "dsznajder",
"version": "2.5.0"
},
{
"metadata": {
"id": "f6c3ec04-6057-4d9c-b997-69cba07a6158",
"publisherId": "Dart-Code.flutter",
"publisherDisplayName": "Dart-Code"
},
"name": "flutter",
"publisher": "Dart-Code",
"version": "3.8.0"
},
{
"metadata": {
"id": "7f147721-ec06-4043-9e37-c9ffbecbccd1",
"publisherId": "whizkydee.material-palenight-theme",
"publisherDisplayName": "whizkydee"
},
"name": "material-palenight-theme",
"publisher": "whizkydee",
"version": "1.9.7"
},
{
"metadata": {
"id": "802f721a-0cd3-4066-ba30-10de81e1f349",
"publisherId": "mauricedebeijer.presentation-buddy",
"publisherDisplayName": "mauricedebeijer"
},
"name": "presentation-buddy",
"publisher": "mauricedebeijer",
"version": "0.6.0"
},
{
"metadata": {
"id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
"publisherId": "esbenp.prettier-vscode",
"publisherDisplayName": "esbenp"
},
"name": "prettier-vscode",
"publisher": "esbenp",
"version": "3.20.0"
},
{
"metadata": {
"id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5",
"publisherId": "ms-python.python",
"publisherDisplayName": "ms-python"
},
"name": "python",
"publisher": "ms-python",
"version": "2020.1.58038"
},
{
"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.48.0"
},
{
"metadata": {
"id": "570e6089-b871-41df-9cf4-a723cb34ef01",
"publisherId": "rust-lang.rust",
"publisherDisplayName": "rust-lang"
},
"name": "rust",
"publisher": "rust-lang",
"version": "0.7.0"
},
{
"metadata": {
"id": "a84825e8-5f04-4988-b85a-4942e795bcbe",
"publisherId": "burkeholland.simple-react-snippets",
"publisherDisplayName": "burkeholland"
},
"name": "simple-react-snippets",
"publisher": "burkeholland",
"version": "1.2.2"
},
{
"metadata": {
"id": "2f5dd8cb-d251-4d70-abfe-ddebcb077483",
"publisherId": "octref.vetur",
"publisherDisplayName": "octref"
},
"name": "vetur",
"publisher": "octref",
"version": "0.23.0"
}
]
{
"editor.fontSize": 16,
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 2500,
// so when I save, vsc doesn't delete the new import line
"go.formatTool": "gofmt",
"window.zoomLevel": 0,
"editor.fontFamily": "Operator Mono Lig,Cascadia Code,Fira Code,Consolas, 'Courier New', monospace",
"terminal.integrated.fontFamily": "Operator Mono",
"workbench.iconTheme": "material-icon-theme",
"editor.fontLigatures": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.formatOnSave": true,
"editor.renderWhitespace": "boundary",
"workbench.colorTheme": "Palenight Operator",
"terminal.integrated.fontWeight": "500",
"editor.fontWeight": "500",
"git.autofetch": true,
"git.confirmSync": false,
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.tabSize": 2,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"git.enableSmartCommit": true,
"terminal.integrated.fontSize": 16,
"typescript.updateImportsOnFileMove.enabled": "never",
"sync.gist": "e4911e1e6c8e1b55f36c78d4b5c6d555",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment