Skip to content

Commit

Permalink
Changed included extensions, removed deprecated, replaced some
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibling authored Apr 12, 2024
1 parent c5aff72 commit 74500d0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 18 deletions.
17 changes: 5 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
An extension pack for Python development in VS Code. Easiest way to install is via the marketplace.

## Contents
### (MS-Python) Python, Pylance and Pylint
### (MS-Python) Python, Pylance
Auto-completion, code analysis, code formatting and debugging.

### (Astral Software) Ruff
Rust-based python linter

### (RedHat) YAML Language Support
Support for YAML files.

Expand All @@ -29,18 +32,8 @@ Automatically indents your code while you're writing it.
### (hbenl/littlefoxteam) Test Explorer/Python Test Adapter
Visually run and debug your tests instead of running in the termainal.

### (batisteo) Django
Useful syntax autocompletion and snippets for Django

### (2gua) Rainbow Brackets
For those who love nesting nested functions or are addicted to list comprehensions within list comprehensions.

### (GitHub) Copilot
For the lazy programmer (yes, me) who'd rather have an AI write all the boring parts of the code

### (VisualStudioExptTeam) IntelliCode
For the even lazier programmer (still me) who thinks Copilot isn't enough.

Auomatic completion helper


## Manual installation
Expand Down
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "code-pypack",
"displayName": "Code PyPack",
"description": "VS Code extension package for Python development.",
"version": "0.0.2",
"version": "0.0.3",
"engines": {
"vscode": "^1.60.0"
},
Expand All @@ -26,7 +26,8 @@
"extensionPack": [
"ms-python.python",
"ms-python.vscode-pylance",
"ms-python.pylint",
"charliermarsh.ruff",
"ms-python.black-formatter",
"redhat.vscode-yaml",
"wholroyd.jinja",
"njqdev.vscode-python-typehint",
Expand All @@ -37,9 +38,6 @@
"KevinRose.vsc-python-indent",
"hbenl.vscode-test-explorer",
"littlefoxteam.vscode-python-test-adapter",
"batisteo.vscode-django",
"2gua.rainbow-brackets",
"GitHub.copilot",
"VisualStudioExptTeam.vscodeintellicode"
"GitHub.copilot"
]
}

0 comments on commit 74500d0

Please sign in to comment.