Skip to content

Instantly share code, notes, and snippets.

@zincplusplus
Created November 20, 2018 22:11
Show Gist options
  • Save zincplusplus/d23e3abf86604314aa97aedc75aa49d8 to your computer and use it in GitHub Desktop.
Save zincplusplus/d23e3abf86604314aa97aedc75aa49d8 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-11-20T22:10:57.293Z","extensionVersion":"v3.2.0"}
[
{
"metadata": {
"id": "4732ac32-ca06-470a-85f0-1ab58d3c6475",
"publisherId": "eiminsasete.apacheconf-snippets",
"publisherDisplayName": "eiminsasete"
},
"name": "apacheconf-snippets",
"publisher": "eiminsasete",
"version": "1.1.9"
},
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.2.0"
},
{
"metadata": {
"id": "90a838c3-675b-4b87-b7a5-75ea88432cce",
"publisherId": "joelday.docthis",
"publisherDisplayName": "joelday"
},
"name": "docthis",
"publisher": "joelday",
"version": "0.7.1"
},
{
"metadata": {
"id": "1bd4f828-df27-4316-952d-2d89c42e6b16",
"publisherId": "Asuka.insertnumbers",
"publisherDisplayName": "Asuka"
},
"name": "insertnumbers",
"publisher": "Asuka",
"version": "0.9.1"
},
{
"metadata": {
"id": "b63c44fd-0457-4696-99e9-dbfdf70d77de",
"publisherId": "ritwickdey.LiveServer",
"publisherDisplayName": "ritwickdey"
},
"name": "LiveServer",
"publisher": "ritwickdey",
"version": "5.2.0"
},
{
"metadata": {
"id": "7f147721-ec06-4043-9e37-c9ffbecbccd1",
"publisherId": "whizkydee.material-palenight-theme",
"publisherDisplayName": "whizkydee"
},
"name": "material-palenight-theme",
"publisher": "whizkydee",
"version": "1.9.4"
},
{
"metadata": {
"id": "529697b9-b343-4b1c-ba2f-f5ef692132d4",
"publisherId": "ms-vscode.sublime-keybindings",
"publisherDisplayName": "ms-vscode"
},
"name": "sublime-keybindings",
"publisher": "ms-vscode",
"version": "4.0.0"
},
{
"metadata": {
"id": "a225bb1b-d82f-4036-953e-293523b9eb71",
"publisherId": "bibhasdn.unique-lines",
"publisherDisplayName": "bibhasdn"
},
"name": "unique-lines",
"publisher": "bibhasdn",
"version": "1.0.0"
},
{
"metadata": {
"id": "085342db-9568-49b0-ad93-3223ac4c1baa",
"publisherId": "mrmlnc.vscode-apache",
"publisherDisplayName": "mrmlnc"
},
"name": "vscode-apache",
"publisher": "mrmlnc",
"version": "1.1.1"
},
{
"metadata": {
"id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a",
"publisherId": "dbaeumer.vscode-eslint",
"publisherDisplayName": "dbaeumer"
},
"name": "vscode-eslint",
"publisher": "dbaeumer",
"version": "1.7.0"
},
{
"metadata": {
"id": "9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a",
"publisherId": "robertohuertasm.vscode-icons",
"publisherDisplayName": "robertohuertasm"
},
"name": "vscode-icons",
"publisher": "robertohuertasm",
"version": "7.28.0"
},
{
"metadata": {
"id": "6afc37b9-362f-4bd8-9a0d-9d24eade270d",
"publisherId": "chenxsan.vscode-standardjs",
"publisherDisplayName": "chenxsan"
},
"name": "vscode-standardjs",
"publisher": "chenxsan",
"version": "1.2.3"
}
]
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "f5",
"command": "editor.action.sortLinesAscending"
}
]
{
"sublimeTextKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.snippetSuggestions": "top",
"editor.formatOnPaste": true,
"files.associations": {
"*.tmpl": "html",
"*.inc": "html"
},
// "editor.fontFamily": "Source Code Pro",
// change comment color
"editor.tokenColorCustomizations": {
// "comments": "#FF0000"
},
// Controls the font family.
"editor.fontFamily": "Operator Mono",
"editor.fontSize": 15,
// Controls the line height. Use 0 to compute the lineHeight from the fontSize.
"editor.lineHeight": 24,
// Enables font ligatures
"editor.fontLigatures": true,
// Controls if file decorations should use badges.
"explorer.decorations.badges": false,
"window.openFilesInNewWindow": "off",
"editor.wordSeparators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?",
"editor.wordWrap": "off",
"workbench.colorCustomizations": {
"statusBar.background": "#000",
"statusBar.noFolderBackground": "#212121",
"statusBar.debuggingBackground": "#263238",
"activityBarBadge.background": "#2979FF",
"list.activeSelectionForeground": "#2979FF",
"list.inactiveSelectionForeground": "#2979FF",
"list.highlightForeground": "#2979FF",
"scrollbarSlider.activeBackground": "#2979FF50",
"editorSuggestWidget.highlightForeground": "#2979FF",
"textLink.foreground": "#2979FF",
"progressBar.background": "#2979FF",
"pickerGroup.foreground": "#2979FF",
"tab.activeBorder": "#2979FF",
"notificationLink.foreground": "#2979FF",
"editorWidget.resizeBorder": "#2979FF",
"editorWidget.border": "#2979FF",
"settings.modifiedItemForeground": "#2979FF",
"panelTitle.activeBorder": "#2979FF",
"settings.modifiedItemIndicator": "#2979FF",
"settings.headerForeground": "#2979FF",
"breadcrumb.activeSelectionForeground": "#2979FF",
"menu.selectionForeground": "#2979FF",
"menubar.selectionForeground": "#2979FF"
},
"workbench.iconTheme": "vscode-icons",
"materialTheme.fixIconsRunning": false,
"sync.gist": "",
"sync.quietSync": false,
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.forceDownload": false,
"editor.minimap.enabled": false,
"breadcrumbs.enabled": true,
"sshfs.configs": [
{
"label": "vzinculescu-app",
"root": "/usr/local/git_tree/main",
"host": "vzinculescu-app.dev.booking.com",
"username": "vzinculescu",
"name": "app"
}
],
"workbench.colorTheme": "Palenight Theme",
"workbench.statusBar.feedback.visible": false,
"workbench.tips.enabled": false,
"javascript.validate.enable": false,
"eslint.enable": false,
"window.zoomLevel": 0,
"terminal.integrated.fontSize": 15,
"editor.tabSize": 2
}
{"version":"7.28.0","status":0,"welcomeShown":true}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment