Skip to content

Commit

Permalink
Merge pull request #119 from chriswyatt1/SidebarStart
Browse files Browse the repository at this point in the history
SidebarStart
  • Loading branch information
chriswyatt1 authored Oct 12, 2022
2 parents 4d0eefa + 0798748 commit ab02e39
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
workspaceLocation: gitpod/gitpod-ws.code-workspace
checkoutLocation: gitpod


github:
prebuilds:
# enable for the master/default branch (defaults to true)
Expand All @@ -17,6 +21,8 @@ image: chriswyatt/seqeratraining_22.09.7

workspaceLocation: "./nf-training"



tasks:
- before: printf 'unset JAVA_TOOL_OPTIONS\n' >> $HOME/.bashrc && exit

Expand Down
43 changes: 43 additions & 0 deletions gitpod-ws.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"folders": [
{ "path": "./nf-training" }
],
"settings": {
"typescript.tsdk": "gitpod/node_modules/typescript/lib",
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
},
"[json]": {
"editor.insertSpaces": true,
"editor.tabSize": 2
},
"[yaml]": {
"editor.insertSpaces": true,
"editor.tabSize": 2
},
"[go]": {
"editor.formatOnSave": true
},
"[tf]": {
"editor.insertSpaces": true,
"editor.tabSize": 2
},
"go.formatTool": "goimports",
"go.useLanguageServer": true,
"workspace.supportMultiRootWorkspace": true,
"launch": {},
"files.exclude": {
"**/.git": true
},
"go.lintTool": "golangci-lint",
"gopls": {
"allowModfileModifications": true
},
"prettier.configPath": ".prettierrc.json"
}
}

0 comments on commit ab02e39

Please sign in to comment.