Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

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 <[email protected]>
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 <[email protected]>
@vdye vdye self-assigned this Apr 26, 2023
@vdye vdye added this to the v1.0 milestone Apr 26, 2023
"prerm": "shellscript",
"postinstall": "shellscript",
"*.js": "typescript",
"*.ts": "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 <[email protected]>
@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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants