2022-03-15 21:05:37 +00:00
|
|
|
|
image: nfcore/gitpod:latest
|
|
|
|
|
|
|
|
|
|
vscode:
|
|
|
|
|
extensions: # based on nf-core.nf-core-extensionpack
|
2022-03-23 13:57:56 +00:00
|
|
|
|
- codezombiech.gitignore # Language support for .gitignore files
|
2022-03-15 21:05:37 +00:00
|
|
|
|
# - cssho.vscode-svgviewer # SVG viewer
|
2022-03-24 11:48:43 +00:00
|
|
|
|
- esbenp.prettier-vscode # Markdown/CommonMark linting and style checking for Visual Studio Code
|
2022-03-23 13:57:56 +00:00
|
|
|
|
- eamodio.gitlens # Quickly glimpse into whom, why, and when a line or code block was changed
|
|
|
|
|
- EditorConfig.EditorConfig # override user/workspace settings with settings found in .editorconfig files
|
|
|
|
|
- Gruntfuggly.todo-tree # Display TODO and FIXME in a tree view in the activity bar
|
|
|
|
|
- mechatroner.rainbow-csv # Highlight columns in csv files in different colors
|
2022-03-15 21:05:37 +00:00
|
|
|
|
# - nextflow.nextflow # Nextflow syntax highlighting
|
2022-03-23 13:57:56 +00:00
|
|
|
|
- oderwat.indent-rainbow # Highlight indentation level
|
|
|
|
|
- streetsidesoftware.code-spell-checker # Spelling checker for source code
|