Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CS-206 Parallelism and Concurrency 2022
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lamp
CS-206 Parallelism and Concurrency 2022
Commits
5a1fd450
Commit
5a1fd450
authored
4 years ago
by
Guillaume Martres
Browse files
Options
Downloads
Patches
Plain Diff
Make sure students are running the latest version of Metals for 3.0.0-RC1 support
parent
3dc6c4d0
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
labs/example-lab.md
+8
-0
8 additions, 0 deletions
labs/example-lab.md
labs/lab1-parallel-box-blur-filter/README.md
+8
-0
8 additions, 0 deletions
labs/lab1-parallel-box-blur-filter/README.md
with
16 additions
and
0 deletions
labs/example-lab.md
+
8
−
0
View file @
5a1fd450
...
@@ -82,6 +82,14 @@ Time to go fix that bug! The next section will show you how to do that using the
...
@@ -82,6 +82,14 @@ Time to go fix that bug! The next section will show you how to do that using the
## Part 3: Using the IDE
## Part 3: Using the IDE
### Setup
Let's upgrade the IDE support first, close VSCode if it's open and run:
```
shell
code
--force
--install-extension
scalameta.metals
```
### Startup
### Startup
To start Code, run the following in the project directory (the same directory where you
To start Code, run the following in the project directory (the same directory where you
...
...
This diff is collapsed.
Click to expand it.
labs/lab1-parallel-box-blur-filter/README.md
+
8
−
0
View file @
5a1fd450
# Parallel Box Blur Filter
# Parallel Box Blur Filter
## Setup
Let's upgrade the IDE support first, close VSCode if it's open and run:
```
shell
code
--force
--install-extension
scalameta.metals
```
Use the following commands to make a fresh clone of your repository:
Use the following commands to make a fresh clone of your repository:
```
```
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment