Skip to content

Commit

Permalink
remove devcontainer extensions for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
phalanx-hk committed Jan 14, 2024
1 parent 00ae242 commit f3a2f22
Showing 1 changed file with 1 addition and 46 deletions.
47 changes: 1 addition & 46 deletions mac/vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,50 +41,5 @@
"git.enableSmartCommit": true,
"terminal.integrated.fontFamily": "Hack Nerd Font",
"terminal.integrated.defaultProfile.osx": "zsh",
"dev.containers.defaultExtensions": [
"formulahendry.auto-rename-tag",
"njpwerner.autodocstring",
"aaron-bond.better-comments",
"streetsidesoftware.code-spell-checker",
"naumovs.color-highlight",
"usernamehw.errorlens",
"henriiik.docker-linter",
"ms-azuretools.vscode-docker",
"tamasfe.even-better-toml",
"mhutchie.git-graph",
"donjayamanne.githistory",
"github.vscode-github-actions",
"GitHub.copilot",
"GitHub.copilot-chat",
"GitHub.vscode-pull-request-github",
"eamodio.gitlens",
"golang.go",
"googlecloudtools.cloudcode",
"hashicorp.terraform",
"ecmel.vscode-html-css",
"oderwat.indent-rainbow",
"MS-CEINTL.vscode-language-pack-ja",
"mrmlnc.vscode-json5",
"ms-toolsai.jupyter",
"ms-toolsai.vscode-jupyter-cell-tags",
"ms-toolsai.jupyter-keymap",
"ms-toolsai.jupyter-renderers",
"ms-toolsai.vscode-jupyter-slideshow",
"ms-kubernetes-tools.vscode-kubernetes-tools",
"ritwickdey.LiveServer",
"ms-vscode.makefile-tools",
"bierner.markdown-preview-github-styles",
"matangover.mypy",
"IBM.output-colorizer",
"ionutvmi.path-autocomplete",
"esbenp.prettier-vscode",
"ms-python.vscode-pylance",
"ms-python.python",
"littlefoxteam.vscode-python-test-adapter",
"charliermarsh.ruff",
"rust-lang.rust-analyzer",
"richie5um2.vscode-sort-json",
"vscode-icons-team.vscode-icons",
"redhat.vscode-yaml"
]
"terminal.integrated.defaultProfile.linux": "zsh"
}

0 comments on commit f3a2f22

Please sign in to comment.