Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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
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