Metadata-Version: 2.1
Name: hello-hello
Version: 1.0.0
Summary: simple example of packagin code
Home-page: https://github.com/NursultanBeken/devcon-ex
Author: N.Bekenov
Author-email: n.bekenov01@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: requests
Requires-Dist: PyGithub (==1.53.0)


# devcon-ex
> Example of using dev containers in VS code editor

[Oficial docs link](https://code.visualstudio.com/docs/remote/containers)

## Set up
1. Install Docker
2. Install VS code
3. Insatll VS [extensions](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack)
4. Create configuration file .devcontainer/devcontainer.json

## Useful extensions:
* njpwerner.autodocstring - VSCode Python Docstring Generator
* ms-python.python - Python extension for Visual Studio Code
* redhat.vscode-yaml - YAML Language Support by Red Hat
* mohsen1.prettify-json - Prettify ugly JSON inside VSCode
* ms-azuretools.vscode-docker - The Docker extension
* CoenraadS.bracket-pair-colorizer - Bracket Pair Colorizer
* mutantdino.resourcemonitor - Resource Monitor

