Skip to content

Update Features - Remove use of get_common_setting - #735

Merged
samruddhikhandale merged 1 commit into
mainfrom
samruddhikhandae/remove-get_common_setting
Oct 27, 2023
Merged

Update Features - Remove use of get_common_setting#735
samruddhikhandale merged 1 commit into
mainfrom
samruddhikhandae/remove-get_common_setting

Conversation

@samruddhikhandale

Copy link
Copy Markdown
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
@samruddhikhandale
samruddhikhandale deleted the samruddhikhandae/remove-get_common_setting branch October 27, 2023 22:47
]
}
},
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-18",

Copy link
Copy Markdown

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"

Copy link
Copy Markdown

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"

@@ -1,18 +1,17 @@
{
"image": "mcr.microsoft.com/vscode/devcontainers/javascript-node:0-18",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

"image": "mcr.microsoft.com/devcontainers/javascript-node:0-18",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

"image": "mcr.microsoft.com/devcontainers/javascript-node:0-18",

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"

4 participants