Skip to content

Commit

Permalink
feat: remove unspecific extensions and add ruff
Browse files Browse the repository at this point in the history
Removes extensions that don't provide specific value related to nextflow
and nf-core projects from the pack. Also adds ruff to the extension pack
as this is the new python linter/formatter for nf-core projects.

Closes #16
  • Loading branch information
kenibrewer committed Feb 27, 2024
1 parent 730137b commit 2dac98c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

## 0.5.0

- Add `charliermarsh.ruff`
- Remove defunct `cssho.vscode-svgviewer`
- Remove `codezombiech.gitignore`
- Remove `eamodio.gitlens`
- Remove `ms-vsliveshare.vsliveshare`

## 0.4.0

Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ Note - not all of these may be to your taste! We have tried to include packages
## Included extensions

- [Code Spell Checker](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker) - _A basic spell checker that works well with camelCase code._
- [Ruff](https://marketplace.visualstudio.com/items?itemName=charliermarsh.ruff) - _An extremely fast Python linter and code formatter, written in Rust._
- [EditorConfig](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig) - _Support for [EditorConfig](https://editorconfig.org/) project files for code standardisation._
- [gitignore](https://marketplace.visualstudio.com/items?itemName=codezombiech.gitignore) - _A extension for Visual Studio Code that assists you in working with `.gitignore` files._
- [GitLens](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens) - _Powerful addon for greater Git insights_
- [indent-rainbow](https://marketplace.visualstudio.com/items?itemName=oderwat.indent-rainbow) - _Highlight indentation level, especially if inconsistent_
- [Live Share](https://marketplace.visualstudio.com/items?itemName=ms-vsliveshare.vsliveshare) - _Real-time collaborative development from the comfort of your favorite tools_
- [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) - _Code formatter using prettier_
- [Nextflow](https://marketplace.visualstudio.com/items?itemName=nextflow.nextflow) - _Nextflow language support_
- [Rainbow CSV](https://marketplace.visualstudio.com/items?itemName=mechatroner.rainbow-csv) - _Highlight columns in csv files in different colors_
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,11 @@
"Extension Packs"
],
"extensionPack": [
"codezombiech.gitignore",
"esbenp.prettier-vscode",
"eamodio.gitlens",
"EditorConfig.EditorConfig",
"Gruntfuggly.todo-tree",
"mechatroner.rainbow-csv",
"ms-vsliveshare.vsliveshare",
"charliermarsh.ruff",
"nextflow.nextflow",
"oderwat.indent-rainbow",
"redhat.vscode-yaml",
Expand Down

0 comments on commit 2dac98c

Please sign in to comment.