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

Remove crates vscode extension dependency from devcontainer #3132

Merged
merged 2 commits into from
Nov 20, 2024

Conversation

mstrug
Copy link
Contributor

@mstrug mstrug commented Nov 20, 2024

Description

Devcontainer json definition file contains vscode extension dependency: crates which is deprecated. As this extension is only an utility for checking Cargo.toml dependency creates versions and is not needed for devcontainer to work on our codebase, we decided to drop that extension from our devcontainer json definition file.
Anyone can still use crates or similar extension (like dependi) in devcontainer by installing it locally in vscode.
Reference discussion: link

Changes

Updated devcontainer.json file.

How to test

Open vscode from services folder and on popup window click option "Open in devcontainer" (docker daemon is required to operate). Wait for containers setup and validation by rust analyzer.

Copy link
Contributor

@m-lord-renkse m-lord-renkse left a comment

Choose a reason for hiding this comment

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

🪚

@mstrug mstrug merged commit ee4a8ab into main Nov 20, 2024
11 checks passed
@mstrug mstrug deleted the devcontainer-drop-crates-extension branch November 20, 2024 11:12
@github-actions github-actions bot locked and limited conversation to collaborators Nov 20, 2024
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