{"id":21349155,"url":"https://github.com/halink0803/my-vs-code","last_synced_at":"2026-01-03T00:05:26.677Z","repository":{"id":78301083,"uuid":"145318237","full_name":"halink0803/my-vs-code","owner":"halink0803","description":null,"archived":false,"fork":false,"pushed_at":"2019-08-29T04:16:10.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-22T16:49:54.587Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/halink0803.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-19T16:11:42.000Z","updated_at":"2019-08-29T04:16:12.000Z","dependencies_parsed_at":"2023-03-02T00:31:24.568Z","dependency_job_id":null,"html_url":"https://github.com/halink0803/my-vs-code","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halink0803%2Fmy-vs-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halink0803%2Fmy-vs-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halink0803%2Fmy-vs-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halink0803%2Fmy-vs-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/halink0803","download_url":"https://codeload.github.com/halink0803/my-vs-code/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243824051,"owners_count":20353782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-22T02:43:05.327Z","updated_at":"2026-01-03T00:05:26.620Z","avatar_url":"https://github.com/halink0803.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# My config for visual studio code workflow\n\nSince I move from Sublime Text to Visual Studio Code for most of my works, so in this repo, I want to show and share my config for VS Code (including some settings and all the plugins) which satisfy me. I think maybe someone might find something helpful.\n\n## Config\n\n```json\n{\n    \"gitlens.advanced.messages\": {\n        \"suppressShowKeyBindingsNotice\": true\n    },\n    \"gitlens.historyExplorer.enabled\": true,\n    \"workbench.colorTheme\": \"Ayu Mirage\",\n    \"editor.fontSize\": 14,\n    \"editor.minimap.enabled\": false,\n    \"editor.lineHeight\": 25,\n    \"editor.fontFamily\": \"Roboto Mono,Menlo, Monaco, 'Courier New', monospace\",\n    \"vim.disableExtension\": false,\n    \"python.linting.enabled\": false,\n    \"breadcrumbs.enabled\": true,\n    \"javascript.implicitProjectConfig.experimentalDecorators\": true,\n    \"window.zoomLevel\": 0,\n    \"go.formatTool\": \"goimports\",\n    \"explorer.confirmDelete\": false,\n    \"workbench.statusBar.visible\": false,\n    \"workbench.activityBar.visible\": false,\n    \"editor.lineNumbers\": \"off\",\n    \"settings.cycle\": [{\n        \"id\": \"lineNumbers\",\n        \"values\":[\n            {\n                \"editor.lineNumbers\": \"off\",\n            },\n            {\n                \"editor.lineNumbers\": \"on\",\n            }\n        ]\n    }\n],\n}\n```\n\n\n## Package\n\n### Ayu theme\n[Ayu](https://marketplace.visualstudio.com/items?itemName=teabyii.ayu) theme\n\n### Bracket Pair Colorizer\n[Bracket Pair Colorizer](https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer)\n\n### Docker\n[Docker](https://marketplace.visualstudio.com/items?itemName=PeterJausovec.vscode-docker)\n\n### GitLens\n[GitLens](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens)\n\n### Go\n[Go](https://marketplace.visualstudio.com/items?itemName=ms-vscode.Go)\n\n### JSON Tools\n[JSON Tools](https://marketplace.visualstudio.com/items?itemName=eriklynd.json-tools)\n\n### MagicPython\n[MagicPython]()\n\n### Markdown Preview Enhanced\n\n![Markdown Preview Enhanced](https://i.imgur.com/K8OOqT6.png)\n\n### Paste JSON as Code\n\n### Pretify JSON\n\n### Python\n[Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python)\n\n### Rest Client\n\n![Rest Client](https://i.imgur.com/Emne2kK.png)\n\n### TODO Highlight\n\n### Vetur\n\n### Vim\n\n### vscode-random\n\n### YAML Support by Red Hat\n\n### Settings Cycler\n[Settings Cycler](https://marketplace.visualstudio.com/items?itemName=hoovercj.vscode-settings-cycler)\n\n**keybinding.json**\n\n```json\n    {\n        \"key\": \"cmd+shift+r\",\n        \"command\": \"settings.cycle.lineNumbers\",\n        \"when\": \"editorFocus\"\n    }\n```\n\n**settings.json**\n\n```json\n    \"settings.cycle\": [{\n        \"id\": \"lineNumbers\",\n        \"values\":[\n            {\n                \"editor.lineNumbers\": \"off\",\n            },\n            {\n                \"editor.lineNumbers\": \"on\",\n            }\n        ]\n    }\n```\n\n### Settings Sync\n[Settings Sync](https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync)\n\n### Better Comments\n[Better Comments](https://marketplace.visualstudio.com/items?itemName=aaron-bond.better-comments)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhalink0803%2Fmy-vs-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhalink0803%2Fmy-vs-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhalink0803%2Fmy-vs-code/lists"}