Skip to content

Instantly share code, notes, and snippets.

@bnguyensn
Last active April 22, 2020 18:36
Show Gist options
  • Save bnguyensn/ba2906166e311ed5793d4a874e33eb70 to your computer and use it in GitHub Desktop.
Save bnguyensn/ba2906166e311ed5793d4a874e33eb70 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
[
{
"metadata": {
"id": "464f4ac7-af65-4aa9-9907-4ba7fa419085",
"publisherId": "bungcip.better-toml",
"publisherDisplayName": "bungcip"
},
"name": "better-toml",
"publisher": "bungcip",
"version": "0.3.2"
},
{
"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": "f6dbd813-b0a0-42c1-90ea-10dde9d925a7",
"publisherId": "streetsidesoftware.code-spell-checker",
"publisherDisplayName": "streetsidesoftware"
},
"name": "code-spell-checker",
"publisher": "streetsidesoftware",
"version": "1.8.0"
},
{
"metadata": {
"id": "8c1fc960-44b1-45e8-89b5-85f982fdaf27",
"publisherId": "adpyke.codesnap",
"publisherDisplayName": "adpyke"
},
"name": "codesnap",
"publisher": "adpyke",
"version": "1.0.27"
},
{
"metadata": {
"id": "6a95a3fd-3a5d-4326-b8ab-1b1653b1f183",
"publisherId": "serayuzgur.crates",
"publisherDisplayName": "serayuzgur"
},
"name": "crates",
"publisher": "serayuzgur",
"version": "0.4.9"
},
{
"metadata": {
"id": "d6f6cfea-4b6f-41f4-b571-6ad2ab7918da",
"publisherId": "ms-vscode.Go",
"publisherDisplayName": "ms-vscode"
},
"name": "Go",
"publisher": "ms-vscode",
"version": "0.14.1"
},
{
"metadata": {
"id": "ef2a5b38-02c4-4193-8561-1f072c209474",
"publisherId": "silvenon.mdx",
"publisherDisplayName": "silvenon"
},
"name": "mdx",
"publisher": "silvenon",
"version": "0.1.0"
},
{
"metadata": {
"id": "e58f546c-babc-455f-a265-ba40dbd140d4",
"publisherId": "sdras.night-owl",
"publisherDisplayName": "sdras"
},
"name": "night-owl",
"publisher": "sdras",
"version": "1.1.3"
},
{
"metadata": {
"id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
"publisherId": "esbenp.prettier-vscode",
"publisherDisplayName": "esbenp"
},
"name": "prettier-vscode",
"publisher": "esbenp",
"version": "4.4.0"
},
{
"metadata": {
"id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5",
"publisherId": "ms-python.python",
"publisherDisplayName": "ms-python"
},
"name": "python",
"publisher": "ms-python",
"version": "2020.3.71659"
},
{
"metadata": {
"id": "f0c5397b-d357-4197-99f0-cb4202f22818",
"publisherId": "ms-vscode-remote.remote-wsl",
"publisherDisplayName": "ms-vscode-remote"
},
"name": "remote-wsl",
"publisher": "ms-vscode-remote",
"version": "0.44.2"
},
{
"metadata": {
"id": "570e6089-b871-41df-9cf4-a723cb34ef01",
"publisherId": "rust-lang.rust",
"publisherDisplayName": "rust-lang"
},
"name": "rust",
"publisher": "rust-lang",
"version": "0.7.1"
},
{
"metadata": {
"id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a",
"publisherId": "dbaeumer.vscode-eslint",
"publisherDisplayName": "dbaeumer"
},
"name": "vscode-eslint",
"publisher": "dbaeumer",
"version": "2.1.3"
},
{
"metadata": {
"id": "2d6939dc-9776-4c55-bdbe-6af17c602141",
"publisherId": "xyc.vscode-mdx-preview",
"publisherDisplayName": "xyc"
},
"name": "vscode-mdx-preview",
"publisher": "xyc",
"version": "0.2.2"
}
]
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "ctrl+n",
"command": "-workbench.action.files.newUntitledFile"
},
{
"key": "ctrl+n",
"command": "explorer.newFile"
},
{ "key": "ctrl+J",
"command": "workbench.action.focusActiveEditorGroup", "when": "terminalFocus" },
{ "key": "ctrl+J", "command": "workbench.action.terminal.focus", "when": "!terminalFocus" },
]
{
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"[markdown]": {
"editor.formatOnPaste": false,
"editor.formatOnSave": false
},
"editor.fontLigatures": true,
"workbench.editor.highlightModifiedTabs": true,
"files.autoSave": "afterDelay",
"editor.cursorBlinking": "smooth",
"editor.minimap.renderCharacters": false,
"editor.wordWrap": "wordWrapColumn",
"html.format.wrapLineLength": 80,
"editor.minimap.maxColumn": 80,
"editor.rulers": [
80
],
"editor.minimap.showSlider": "always",
"editor.fontSize": 11,
"markdown.preview.fontSize": 11,
"files.associations": {
"*.mdx": "markdown"
},
"cSpell.language": "en-GB",
"cSpell.userWords": [
"linters",
"transpiler",
"transpilers",
"transpiling",
"workflow"
],
"explorer.confirmDragAndDrop": false,
"explorer.confirmDelete": false,
"editor.tabSize": 2,
"debug.console.fontSize": 11,
"terminal.integrated.fontSize": 11,
"markdown.preview.lineHeight": 1.1,
"go.gopath": "E:\\go-work",
"go.toolsGopath": "E:\\go-work",
"go.useLanguageServer": true,
"go.buildOnSave": "package",
"go.lintOnSave": "file",
"go.vetOnSave": "package",
"[go]": {
"editor.formatOnSave": true
},
"workbench.colorTheme": "Night Owl"
}
{"lastUpload":"2020-04-22T18:35:06.831Z","extensionVersion":"v3.4.3"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment