Skip to content

Commit 92936e2

Browse files
authored
Merge pull request #11 from nvnieuwk/gitpod
add gitpod yaml
2 parents 0bc710a + dba1405 commit 92936e2

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.gitpod.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
image: nfcore/gitpod:dev
2+
tasks:
3+
- name: unset JAVA_TOOL_OPTIONS
4+
command: |
5+
unset JAVA_TOOL_OPTIONS
6+
7+
vscode:
8+
extensions: # based on nf-core.nf-core-extensionpack
9+
- codezombiech.gitignore # Language support for .gitignore files
10+
# - cssho.vscode-svgviewer # SVG viewer
11+
- esbenp.prettier-vscode # Markdown/CommonMark linting and style checking for Visual Studio Code
12+
- eamodio.gitlens # Quickly glimpse into whom, why, and when a line or code block was changed
13+
- EditorConfig.EditorConfig # override user/workspace settings with settings found in .editorconfig files
14+
- Gruntfuggly.todo-tree # Display TODO and FIXME in a tree view in the activity bar
15+
- mechatroner.rainbow-csv # Highlight columns in csv files in different colors
16+
- nextflow.nextflow # Nextflow syntax highlighting
17+
- oderwat.indent-rainbow # Highlight indentation level
18+
- streetsidesoftware.code-spell-checker # Spelling checker for source code

0 commit comments

Comments
 (0)