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

VSCode defaults to investigate #285

Closed
marcoceppi opened this issue Jun 21, 2023 · 2 comments
Closed

VSCode defaults to investigate #285

marcoceppi opened this issue Jun 21, 2023 · 2 comments
Labels
dx Developer Experience Image specific

Comments

@marcoceppi
Copy link
Contributor

marcoceppi commented Jun 21, 2023

VSCode:

For settings, ship a default config that can be overriden by user choices.

Window > Title Bar Style (custom)
Extension: Dev Containers

What we want:

There's an issue with throwing you the container in as root but we know how to fix that.

@castrojo castrojo added the dx Developer Experience Image specific label Jun 21, 2023
@j1mc
Copy link

j1mc commented Jun 28, 2023

I'd recommend checking out VS Code 'profiles': https://code.visualstudio.com/docs/editor/profiles

Per the docs, a profile can include:

  • Settings - In a profile-specific settings.json file.
  • Extensions - The list of extensions included in the current profile.
  • UI state - View layout (positions), visible views and actions.
  • Keybindings - In a profile-specific keybindings.json file.
  • Snippets - In a profile-specific {language}.json files.
  • User Tasks - In a profile-specific tasks.json file.

@bigpod98
Copy link
Contributor

config is at ~/.config/Code/User/settings.json so put that path into skel its a json file which can be edited inside vscode with json or UI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dx Developer Experience Image specific
Projects
Status: Done
Development

No branches or pull requests

4 participants