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

Update devcontainer.json, improve default extensions/settings #282

Merged
merged 4 commits into from
Sep 6, 2023

Conversation

KCarretto
Copy link
Collaborator

Updates our devcontainer.json to install basic extensions and have some better default settings. This should help enable consistency in our codebase (and avoid misc whitespace characters from plaguing our code).

@KCarretto KCarretto requested a review from hulto September 6, 2023 16:16
@codecov
Copy link

codecov bot commented Sep 6, 2023

Codecov Report

Merging #282 (e112d74) into main (483225e) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #282   +/-   ##
=======================================
  Coverage   74.84%   74.84%           
=======================================
  Files          94       94           
  Lines        6106     6106           
=======================================
  Hits         4570     4570           
  Misses       1450     1450           
  Partials       86       86           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

"rust-lang.rust-analyzer",
"sourcegraph.sourcegraph",
"vscode-icons-team.vscode-icons",
"xaver.clang-format",
Copy link
Collaborator

Choose a reason for hiding this comment

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

What are we using the clang format extension for?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Protobuf

"HashiCorp.terraform",
"rust-lang.rust-analyzer",
"sourcegraph.sourcegraph",
"vscode-icons-team.vscode-icons",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Oh my. This could be kinda toxic but we'll see.

"GraphQL.vscode-graphql-syntax",
"HashiCorp.terraform",
"rust-lang.rust-analyzer",
"sourcegraph.sourcegraph",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Are we using this?

"DavidAnson.vscode-markdownlint",
"golang.Go",
"graphql.vscode-graphql",
"GraphQL.vscode-graphql-syntax",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is this required with the other one?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It appears so

Copy link
Collaborator

@hulto hulto left a comment

Choose a reason for hiding this comment

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

Couple questions but otherwise seems good.

@KCarretto KCarretto merged commit 89096f6 into main Sep 6, 2023
6 checks passed
@KCarretto KCarretto deleted the devcontainer-update branch September 6, 2023 22:51
hulto added a commit that referenced this pull request Sep 28, 2023
KCarretto added a commit that referenced this pull request Feb 1, 2024
 
Update devcontainer.json, improve default extensions/settings (#282)
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