From 5c40cce1fb4abd66415827893078da221cd1eca2 Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Tue, 8 Aug 2023 01:42:08 -0400 Subject: [PATCH] Removed some plugins --- home/dot_config/Code/User/README.md | 9 +++++++++ home/dot_config/Code/User/extensions.json | 9 --------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/home/dot_config/Code/User/README.md b/home/dot_config/Code/User/README.md index 5a3b1ad8..6e320874 100644 --- a/home/dot_config/Code/User/README.md +++ b/home/dot_config/Code/User/README.md @@ -19,14 +19,18 @@ The following plugins were tested but removed because the `extensions.json` alre "dart-code.flutter", "formulahendry.docker-explorer", "getporter.porter-vscode", + "github.classroom", // Not currently using GH Classroom + "gitlab.gitlab-workflow", // Does not work well with GitHub remote repositories "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 + "humao.rest-client", // Might be useful but uninstalling because Postman is already installed "ibm.codewind", // Creates a ~/.codewind folder. Does not respect XDG spec. "ibm.ibm-developer", "idered.npm", "infracost.infracost", + "randomfractalsinc.vscode-data-preview", // Outside the scope of an IDE "ionic.ionic", "jasonn-porch.gitlab-mr", "jfrog.jfrog-vscode-extension", // Creates a ~/.jfrog-vscode-extension folder. Does not respect XDG spec. @@ -69,6 +73,11 @@ The following plugins were tested but removed because the `extensions.json` alre "stepsize.stepsize", "teamhub.teamhub", "teamsdevapp.ms-teams-vscode-extension", + "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.console-ninja", // Creates ~/.console-ninja folder -- needs to respect XDG "wasteamaccount.webtemplatestudio-dev-nightly", "webhint.vscode-webhint" diff --git a/home/dot_config/Code/User/extensions.json b/home/dot_config/Code/User/extensions.json index 4ac92017..50c7e066 100644 --- a/home/dot_config/Code/User/extensions.json +++ b/home/dot_config/Code/User/extensions.json @@ -44,7 +44,6 @@ "formulahendry.code-runner", "fortran-lang.linter-gfortran", "foxundermoon.shell-format", - "github.classroom", "github.codespaces", "github.copilot", "github.copilot-chat", @@ -53,7 +52,6 @@ "github.remotehub", "github.vscode-github-actions", "github.vscode-pull-request-github", - "gitlab.gitlab-workflow", "golang.go", "googlecloudtools.cloudcode", "grafana.vscode-jsonnet", @@ -65,7 +63,6 @@ "hashicorp.sentinel", "hashicorp.terraform", "hediet.vscode-drawio", - "humao.rest-client", "ibm.output-colorizer", "jerrygoyal.shortcut-menu-bar", "johnpapa.vscode-peacock", @@ -157,7 +154,6 @@ "pranaygp.vscode-css-peek", "prisma.prisma", "quicktype.quicktype", - "randomfractalsinc.vscode-data-preview", "redhat.ansible", "redhat.fabric8-analytics", "redhat.java", @@ -198,11 +194,6 @@ "visualstudioexptteam.vscodeintellicode", "vmware.vscode-spring-boot", "vsciot-vscode.vscode-arduino", - "vscjava.vscode-java-debug", - "vscjava.vscode-java-dependency", - "vscjava.vscode-java-test", - "vscjava.vscode-maven", - "vscjava.vscode-spring-boot-dashboard", "vsls-contrib.codetour", "vsls-contrib.gistfs", "vsls-contrib.gitdoc",