install.fairie/home/dot_config/Code/User/README.md

88 lines
4 KiB
Markdown
Raw Normal View History

2023-06-04 01:02:12 -07:00
# Visual Studio Code User Settings
## Deprecated Plugins
2023-07-30 22:31:48 -07:00
The following plugins were tested but removed because the `extensions.json` already includes about 200 plugins. The plugins were tested and removed if they added too much menu clutter, created unwieldly home folder additions, or were not deemed useful.
```json
{
"aic.docify",
"amazonwebservices.aws-toolkit-vscode",
"antonreshetov.masscode-assistant",
2023-07-30 22:31:48 -07:00
"appland.appmap",
"azure-automation.vscode-azureautomation",
"balazs4.gitlab-pipeline-monitor",
2023-06-09 17:49:42 -07:00
"bridgecrew.checkov",
2023-07-30 22:31:48 -07:00
"chiro2001.digital-ocean-manager",
"circleci.circleci", // Unneeded (not using CircleCI currently)
"dart-code.dart-code", // Creates a ~/.dart and ~/.dartServer folder. Does not respect XDG spec.
"dart-code.flutter",
"formulahendry.docker-explorer",
"getporter.porter-vscode",
2023-08-07 22:42:08 -07:00
"github.classroom", // Not currently using GH Classroom
"gitlab.gitlab-workflow", // Does not work well with GitHub remote repositories
2023-07-30 22:31:48 -07:00
"gitpod.gitpod-desktop",
"gitpod.gitpod-remote-ssh", // Bunch of errors like this during install [gitpod-remote-ssh]: Couldn't find message for key openPreview.
"google-home.google-home-extension",
"htmlhint.vscode-htmlhint", // Couldn't start client HTML-hint on macOS GitHub remote repository
2023-08-07 22:42:08 -07:00
"humao.rest-client", // Might be useful but uninstalling because Postman is already installed
2023-07-30 22:31:48 -07:00
"ibm.codewind", // Creates a ~/.codewind folder. Does not respect XDG spec.
"ibm.ibm-developer",
"idered.npm",
"infracost.infracost",
2023-08-07 22:42:08 -07:00
"randomfractalsinc.vscode-data-preview", // Outside the scope of an IDE
2023-07-30 22:31:48 -07:00
"ionic.ionic",
"jasonn-porch.gitlab-mr",
"jfrog.jfrog-vscode-extension", // Creates a ~/.jfrog-vscode-extension folder. Does not respect XDG spec.
"jsayol.firebase-explorer",
"leonardssh.vscord", // Discord presence plugin (requires embedding key in settings.json)
"lightrun.lightrunplugin-saas", // Creates a ~/.lightrun folder. Does not respect XDG spec.
"logerfo.gitlab-notifications",
"lottiefiles.vscode-lottie",
2023-06-09 17:49:42 -07:00
"mindaro-dev.file-downloader",
"mindaro.mindaro",
2023-07-30 22:31:48 -07:00
"mongodb.mongodb-vscode",
"ms-kubernetes-tools.kind-vscode",
"ms-toolsai.vscode-ai-remote", // Error encountered: [vscode-ai]: Couldn't find message for key azureml.internal.activate.title.
2023-06-10 22:59:11 -07:00
"ms-toolsai.vscode-ai",
2023-08-03 00:35:26 -07:00
"ms-vscode.cpptools-extension-pack",
2023-06-13 11:24:24 -07:00
"ms-vscode.powershell",
2023-07-30 22:31:48 -07:00
"msazurermtools.azurerm-vscode-tools",
"nrwl.angular-console",
"okteto.kubernetes-context",
"okteto.remote-kubernetes",
2023-08-03 00:35:26 -07:00
"orta.vscode-jest",
2023-07-30 22:31:48 -07:00
"owenfarrell.vscode-vault",
"platformio.platformio-ide", // Creates ~/.platformio folder. Does not respect XDG spec.
"pwabuilder.pwa-studio",
2023-06-18 23:25:39 -07:00
"rangav.vscode-thunder-client",
"rapidapi.vscode-rapidapi-client",
2023-07-30 22:31:48 -07:00
"redhat.vscode-openshift-connector",
"redhat.vscode-redhat-account",
"redhat.vscode-rsp-ui",
"redhat.vscode-server-connector",
"redhat.vscode-tekton-pipelines",
"robocorp.robocorp-code", // Creates a ~/.robocorp and ~/.robocorp-code folder. Does not respect XDG spec.
"robocorp.robotframework-lsp",
2023-06-18 23:25:39 -07:00
"sapos.yeoman-ui",
2023-07-30 22:31:48 -07:00
"saposs.app-studio-toolkit",
"sidekick.sidekick-debugger",
"sonarsource.sonarlint-vscode", // Creates a ~/.sonarlint folder. Does not respect XDG spec.
"sprkldev.sprkl-vscode", // Creates a ~/.sprkl folder. Does not respect XDG spec.
"statelyai.stately-vscode",
2023-06-18 23:25:39 -07:00
"stepsize.stepsize",
"teamhub.teamhub",
2023-07-11 21:53:57 -07:00
"teamsdevapp.ms-teams-vscode-extension",
2023-08-07 22:42:08 -07:00
"vscjava.vscode-java-debug", // Not typically coding with Java - might want to re-enable these for Android programming
"vscjava.vscode-java-dependency",
"vscjava.vscode-java-test",
"vscjava.vscode-maven",
"vscjava.vscode-spring-boot-dashboard",
"wallabyjs.quokka-vscode", // Opening new tab on install
"wallabyjs.wallaby-vscode", // Creating HOME directory dotfiles / folders
2023-07-30 22:31:48 -07:00
"wallabyjs.console-ninja", // Creates ~/.console-ninja folder -- needs to respect XDG
"wasteamaccount.webtemplatestudio-dev-nightly",
"webhint.vscode-webhint"
}
```