Skip to content

Commit 679ffe8

Browse files
authored
Add init tasks for gitpod to run a cargo build (#503)
* Add init tasks for gitpod to run a cargo build * Remove the IR extenstion because it keeps throwing warnings
1 parent be3fd19 commit 679ffe8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitpod.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ vscode:
2222
- llvm-vs-code-extensions.vscode-clangd
2323
- vadimcn.vscode-lldb
2424
- matklad.rust-analyzer
25-
- hbenl.vscode-test-explorer
26-
- Swellaby.vscode-rust-test-adapter
27-
- hbenl.test-adapter-converter
28-
- revng.llvm-ir
25+
tasks:
26+
- name: Run build and watch
27+
init: cargo build --tests
28+
command: cargo watch -x 'test'

0 commit comments

Comments
 (0)