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 Features - Remove use of get_common_setting #735

Merged
merged 1 commit into from
Oct 27, 2023

Conversation

samruddhikhandale
Copy link
Member

Closes #572

As per microsoft/vscode-dev-containers#1762, the repo will be archived soon. Also, there is no reason to depend on a remotely hosted file for fetching common settings.

@samruddhikhandale samruddhikhandale requested a review from a team as a code owner October 25, 2023 18:12
@samruddhikhandale samruddhikhandale merged commit d4ecc7b into main Oct 27, 2023
146 checks passed
@samruddhikhandale samruddhikhandale deleted the samruddhikhandae/remove-get_common_setting branch October 27, 2023 22:47
]
}
},
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-18",

Choose a reason for hiding this comment

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

.devcontainer/devcontainer.json

"customizations": {
"vscode": {
"extensions": [
"mads-hartmann.bash-ide-vscode"

Choose a reason for hiding this comment

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

Suggested change
"mads-hartmann.bash-ide-vscode"
"mads-hartmann.bash-ide-vscode"

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.

Features: Clean up use of "get_common_setting"
3 participants