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

Minor fixups from #44 (for tech docs & VSCode settings) #45

Merged
merged 3 commits into from
Apr 26, 2023

Conversation

vdye
Copy link
Collaborator

@vdye vdye commented Apr 26, 2023

Commit 1 changes creationToken to minCreationToken in the git fetch flowchart (only caught that after merging #44).

Commit 2 de-duplicates some of the common language settings in .vscode/settings.json, and commit 3 adds indentation settings in that file for typescript and javascript (as recommended by @ldennington in #44 (comment))

vdye added 2 commits April 26, 2023 13:45
Fix the reference to 'creationToken' in the 'git fetch' flow by changing it
to 'minCreationToken', consistent with the other diagrams in the document.

Signed-off-by: Victoria Dye <vdye@github.com>
Move the 'editor.wordWrap = false' and 'files.trimTrailingWhitespace = true'
settings into a general scope from their previous language-specific
configuration. These represent the default values we want for any language.
These settings can still be toggled on a language-by-language basis if
necessary in the future.

Signed-off-by: Victoria Dye <vdye@github.com>
@vdye vdye self-assigned this Apr 26, 2023
@vdye vdye added this to the v1.0 milestone Apr 26, 2023
"*.sh": "shellscript",
"prerm": "shellscript",
"postinstall": "shellscript",
"*.js": "typescript",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: should this be "javascript"?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah sorry about that 🤦‍♀️ Fixed in latest push!

Copy link
Collaborator

@ldennington ldennington left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

Add indentation settings for TypeScript and Javascript (currently used in
the integration/end-to-end tests). These settings are consistent with the
conventions already used in those files; this patch just codifies them.

Signed-off-by: Victoria Dye <vdye@github.com>
@vdye vdye force-pushed the vdye/followups-to-tech-docs branch from ddc9c57 to 3f2c022 Compare April 26, 2023 21:21
@vdye vdye merged commit b046ffd into main Apr 26, 2023
@vdye vdye deleted the vdye/followups-to-tech-docs branch April 26, 2023 21:29
@vdye vdye mentioned this pull request Apr 26, 2023
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.

None yet

2 participants