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

Devcontainer setup #23

Merged
merged 2 commits into from
Dec 24, 2023
Merged

Devcontainer setup #23

merged 2 commits into from
Dec 24, 2023

Conversation

SAMAD101
Copy link
Member

#22

Copy link
Member

@vivekpal1 vivekpal1 left a comment

Choose a reason for hiding this comment

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

For now I can accept it by co-authoring, also donno much about python extensions if are they valid or not.
After pushing my co-authored changes @Mr-Sunglasses please review them and make valid changes

@@ -0,0 +1,19 @@
{
"name": "paste.py",
"dockerfile": "Dockerfile",
Copy link
Member

Choose a reason for hiding this comment

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

'dockerfile' key should be nested under 'build' context for clarity with the correct path. Also, 'extensions' is not a valid key at the root level.

"python.linting.mypyEnabled": true,
"python.formatting.provider": "black"
},
"portsAttributes": {
Copy link
Member

Choose a reason for hiding this comment

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

'portsAttributes' is not a valid key. Use 'forwardPorts' to forward ports from the container.

{
"name": "paste.py",
"dockerfile": "Dockerfile",
"extensions": {
Copy link
Member

Choose a reason for hiding this comment

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

The 'extensions' object format is outdated. Use an array of strings for specifying extension IDs.

@vivekpal1 vivekpal1 merged commit 982e756 into FOSS-Community:main Dec 24, 2023
1 check passed
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.

2 participants