Skip to content
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

Add suggested .vscode development settings #35

Merged
merged 1 commit into from
Feb 6, 2023
Merged

Conversation

CalebAlbers
Copy link
Member

🛠️ Description

Fixes #34

When moving the copywrite project from an internal repo to this public one, the .vscode/ directory was inadvertently left out. This PR brings things back in.

Quick aside - the .vscode folder is still a part of the gitignore, as some VS Code extensions occasionally dump sensitive info to that folder in logs (e.g., env vars). In this case, anything that should be tracked by git needs to be manually added via git add .vscode/<file> -f

🔗 External Links

n/a

🤔 Can be merged upon approval?

@CalebAlbers CalebAlbers requested a review from a team February 5, 2023 21:21
@CalebAlbers CalebAlbers merged commit 9f1ac5e into main Feb 6, 2023
@CalebAlbers CalebAlbers deleted the vscode-settings branch February 6, 2023 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

vs code settings
2 participants