-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove .vscode
folders from individual repositories and instead centralize into uds-common
#72
Labels
Comments
Racer159
added a commit
to defenseunicorns/uds-package-valkey
that referenced
this issue
Jun 27, 2024
## Description This normalizes the repo README and removes `.vscode` ## Related Issue Relates to defenseunicorns/uds-software-factory#72 ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [X] Other (security config, docs update, etc) ## Checklist before merging - [X] Test, docs, adr added or updated as needed - [X] [Contributor Guide Steps](https://github.com/defenseunicorns/uds-package-valkey/blob/main/CONTRIBUTING.md#developer-workflow) followed
Racer159
added a commit
to defenseunicorns/uds-package-postgres-operator
that referenced
this issue
Jun 27, 2024
## Description This normalizes the repo README and removes `.vscode` ## Related Issue Relates to defenseunicorns/uds-software-factory#72 ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [X] Other (security config, docs update, etc) ## Checklist before merging - [X] Test, docs, adr added or updated as needed - [X] [Contributor Guide Steps](https://github.com/defenseunicorns/uds-package-valkey/blob/main/CONTRIBUTING.md#developer-workflow) followed
5 tasks
Documentation of configuration of IDE (for vscode) for uds-common defenseunicorns/uds-common#165 Ideally folks using other IDEs can provide the documentation for them as needed. |
zachariahmiller
added a commit
to defenseunicorns/uds-package-gitlab
that referenced
this issue
Jul 3, 2024
## Description remove and gitignore .vscode directory ## Related Issue Fixes # defenseunicorns/uds-software-factory#72 ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [x] Other (security config, docs update, etc) ## Checklist before merging - [x] Test, docs, adr added or updated as needed - [x] [Contributor Guide Steps](https://github.com/defenseunicorns/uds-package-gitlab/blob/main/CONTRIBUTING.md#developer-workflow) followed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe what should be investigated or refactored
Currently there are
.vscode
folders in the root of some SWF repos. These get out of sync and can cause issues overriding other settings a user may have on their system. Instead we should.gitignore
this folder and centralize a common.vscode/settings
file inuds-common
along with docs on how to install it and configure settings for working with UDS in VS Code.Links to any relevant code
https://github.com/defenseunicorns/uds-package-gitlab/tree/main/.vscode
https://github.com/defenseunicorns/uds-package-gitlab-runner/tree/main/.vscode
https://github.com/defenseunicorns/uds-package-postgres-operator/tree/main/.vscode
https://github.com/defenseunicorns/uds-package-valkey/tree/main/.vscode
Additional context
This would also help others who use different IDEs to have a place to centralize their own configs.
The text was updated successfully, but these errors were encountered: